addMapMarker3d abstract method
- MapMarker3D marker
Adds a 3D map marker to this map scene.
Does nothing if the marker instance was already added to the scene.
Note: Due to technical limitations using the MapMarker3D API to add a very large number of 3D markers (especially 500+ also depending on the complexity of the 3D object) is not recommended. Adding this many 3D markers has a negative impact on the performance leading to stuttering of the app and lower frame rates. To work around this limitation add only map items which are in the current camera viewport. A guide on how to achieve this can be found towards the end of the MapScene class doc.
markerThe marker to be added to this map scene.
Implementation
void addMapMarker3d(MapMarker3D marker);