Gas Stations API
class GasStationsAPI
Content copied to clipboard
Extensions
get Gas Station
Link copied to clipboard
fun POIAPI.GasStationsAPI.getGasStation(id: String, compileopeningHours: Boolean? = null, readTimeout: Long? = null): Call<GasStation>
Content copied to clipboard
get Gas Station Fuel Type Name Mapping
Link copied to clipboard
fun POIAPI.GasStationsAPI.getGasStationFuelTypeNameMapping(id: String, filterproductName: String, readTimeout: Long? = null): Call<FuelType>
Content copied to clipboard
get Gas Stations
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>
Content copied to clipboard