GetGasStationFuelTypeNameMapping
public enum GetGasStationFuelTypeNameMapping
                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.
- 
                  
                  
Undocumented
Declaration
Swift
public static let service: APIService<POIAPI.GasStations.GetGasStationFuelTypeNameMapping.Response> - 
                  
                  
Undocumented
See moreDeclaration
Swift
public final class Request : APIRequest<Response> - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible 
View on GitHub
        GetGasStationFuelTypeNameMapping Enumeration Reference