Package-level declarations

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface ActiveRouteUpdatable

Interface for objects that need to receive updates about the current active route of the host device..

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface PositionUpdatable

Interface for objects that need to receive updates about the current position of the host device.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class StoreAccess

Abstract class for data store access.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface StoreAccessProvider : AutoCloseable

Interface that provides data store access.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface UpdatableDataStore : PositionUpdatable, ActiveRouteUpdatable

Interface for components that require information about the current position and active route of the host device for correct and/or optimal functioning.