v200.3.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.3.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.3 release of ArcGIS Maps SDK for Kotlin.
New samples
-
Cloud and Portal
-
Layers
-
Maps
-
Search and Query
-
Visualization
Enhancements
- Added a new composable bottom sheet component.
- Upgraded project to use gradle 8.1.1