TomTomSDKPOIVisualization
-
Represents a Point of Interest (
POI) with associated metadata.A
POIencapsulates the data required to plot a point on a map, including its coordinates and additional information such as its category and potential detour metrics.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct POI : Equatable
-
A protocol that provides methods to visualize Points of Interest (
POIs) on a map interface using theTomTomMapinstance. Instances ofPOIVisualizationare created usingcreate(map:)You should call methods on these instances from the main thread only, otherwise an exception can occur. To use aPOIVisualizationinstance, first provide a list ofPOIwith thedisplay(pois:)method. You can then calldisplay(pois:)orclear()to remove thePOIs that have been added to the map byPOIVisualization.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol POIVisualization -
Responsible for creating instances of objects conforming to the
POIVisualizationprotocol.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum POIVisualizationFactory
-
Declaration
Swift
extension POIVisualizer: MapInteractionObserver
TomTom SDK for iOS (0.40.0)
TomTomSDKPOIVisualization