GetGasStations
public enum GetGasStations
Query for gas stations
There are two ways to search for gas stations in a geo location. You can use either one, or none, but not both ways.
To search inside a specific radius around a given longitude and latitude provide the following query parameters:
- latitude
- longitude
- radius To search inside a bounding box provide the following query parameter:
- boundingBox
-
Undocumented
Declaration
Swift
public static let service: APIService<POIAPI.GasStations.GetGasStations.Response>
-
POI type you are searching for (in this case gas stations)
See moreDeclaration
Swift
public enum PCFilterpoiType : String, Codable, Equatable, CaseIterable
-
Search only gas stations with fueling app available
See moreDeclaration
Swift
public enum PCFilterappType : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public final class Request : APIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible