I have store the Latitude and Longitude of locations in a SQLite Database, how would I retrieve these values and place them each in an OverlayItem class for use in Google’s Map code?
i got this question with answer
[1]: Get Latitude and Longitude from SQLite database for use in Android MapOverlay this is really helpful but im new in android unable to understand many things e.g where i should perform this action, in class that is extends MapActivity or in ItemizedOverlay please would anyone explain it step by step it will be highly helpful for all learners. thanks.
I have store the Latitude and Longitude of locations in a SQLite Database, how
Share
You want to implement ItemizedOverlay within the MapActivity class. see example.