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