Hi Pawel,
Maps component displays online maps such as Azure Maps,
OpenStreetMap and Mapbox maps using their tile server URL. The tile server URL
must be in the below format to render in the Maps component.
Sample Template: https://<
domain_name >/maps/basic/{z}/{x}/{y}.png
- ”${z}” - It represents
zoom factor (level).
- ”${x}” - It indicates
tile image x-position (tileX).
- ”${y}” - It indicates
tile image y-position (tileY).
Please refer the below documentation link for further
references about online map providers in Syncfusion Maps.
https://blazor.syncfusion.com/documentation/maps/providers/other-maps
When we analyzed the Amazon location service for their tile
service URL, we found the below documentation link. But the information in that
link is related to the API support provided by the Amazon location service,
which is not supported in the Maps component.
https://docs.aws.amazon.com/location/latest/APIReference/API_GetMapTile.html
However, we need additional time to check the tile server
URL of the Amazon location service. We will check and update you with further
details on January 16, 2024.
Please
let us know if you need any further assistance.