dispatchOnWaypointArrived

abstract fun dispatchOnWaypointArrived(waypoint: RouteStop, route: Route)

Dispatch WaypointArrivalListener.onWaypointArrived.

It should be called whenever a waypoint is arrived. This function updates the camera to CameraTrackingMode.FollowDirection with the default configuration: minZoom = 13.8, maxZoom = 18.3, defaultTilt = 0.0 and defaultFieldOfView = 45.0.

Important: This is a Public Preview API. It may be changed or removed at any time.