Location
public struct Location: Codable
GeoJSON Point structure.
-
GeoJSON type.
Declaration
Swift
public let type = "Point"
-
GeoJSON array of coordinates.
Declaration
Swift
public let coordinates: [Double]