ActiveRouteUpdatable
public protocol ActiveRouteUpdatable : AnyObject
Provides the context for current and future positions.
Important
This is a Public Preview API. It may be changed or removed at any time.Updates the active route.
Declaration
Swift
func updateActiveRoute(_ polyline: [CLLocationCoordinate2D])
Parameters
polyline
|
The polyline representing the new active route. |