getGasStations

@GET(value = "gas-stations")
abstract fun getGasStations(@Query(value = "page[number]"pagenumber: Int? = null, @Query(value = "page[size]"pagesize: Int? = null, @Query(value = "filter[poiType]"filterpoiType: GetGasStationsAPI.FilterpoiType? = null, @Query(value = "filter[appType]"filterappType: List<GetGasStationsAPI.FilterappType>? = null, @Query(value = "filter[latitude]"filterlatitude: Float? = null, @Query(value = "filter[longitude]"filterlongitude: Float? = null, @Query(value = "filter[radius]"filterradius: Float? = null, @Query(value = "filter[boundingBox]"filterboundingBox: List<Float>? = null, @Query(value = "compile[openingHours]"compileopeningHours: Boolean? = null, @Query(value = "filter[source]"filtersource: String? = null): Call<GasStations>