TomTomMapViewDelegate
public protocol TomTomMapViewDelegate : AnyObject
The TomTomMapViewDelegate informs when map is ready.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Tells the delegate that the specified map view is ready to be used.
The
mapparameter is an instance ofTomTomMapthat implements:CameraActions,AnnotationsActions,RouteActions,LocationActions,MapActions.Declaration
Swift
func tomTomMapView(_ mapView: TomTomMapView, onMapReady map: TomTomMap)Parameters
mapViewThe map view object.
mapThe map object. Entry point for map manipulation.
TomTomMapViewDelegate Protocol Reference