GeoSpatialDataRole
public enum GeoSpatialDataRole : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case country = "COUNTRY"
-
Undocumented
Declaration
Swift
case state = "STATE"
-
Undocumented
Declaration
Swift
case county = "COUNTY"
-
Undocumented
Declaration
Swift
case city = "CITY"
-
Undocumented
Declaration
Swift
case postcode = "POSTCODE"
-
Undocumented
Declaration
Swift
case longitude = "LONGITUDE"
-
Undocumented
Declaration
Swift
case latitude = "LATITUDE"
-
Declaration
Swift
public var description: String { get }