Android map plotting | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

13th Feb 2019, 2:55 PM
Rstar
Rstar - avatar
4 Answers
+ 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.
15th Feb 2019, 4:11 AM
Michail Getmanskiy
Michail Getmanskiy - avatar
+ 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.
15th Feb 2019, 4:16 AM
Michail Getmanskiy
Michail Getmanskiy - avatar
+ 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.
15th Feb 2019, 4:19 AM
Michail Getmanskiy
Michail Getmanskiy - avatar
+ 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.
15th Feb 2019, 4:27 AM
Michail Getmanskiy
Michail Getmanskiy - avatar