Applies to Product - Dynamics 365 Project Operations
What’s happening?
There is a discrepancy between the coordinates returned by Azure Maps API and the actual address, resulting in locations being displayed inaccurately on the schedule board map.
Reason:
This is due to the use of bounding box coordinates instead of the exact coordinates when pulling latitude and longitude from the Azure API.
Resolution:
- When pulling the latitude and longitude from the Azure API, ensure that the exact coordinates are used instead of the bounding box coordinates.
- Verify the API calls being made to both Azure Maps and any other mapping services to ensure consistency in the coordinates returned.
- If discrepancies persist, provide an example API call to both Azure Maps and the other mapping service that shows a noticeable location discrepancy for further investigation.
- Test the geocoding service using the latest API versions to confirm the accuracy of the coordinates returned.
