Esri.ArcGISRuntime.Xamarin.Forms
Contains APIs and UI controls for building desktop, mobile, and tablet applications with the cross-platform Xamarin.Forms UI framework.
- MapView control used for the display of map layers and information in 2D. It controls the area (extent) of the map that is visible and supports user interactions such as pan and zoom.
- SceneView used for the display of 2D layers and 3D scene layers and information in 3D. It uses a camera to control the visible area (extent) of the scene and supports user interactions such as pan, zoom, tilt, and rotate.
- Callout control used for the display of information over a mapview or sceneview and is anchored to a coordinate with a leader.
- Platform-specific image support
Supported application types:
- Universal Windows Platform (UWP)
- Android
- iOS
Add a reference to Esri.ArcGISRuntime.Xamarin.Forms to your application projects:
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.Forms" Version="100.15.0" />