Enumerations

The following enumerations are available globally.

FuelSet

  • Fuel types.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public enum FuelSet : Int, Encodable
    extension FuelSet: QueryItemConvertible

OpeningHours

  • The information about POI opening hours.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public enum OpeningHours : Int, Encodable
    extension OpeningHours: QueryItemConvertible

SearchShapeType

  • The type of the search shape.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public enum SearchShapeType : String, Codable

RelatedPois

  • An optional parameter for returning related Points Of Interest.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    @objc
    public enum RelatedPois : Int
    extension RelatedPois: QueryItemConvertible