Articles in this section
Category / Section

How to visualize the Esri’s ArcGIS in the .NET MAUI Maps (SfMaps)?

2 mins read

In the Syncfusion .NET MAUI Maps control, visualize the Esri’s ArcGIS maps by providing its URL to the MapTileLayer’s UrlTemplate property.

To add Esri’s ArcGIS maps, add the SfMaps control in your layout and add the MapTileLayer to the SfMaps‘s Layer as shown in the following code sample.

XAML:

<map:SfMaps>
   <map:SfMaps.Layer>
       <map:MapTileLayer x:Name="layer" />
   </map:SfMaps.Layer>
</map:SfMaps> 

Set the URL of the provider to the UrlTemplate property of the MapTileLayer, as shown in the following code sample.

C#:

this.layer.UrlTemplate = "https://ibasemaps-api.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}?apiKey=Your-Key";

To request tiles from the ArcGIS provider, you need an API key. By following the steps listed in this link, create the key and replace the word ‘Your-Key’ with the actual key in the above code sample.

Note: Please check the licensing details before using it.

Similarly, you can easily visualize Bing Maps, TomTom, Azure, OpenStreetMaps, and other map services in the Syncfusion .NET MAUI Maps.

Output:

Esri’s ArcGIS Map in Syncfusion .NET MAUI Maps

Conclusion:
I hope you enjoyed learning how to visualize Esri’s ArcGIS maps in the .NET MAUI Maps (SfMaps).
Refer to our .NET MAUI Maps feature tour page to learn its other groundbreaking feature representations. You can explore our .NET MAUI Maps documentation to understand how to present and manipulate data.
For current customers, check out our .NET MAUI components from the License and Downloads page. If you are new to Syncfusion, try our 30-day free trial to check out our .NET MAUI Maps and other .NET MAUI components.
Please let us know in the following comments section if you have any queries or require clarifications. Contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied