In my work, I've to store some addresses and display them on the map. Some addresses we get are street intersections. GeoCoder does not give any addresses for street intersections. For example, the following does not work.
addresses = geoCoder.getFromLocationName( "Broadway and 42nd, New York, NY", 1); Are there any alternative to use geoCoder for such lookups? Am I doing anything wrong? Appreciate your help. -- 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

