CoordinateBounds
public struct CoordinateBounds
The coordinate region.
-
Creates an instance of CoordinateBounds.
Declaration
Swift
public init(coordinates: [CLLocationCoordinate2D])
Parameters
coordinates
Array of coordinates.
-
Array of coordinates.
Declaration
Swift
public let coordinates: [CLLocationCoordinate2D]