onMatchedLocationUpdated abstract method

void onMatchedLocationUpdated(
  1. MatchedLocation matchedLocation
)

Called whenever the current map-matched location has been updated.

  • matchedLocation The current matched location update.

Implementation

void onMatchedLocationUpdated(MatchedLocation matchedLocation);