v200.2.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.2.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.2 release of ArcGIS Maps SDK for Kotlin.
New samples
-
Maps
-
Scenes
-
Edit and Manage Data
-
Analysis
-
Search and Query
Enhancements
- All new samples added in
200.2.0
use Jetpack Compose.- Introduced Jetpack Compose samples using material design 3.
- Updated the
NewModuleScript
to create new samples with Jetpack Compose. - Added shared Compose components to display dialogs for ArcGIS jobs or error messages to the
samples-lib
.
- Updated the project to use a common design scheme for all view-based samples.
- Added a determinate download progress indicator to the
samples-lib
. - Updated the weather service used in the Add WMS layer sample.
- Added a patch for Render multilayer symbols sample for flaky loading behavior.
- Removed deprecated usages, unused resources, and resolved code style warnings.
- Updated the project to use JVM 1.17.