On Dec 9, 2:34 pm, Mezzo <[email protected]> wrote: > Hello, > > I'm using google maps in a mobile app and I'm using reverse gecoding > to get the nearest address given a location(longitude, latitude). > > The returned address includes the street address but not the nearest > building number in the street address. I'm using this url to do > reverse geocoding: > > http://maps.google.com/maps/geo?q=longitude,latitude&output=csv&key=y... > > Even if output is set to json or xml the building number is still not > displayed. there any there way using google maps api to get the > nearest building number together with the street address? Thanks in > advance. > > p.s. I think this is based on were location is on the map. I'm trying > to use reverse geocoding for locations inside Egypt, maybe that's why
The geocoder and the reverse geocoder are both "best try" services. Address geocoding information is often interpolated along roads. If you need exact data, you may need to either provide it yourself or pay for it. You might be able to guess using satellite imagery/ streetview and the reverse geocoder. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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/google-maps-api?hl=en.
