Hello I'm using google maps in a mobile app and I'm using reverse geocoding 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 to do reverse geocoding.
Is there any there way using google maps api to get the nearest building number together with the street address? If not, then is there any other type of word map api were you can use reverse geocoding to get also get the nearest building number?