I’m new to google maps android api, and there is one thing I want to know about it: can it display marks (points, items, as you wish) whose coordinates are saved in db? Say, I mark my location on the map during a day, it is saved in database, and finally, in the end of a day, I can view all the points that I’ve been to?
Share
You can query your database and use that information to populate an
ItemizedOverlay(Maps V1) or to create a series of markers (Maps V2), as you see fit.