In our MapView we have many GeoElements that may change positions over time (for example cars).
Is there a straight forward way to follow such a GeoElement's position in a MapView? When following a GeoElement's position the user should not be able to pan away from the GeoElement. Zooming should only zoom in / out towards the followed GeoElement.
Basically it should have the same functionality as OrbitGeoElementCameraController Class | ArcGIS Maps SDK for Qt | Esri Developer, just for the MapView.
There is the LocationDisplay Class | ArcGIS Maps SDK for Qt | Esri Developer , is this the suggested way? I think one could "hide" the location marker and make it appear as if it was following the GeoElement using a simulated data source. Still seems a bit cumbersome... Would be neat if we could just update the position of the GeoElement and the camera adjusts accordingly, which is the way the OrbitGeoElementCameraController works.
Many thanks!