GeoGeometry
public struct GeoGeometry
Defines the geographical shape of the reverse geocoding.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates GeoGeometry.
Declaration
Swift
public init(type: Geometry.GeometryType, coordinates: [[CLLocationCoordinate2D]])Parameters
typeType of geometry data.
coordinatesBoundary coordinates of a geometry.
-
Type of geometry data.
Declaration
Swift
public let type: Geometry.GeometryType -
List of coordinates. Represents the outline of a city, country, or land area. It’s 2D-array, because it can represent multipolygon bounds.
Declaration
Swift
public let coordinates: [[CLLocationCoordinate2D]]
GeoGeometry Structure Reference