CoordinateBounds

public struct CoordinateBounds

The coordinate region.

Lifecycle

  • Creates an instance of CoordinateBounds.

    Declaration

    Swift

    public init(coordinates: [CLLocationCoordinate2D])

    Parameters

    coordinates

    Array of coordinates.

Public

  • Array of coordinates.

    Declaration

    Swift

    public let coordinates: [CLLocationCoordinate2D]