MapViewDelegate
Optional methods that you use to receive map-related update messages.
Methods
@objc optional func mapView(_ mapView: MapView, didSelectObject object: MapObject)
Notifies when user select any object
Parameters
@objc optional func mapView(_ mapView: MapView, didSelectMarkers markers: [Marker], in cluster: Cluster)
Notifies when user select one or many markers in cluster
Parameters
@objc optional func mapView(_ mapView: MapView, didSelectCoordnates coordnates: CLLocationCoordinate2D)
Notifies of the map click event.
Parameters
@objc optional func mapView(_ mapView: MapView, didUpdateUserLocation location: CLLocation?)
Notifies of the user location update.
Parameters