• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help for marking Google Maps

drimades

Lurker
Do you know of any app or module that can be used to associate a data structure with a location in a Google Map? I need to store a string/record for a certain location in the map. Any suggestions?
 
I'd use a database table to do this.
Suggested table structure:-

Lat (INT)
Lon (INT)
String (VARCHAR)
 
Back
Top Bottom