Web add-on based on Google Maps API
We send route coordinates from our API app to Google Maps:
Point 1 - Point 2 - Point 3 - Point 4 - Point 5.In Google Maps, the route is opened.We press to start and navigate to Point 1, Point 2 and so on.And the task is that when we reach each individual point (or next to the point) we received a request for a web add-on and in the mobile started to play the audio file, a separate, for each individual point.The visual web add-on is not important.You can make the most simple html format without any design.Where we will introduce the points coordinates.So here is the main backend of work with the Google Maps API, to find this perfect API.Here it is important to see that the logic will work on mobile devices, and then this logic we are already integrating into our app.Questions that arise in us when working with the Google Maps API:
- is there a possibility to obtain data when you reach each individual point on the app to play audio file when you reach it.- is there a possibility to receive data when approaching the point in order to start playing audio in advance.- is there a possibility to send the name of each point so that it is also visible to the construction of the route, not just the coordinates.What other features can we get in connection with the Google Maps API?So we need to look at the functionality of the Google Maps itself and discuss what we can still integrate there.
-
176 Hello to you!
With 4 years of experience in React Native and Flutter development, it is ready to help you develop a web add-on for mobile devices with geolocation using Google Maps API. We realize the route coordinates sending through the API in Google Maps and create a point navigation.
It is important to solve the question of obtaining data when you reach the separate points for audio files play. We can also add the approach function to the points for the audio pre-play. We can use the Google Maps API to send the points names that will allow them to be displayed when building a route.
To clarify the details and discuss the integration of the app, I will be glad to contact you. Ready to help with the use of the Google Maps API for the optimal functionality of your app.
-
372 3 0 Good morning, this is possible, but audio files will be lost only when the mobile device is unblocked.
On your question:
- data can be obtained using a web-socket in real-time mode - if you are going to transfer them from the server. Or coordinates can be obtained in the browser, but for this the user must give permission to the browser to work with the geolocation.
- so the data can be obtained in advance, focusing on length and width, you can calculate the geodetic straight to the desired point, for example, if the distance on the geodetic straight will be 100 meters or less, then you can start the programming file
- so for each point you can attach a label with a name or a short description.