GeoJSONGeometry

struct GeoJSONGeometry : Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var type: String?
  • Undocumented

    Declaration

    Swift

    public var coordinates: [Double]?
  • Undocumented

    Declaration

    Swift

    public var clCoordinate: CLLocationCoordinate2D? { get }
  • Undocumented

    Declaration

    Swift

    public var clLocation: CLLocation? { get }