Hello, (don’t want to reload the map) what can I use to make a marker move
using android and iOS sdk thanks.
For Android it should be something like:
tomtomMap.getMarkerSettings().moveMarker(marker: Marker, newPosition: LatLng);
and for iOS:
mapView.annotationManager.move(annotation: TTAnnotation, toPosition: CLLocationCoordinate2D)
2 Likes
Thanks for the answer