Structures
The following structures are available globally.
-
A bounding box indicates the extremes of a
See moreGeoJSONObject
along the x- and y-axes (longitude and latitude, respectively).Declaration
Swift
-
A Feature object represents a spatially bounded thing.
See moreDeclaration
Swift
-
A FeatureCollection object is a collection of Feature objects.
See moreDeclaration
Swift
-
A GeometryCollection geometry is a heterogeneous collection of
See moreGeometry
objects that are related.Declaration
Swift
-
A LineString geometry is a collection of two or more positions, each position connected to the next position linearly.
See moreDeclaration
Swift
-
A MultiLineString geometry is a collection of
See moreLineString
geometries that are disconnected but related.Declaration
Swift
-
A MultiPoint geometry represents a collection of disconnected but related positions.
See moreDeclaration
Swift
-
A MultiPolygon geometry is a collection of
See morePolygon
geometries that are disconnected but related.Declaration
Swift
-
A Point geometry represents a single position.
See moreDeclaration
Swift
-
A Polygon geometry is conceptually a collection of
See moreRing
s that form a single connected geometry.Declaration
Swift
-
A coordinate pair measured in radians, as opposed to
See moreLocationCoordinate2D
, which is measured in degrees of arc. -
A linear ring is a closed figure bounded by three or more straight line segments.
See moreDeclaration
Swift