@GET(value = "beta/geojson/pois")
abstract fun
getBetaGeojsonPois(
@Query(value = "fields[gasStation]") fieldsgasStation:
String? = null,
@Query(value = "filter[poiType]") filterpoiType:
GetBetaGeojsonPoisAPI.FilterpoiType? = null,
@Query(value = "filter[onlinePaymentMethod]") filteronlinePaymentMethod:
String? = null,
@Query(value = "filter[merchant]") filtermerchant:
String? = null,
@Query(value = "filter[country]") filtercountry:
String? = null,
@Query(value = "filter[connectedFueling]") filterconnectedFueling:
String? = null,
@Query(value = "filter[dkvAppAndGo]") filterdkvAppAndGo:
String? = null):
Call<
GeoJson>