1 (edited by digitalmkt 2020-02-20 13:12:25)

Topic: Creating 3Dmarkers with Coordinates from JSON database (firebase)

How can I populate a map with 3D markers with coordinates (lat, long) from a JSON database (Firebase)? Is it possible? I have lots of coordinates to be added on a map but I'd like to know if it's possible. If yes, do you have any code example on how to create 3D makers dynamically using JSON coordinates? I'm okay on how to get the coordinates from the database but I don't know exactly how to apply and create dynamically a 3Dmarkers on the map. See attached. I need to populate the TileSetControl 3D Markers like the image attached. Thank you.

Post's attachments

Attachment icon Captura de pantalla 2020-02-20 a las 14.10.03.png 49.31 kb, 69 downloads since 2020-02-20 

Re: Creating 3Dmarkers with Coordinates from JSON database (firebase)

Hello.

OnlineMapsMarker3DManager.CreateItem
http://infinity-code.com/doxygen/online … b7dbefb572

Example:
http://infinity-code.com/atlas/online-m … ample.html

How to work with JSON:
http://infinity-code.com/atlas/online-m … ample.html

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Creating 3Dmarkers with Coordinates from JSON database (firebase)

Thank you very much for the links. I'll let you know if I have questions.

Re: Creating 3Dmarkers with Coordinates from JSON database (firebase)

I've got it working and I can place 957 markers in a single from firebase realtime database and I'm also using World size Map and it's running pretty smooth in Editor and iPhone 8 Plus. The next question is how can I have the map center placed exactly on phone (user) location and using the compass have the correct north? Thank you.

Re: Creating 3Dmarkers with Coordinates from JSON database (firebase)

Add the Online Maps Location Service component, and set Rotate Camera By Compass - ON.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.