onOffRoadProgressUpdated abstract method

void onOffRoadProgressUpdated(
  1. OffRoadProgress offRoadProgress
)

Called whenever the current location has been updated and the user is off-road.

Off-road progress events starts after the user has reached the map-matched destination and the current location is not map-matched.

  • offRoadProgress The current off-road progress update.

Implementation

void onOffRoadProgressUpdated(OffRoadProgress offRoadProgress);