mirror of
https://github.com/ev-map/EVMap.git
synced 2026-04-23 15:47:08 -04:00
OpenChargeMap: increase maxresults
This commit is contained in:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user