Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
An interface that defines the callback method for observing tap events on Points of Interest (Pois).
Link copied to clipboard
interface PoiVisualization
An interface that provides methods to visualize Points of Interest (Pois) on a map interface using the TomTomMap instance. Instances of PoiVisualization are created using PoiVisualizationFactory.create. You should call methods on these instances from the main thread only, otherwise an exception can occur. To use a PoiVisualization instance, first provide a list of Poi with the display method. You can then call display or clear to remove the Pois that have been added to the map by PoiVisualization.
Link copied to clipboard
object PoiVisualizationFactory
Responsible for creating instances of objects conforming to the PoiVisualization interface.