Hello,
We integrate our Saas application with Azure Maps to generate the longitude & latitude based off the address that is provided and return this to our platform.
When entering addresses outside of the UK, we're struggling to get the right value returned.
For example, the address is:
Address = 80 Fairbank Rd, Clayton South
Town = Melbourne
County = Victoria
Country = Australia
Postcode = 3169
We would use this call: https://atlas.microsoft.com/search/address/json?api-version=1.0&query=80%20Fairbank%20Rd%2C%20Clayton%20South%2C%20Melbourne%2C%20Victoria%2C%20Australia%2C%203169&subscription-key=R
But the result we get is not the correct longitude and latitude, it's several streets away.
If we enter the address into another Map tool, we get the exact location immediately.
Can anyone provide some insight into why this may be happening as it's causing issues for our customers as the values are not correct and providing incorrect information to their customers.
Thanks in advance,
Jack