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:tracksUserCourse:)
Default implementationUpdates the view to reflect the given location and other camera properties.
Default Implementation
Declaration
Swift
func update(location: CLLocation, pitch: CGFloat, direction: CLLocationDegrees, animated: Bool, tracksUserCourse: Bool)