WaypointArrivalListener

Used to inform a caller that the waypoint arrival state has changed.

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

Functions

Link copied to clipboard
abstract fun onWaypointReached(waypoint: <Error class: unknown class>)

Called when a Waypoint has been reached. Marks the start of the waypoint arrival experience.

Link copied to clipboard
abstract fun onWaypointVisited(waypoint: <Error class: unknown class>)

Called when a Waypoint has been visited. Marks the end of the waypoint arrival experience.