addMapMarkers3d abstract method
- List<
MapMarker3D> markers
Adds multiple 3D map markers to this map scene.
Adding the same 3D marker instances multiple times has no effect.
Note: Due to technical limitations, using the MapMarkers3D API to add a very large number of 3D markers (especially 500+) is not recommended. Adding this many markers will have 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.
markersThe list of 3D markers to be added to this map scene.
Implementation
void addMapMarkers3d(List<MapMarker3D> markers);