Package-level declarations
Types
This represents a component that is aware of Android's lifecycle events. Provides callback methods that mirror the lifecycle events of both Activities and Fragments, allowing for a unified approach to handling these events in custom components.
An Android fragment wrapping the TomTom MapView. This fragment handles a complete lifecycle of the underlying MapView. It can be instantiated either programmatically via MapFragment.newInstance(mapOptions: MapOptions) or via the XML view inflation. See MapResources to check what attributes can be configured via XML.
The interface to provide the map instance.
Interface for notifying about the TomTomMap being ready to use.
MapView to wrap the underlying map renderer. It handles application lifecycle events in order to properly manage the lifecycle of the map. The view can be created programmatically or via the XML view inflation. See MapResources to check what attributes can be configured via XML.
Interface for reporting on click events on the UI component.
Entry point that provides access to map UI elements.