RoadGraphVersionInfoCallback

Interface definition for a callback to be invoked when road graph version requested.

Types

Link copied to clipboard
class VersionInfo(val dataset: String, val version: String)

Road graph version information.

Functions

Link copied to clipboard
abstract fun onError(isTimeoutError: Boolean)

Called when graph version information wasn't received.

Link copied to clipboard

Called when graph version available or graph version could not be resolved in time.