NdsMapUpdater

Interface for updating NDS map data.

Important: This is a Public Preview API. It may be changed or removed at any time.

Inheritors

Properties

Link copied to clipboard

Synchronizes access to an onboard NDS map.

Link copied to clipboard
abstract val ndsMapPath: File

The path to the directory that contains the 'ROOT.NDS' file. The directory and its content must have read and write permissions.

Inherited functions

Link copied to clipboard
abstract fun updateActiveRoute(polyline: List<GeoPoint>)
Link copied to clipboard
abstract fun updatePosition(position: GeoPoint)