Package-level declarations
Types
The location infrastructure for a map view.
The MapOptions class configures initial behavior and visual style of the map. It enables setting the default zoom level, the map language, style and more. The MapOptions is used as an argument for MapFragment.newInstance, which instantiates MapFragment object.
The map tile infrastructure of the map view.
The TomTomMap class serves as the foundational gateway for integrating a various map-related features, offering extensive functionality for developer interaction with the Map and customization of its behavior.
Holds global configuration values for instances of TomTomMap.
Functions
Constructs a MapLocationInfrastructure instance with configure applied.
Constructs a MapTileInfrastructure instance with the given tileStore and with configure applied.