v200.1.0 ArcGIS Maps SDK for Kotlin samples
Gradle Implementation
// project level settings.gradle
dependencyResolutionManagement {
repositories {
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
}
}
// app level build.gradle
dependencies {
implementation 'com.esri:arcgis-maps-kotlin::200.1.0'
}
Migrate from version 100.x to version 200.x
Visit the website doc for instructions to migrate to use the new ArcGIS Maps SDK for Kotlin
Change log:
Visit the release notes page for details about enhancements in the 200.1 release of ArcGIS Maps SDK for Kotlin.
New samples
- Maps & Scenes
- Edit & Manage Data
- Visualizations
- Layers
- Analysis
- MapViews, SceneViews & UI
- Routing & Logistics
- Search & Query
- Utility Networks
- Cloud & Portal
Enhancements
- Added reset button to Clip geometry and Cut Geometry
- Updated
Log
tag to use the local class name - Added support for dark/light mode for all Kotlin samples