I am new to babylon, right now i am working on a project mainly for mobile devices where i have to get the mobile gps location and create a navigation.
Since i am new to babylon i have no idea how to get device GPS location and integration.
Can someone please help me to do thi?
what i really want is, i want to create a navigation from user location to the desired location which is showing in the map and by moving it has to reflect on the page as well, like google map.
To integrate mobile GPS location with Babylon for navigation, you can use the HTML5 Geolocation API to obtain the device’s location and then pass those coordinates to Babylon for rendering the navigation.