GasStationsAPI

class GasStationsAPI

Extensions

getGasStation
Link copied to clipboard
fun POIAPI.GasStationsAPI.getGasStation(id: String, compileopeningHours: Boolean? = null, readTimeout: Long? = null): Call<GasStation>
getGasStationFuelTypeNameMapping
Link copied to clipboard
fun POIAPI.GasStationsAPI.getGasStationFuelTypeNameMapping(id: String, filterproductName: String, readTimeout: Long? = null): Call<FuelType>
getGasStations
Link copied to clipboard
fun POIAPI.GasStationsAPI.getGasStations(pagenumber: Int? = null, pagesize: Int? = null, filterpoiType: GetGasStationsAPI.FilterpoiType? = null, filterappType: List<GetGasStationsAPI.FilterappType>? = null, filterlatitude: Float? = null, filterlongitude: Float? = null, filterradius: Float? = null, filterboundingBox: List<Float>? = null, compileopeningHours: Boolean? = null, filtersource: String? = null, readTimeout: Long? = null): Call<GasStations>