First I'm getting geocode using google API key, then find the route(direction) using the same address which is geocoded using BING Map, which is giving me different places.
Can anybody tell me what is a concern?
First I'm getting geocode using google API key, then find the route(direction) using the same address which is geocoded using BING Map, which is giving me different places.
Can anybody tell me what is a concern?
The simple answer is that there is no single coordinate that uniquely represents an address. An address is an area and thus any coordinate within in its boundaries is valid. Additionally, many geocoders use interpolation to approximate the location of an address on a road as the actually property boundary data is not available in most countries.