I'm interested in building an alternative backend service for use by the android.location.Geocoder class. I'd like to support doing some basic offline geocoding (probably using OpenStreetMap data) when the network is not available, but fall back to the default implementation otherwise.
I found that there have been a couple of other posts to the list with similar questions, but no definitive response [1][2]. Is it possible to write an alternative backend service? Is there any documentation describing what is necessary to do so? [1] http://groups.google.com/group/android-developers/browse_thread/thread/966029db4b97f102 [2] http://groups.google.com/group/android-developers/browse_thread/thread/220e1ba6095fb55a -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en