arcgis-maps-sdk-kotlin-samples
arcgis-maps-sdk-kotlin-samples copied to clipboard
ArcGIS Maps SDK for Kotlin Samples
# Null Pointer in SingleTapConfirmedGestureRecognizer.kt:135 ## Feature or Bug? Bug in [ComposeMapView](https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/blob/6008ed17ec1e357fbc6f80b80b46452afd401163/show-callout/src/main/java/com/esri/arcgismaps/sample/showcallout/components/ComposeMapView.kt) ``` arcgis-maps-kotlin = { group = "com.esri", name = "arcgis-maps-kotlin", version = "200.3.0" } ``` ## Behavior Open/close...
https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/blob/6008ed17ec1e357fbc6f80b80b46452afd401163/show-callout/src/main/java/com/esri/arcgismaps/sample/showcallout/components/ComposeMapView.kt#L97 change this ``` DisposableEffect(lifecycleOwner) { lifecycleOwner.lifecycle.addObserver(mapView) onDispose { lifecycleOwner.lifecycle.removeObserver(mapView) } } ``` To this ``` DisposableEffect(lifecycleOwner) { lifecycleOwner.lifecycle.addObserver(mapView) onDispose { lifecycleOwner.lifecycle.removeObserver(mapView) mapView.map = null } } ```
arcgis for js can setting: var customLayer = new WMTSLayer({ url: "https://36.142.16.42:20001/geoserver/gwc/service/wmts", activeLayer: { id: "workspace:gs", tileMatrixSetId: "EPSG:4326", styleId: "lzz-xiaoban", }, serviceMode: "KVP" }); arcgis for kotlin:WmtsLayerInfo public final val...
## Description PR to update gradle version to `8.14` (& fix new deprecation) ## Links and Data Sample issue: [#5714](https://devtopia.esri.com/runtime/kotlin/issues/5714) - a [vTest](https://runtime-kotlin.esri.com/view/all/job/vtest/job/sampleviewer/) Job for this PR has been run...
## Description Add realistic light and shadows sample ## Links and Data Issue: https://devtopia.esri.com/runtime/kotlin/issues/5316 vTest: https://runtime-kotlin.esri.com/view/all/job/vtest/job/sampleviewer/86/ ## What To Review - Review the code to make sure it is easy...
## Description PR to patch `Snap geometry edits` sample to block UI when feature layers are loading to populate the bottom sheet. ## Links and Data Sample issue: `kotlin/issues/6251` -...
## Description ## Links and Data ## What To Review ## How to Test