Skip to content

v200.5.0 ArcGIS Maps SDK for Kotlin samples

Latest
Compare
Choose a tag to compare
@shubham7109 shubham7109 released this 01 Aug 14:36
· 1 commit to main since this release
3ad9236

Gradle DSL Implementation

// project level settings.gradle.kts
dependencyResolutionManagement {
    repositories {
        maven { url = uri("https://esri.jfrog.io/artifactory/arcgis") }
     }
}

// app level build.gradle.kts
dependencies {
    implementation("com.esri:arcgis-maps-kotlin:200.5.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.5 release of ArcGIS Maps SDK for Kotlin.

Release notes:

New Samples:

Analysis:

  • Show line of sight between geoelements

Layers:

  • Add 3d tiles layer
  • Add custom dynamic entity data source

Maps:

  • Configure basemap style parameters

Routing and Logistics:

  • Find closest facility from point

Edit and Manage Data:

  • Edit and sync features with feature service
  • Edit features using feature forms
  • Snap geometry edits

Enhancements:

  • All new Kotlin SDK samples will be built utilizing Jetpack Compose, leveraging the GeoView-Compose Toolkit module.
  • Updated Generate offline map to use the GeoView-Compose toolkit module.
  • Updated Show callout to use the GeoView-Compose Callout Composable.
  • Updated Authenticate with OAuth to use the Toolkit Authenticator