Type
public enum Type : String
Types of places that can be searched for.
See also
Thetype parameter.
-
City.
Declaration
Swift
case city = "city" -
Country.
Declaration
Swift
case country = "country" -
Address.
Declaration
Swift
case address = "address" -
Bus stop.
Declaration
Swift
case busStop = "busStop" -
Train station.
Declaration
Swift
case trainStation = "trainStation" -
Town hall.
Declaration
Swift
case townhall = "townhall" -
Airport.
Declaration
Swift
case airport = "airport"
Type Enumeration Reference