PlaceType
public enum PlaceType : Equatable
Values to filter Place Autocomplete results to include only a subset (one or more) of the available feature types.
-
Poi query type.
Declaration
Swift
case POI -
Undocumented
Declaration
Swift
case administrativeUnit(AdministrativeUnit) -
Undocumented
Declaration
Swift
public static var allTypes: [PlaceType] { get }
PlaceType Enumeration Reference