+ 13
Android map plotting
I wanted to implement one feature in my android application The feature is such that a person clicks a photo from his phone. The photo and location coordinates (when the photo is clicked ) will be stored in database. And I want to plot all these location coordinates on a map. What resources I will require for this? Can anyone sent me any link regaurding this? Any help is highly appreciated? Thank you in advanced
4 Respostas
+ 3
Hello.
Is the database located on a remote server?
Then you need to create a Rest service before the base to which your application will send http (s) photos and coordinates to JSon.
+ 3
coordinates visible on the selected part of the map, the application will request from the Rest service by sending a sector of visible coordinates.
+ 3
Online display of coordinates added by other users can be done via FireBase push messages sent from this Rest service to google api FireBase after saving the coordinates and photos.
+ 3
You can write a simple Rest service in php and open it as https url Web server in front of a database, for example Sql MySql, or NoSql MongoDb.