Get Latitude and Longitude from SQLite database for use in Android MapOverlay
问题 If I store the Latitude and Longitude of a bunch 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? Database name: database Table name: place Fields in place Table: id title description latitude longitude How do I get the latitude and longitude data of each location and add it to an ArrayList itemOverlay? Do you have any ideas or an example? Thanks you so much 回答1: You would want to do a query like