UI components
The ArcGIS Runtime SDK for Android offers a toolkit, ArcGIS Runtime Toolkit for Android, that contains the views (components) to help simplify your Android development work. Available components include:
- ArcGISArView - Integrates SceneView with ARCore to enable augmented reality (AR).
- Bookmarks - Displays the bookmarks present in a map.
- Compass - Shows the current orientation of a map or scene by displaying a compass icon that points towards North.
- Scalebar - Displays the representation of an accurate linear measurement on a map.
The fastest way to get the toolkit into your app is to reference the compiled library (.aar file) from Jfrog, as described below. For instructions on using the toolkit from source code—for example, if you want to customize it—see Toolkit setup instructions in the toolkit's repo.
Reference the library from Jfrog
If you haven't already, install and set up ArcGIS Runtime SDK for Android.
Ensure the Esri public Jfrog Maven repository is in your project's gradle file,
https://esri.jfrog.io/artifactory/arcgis
Add the toolkit dependency to the module's gradle file.
Requirements
The following table shows version compatibility.
SDK Version | Toolkit Version |
---|---|
100.6.0 | 100.6.0 |
100.6.0 | 100.6.1 |
100.7.0 | 100.7.0 |
100.8.0 | 100.8.0 |
100.9.0 | 100.9.0 |
100.10.0 | 100.10.0 |
Issues
Find a bug or want to request a new feature enhancement? Please let us know by submitting an issue.