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.
To support Android configuration changes, create a PoiVisualization instance on the ViewModel and use replaceMap once the Activity/Fragment is recreated.
Important: This is a Public Preview API. It may be changed or removed at any time.
Functions
Adds a listener to the list of click listeners.
Removes an observer from the list of click listeners.
Replaces the current TomTomMap with a new one.