Topic: Moving Markers performance & Web-Mercator instead of Lat/Lon?
Hi there!
I'm currently thinking about switching from ArcGis Unity to this asset. I am building an application in which I have to move many, hundreds of objects on the 3D map based on web-mercator positions from the backend. Like some sort of simulation, but without being able to predict the position. Therefore, the asset I choose should be performant, especially the movement of entities on the map.
Hence my questions:
- How performant is this asset in such a case?
- Does garbage occur when you move a marker?
- Are there other ways besides markers to set objects so that they appear correctly on the map according to their geo-coordinate (can I convert lat/lon or web mercator to unity coordinates so that they correspond to the position on the map)?
- Can I use Web-Mercator projections/coordinates instead of Lat/Lon?
Thanks!