update abstract method
- MapMatchedLocation mapMatchedLocation
Updates the electronic horizon paths based on the provided map-matched location.
This method returns immediately and does not block. When internal calculation is complete, callbacks are called on the main thread. When multiple updates are triggered while processing is still running, intermediate locations are skipped and only the last location is processed.
mapMatchedLocationThe map-matched location that defines the current vehicle position on the road network.
Implementation
void update(MapMatchedLocation mapMatchedLocation);