On Sun, Aug 21, 2011 at 1:27 PM, guich <[email protected]> wrote: > how to open MapView with an address, like, the bull at wallstreet. I know i > have to use location.Address class, but it has several parameters and i just > don't know set them. >
MapView deals with latitude and longitude. To convert from a location or address to a lat / long pair, use geo-coding. Start here: http://developer.android.com/reference/android/location/Geocoder.html ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

