GeoJsonObject
public protocol GeoJsonObject
The base GeoJSON object. https://tools.ietf.org/html/rfc7946#section-3 The GeoJSON specification also allows foreign members (https://tools.ietf.org/html/rfc7946#section-6.1) Developers should use “&” type in TypeScript or extend the interface to add these foreign members.
-
Undocumented
Declaration
Swift
var type: GeoJsonType { get set }
-
Undocumented
Declaration
Swift
var bbox: BBox? { get set }