GasStations

public enum GasStations

Undocumented

  • Get a specific gas station

    Returns an individual gas station

    See more

    Declaration

    Swift

    public enum GetGasStation
  • Get a mapping from gas station specific fuel product name mapped to a normalized fuel type

    Every gas station potential has different names for the same fuel types. This endpoint accepts the gas station’s specific name and return a mapping where the specific name is mapped to a normalized version which should be globally the same across gas stations.

    See more

    Declaration

    Swift

    public enum GetGasStationFuelTypeNameMapping
  • 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
    See more

    Declaration

    Swift

    public enum GetGasStations