onRoadGraphDataUpdateInfoAvailable

abstract fun onRoadGraphDataUpdateInfoAvailable(isUpdateAvailable: Boolean, versionInfo: RoadGraphVersionInfo?)

Invoked when the information about available road graph data updates is received.

Parameters

isUpdateAvailable

true if new version of road graph data is available, false otherwise.

versionInfo

information about the new version. Can be null if no information is available.