Ken H wrote:
> If I use a map, do I need to
> setup the LocationManager and GPS criteria and all?

No. Android might start up the location manager system (e.g., you add
MyLocationOverlay to the project), but you do not have to use it
yourself directly.

> I just need a map to paint on. I'm building an activity that displays
> location data collected and stored in SQLite...basically showing the
> user where they were (it's more complicated than that, but that is the
> essence). I can do this without needing to start up the whole GPS
> thing right??

Yes.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android 1.5 Programming Books: http://commonsware.com/books.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to