OpenChargeMap: increase maxresults

This commit is contained in:
johan12345
2021-07-03 21:17:49 +02:00
parent be071cfa3a
commit d77f67aa91

View File

@@ -30,7 +30,7 @@ interface OpenChargeMapApi {
@Query("operatorid") operators: String? = null,
@Query("compact") compact: Boolean = true,
@Query("statustypeid") statusType: String? = null,
@Query("maxresults") maxresults: Int = 100,
@Query("maxresults") maxresults: Int = 500,
): Response<List<OCMChargepoint>>
@GET("poi/")