CourseUpdatable
public protocol CourseUpdatable : UIView
A protocol that represents a UIView
which tracks the user’s location and course on a NavigationMapView
.
-
update(location:pitch:direction:animated:navigationCameraState:)
Default implementationUpdates the view to reflect the given location and other camera properties.
Default Implementation
Transforms the location of the user location indicator layer.
Declaration
Swift
func update(location: CLLocation, pitch: CGFloat, direction: CLLocationDegrees, animated: Bool, navigationCameraState: NavigationCameraState)