Package-level declarations

Types

Link copied to clipboard

Listener for errors in the automatic map update process.

Link copied to clipboard

The information about a completed map operation.

Link copied to clipboard

The information about the current map operation.

Link copied to clipboard

The install state of a RegionGraphNode.

Link copied to clipboard
class MapOperation(val type: MapOperationType, val nodeId: RegionGraphNodeId)

Represents an operation on the onboard map.

Link copied to clipboard

Represents an operation that can be performed on an updatable map region.

Link copied to clipboard

Listener for map update availability checks on the update server.

Link copied to clipboard
abstract class MapUpdateError

Errors that can be reported from NdsStoreUpdater.

Link copied to clipboard

Implementation of an NDS data store updater.

Link copied to clipboard

Configuration of updates of the NdsStoreUpdater.

Link copied to clipboard

Configuration of the network connectivity for the NdsStoreUpdaterConfiguration.

Link copied to clipboard

Hierarchical map structure. Leaf nodes represent updatable regions.

Link copied to clipboard

Listener for changes to the NDS map state. The map state is represented as a graph of regions.

Link copied to clipboard

A node in the RegionGraph. It represents a region in the NDS map. It may be updatable.

Link copied to clipboard

Unique region graph node identifier.

Link copied to clipboard

The state of a node in the RegionGraph for which RegionGraphNode.isUpdatableRegion is 'true'.

Link copied to clipboard

A list of regions along a polyline.

Link copied to clipboard

A list of regions around a position.

Link copied to clipboard

The information about an update.

Link copied to clipboard

The Update state of a RegionGraphNode.