VisibleRegion
public struct VisibleRegion
Defines map visible region as CLLocationCoordinate2D coordinates.
-
VisibleRegion init method.
Declaration
Swift
public init( farLeft: CLLocationCoordinate2D, nearLeft: CLLocationCoordinate2D, farRight: CLLocationCoordinate2D, nearRight: CLLocationCoordinate2D )Parameters
farLeftThe far-left coordinate.
nearLeftThe near-left coordinate.
farRightThe far-right coordinate.
nearRightThe near-right coordinate.
-
The far left coordinate.
Declaration
Swift
public let farLeft: CLLocationCoordinate2D -
The near left coordinate.
Declaration
Swift
public let nearLeft: CLLocationCoordinate2D -
The far right coordinate.
Declaration
Swift
public let farRight: CLLocationCoordinate2D -
The near right coordinate.
Declaration
Swift
public let nearRight: CLLocationCoordinate2D
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
VisibleRegion