-
Notifications
You must be signed in to change notification settings - Fork 39
Identify layer features Sample #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice sample @prupani-7! Couple comments here:
.../src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/ComposeMapView.kt
Outdated
Show resolved
Hide resolved
.../src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/ComposeMapView.kt
Outdated
Show resolved
Hide resolved
...eatures/src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/screens/MainScreen.kt
Outdated
Show resolved
Hide resolved
...es/src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...es/src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...es/src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...es/src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
...es/src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/MapViewModel.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Shubham Sharma <[email protected]>
Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/ComposeMapView.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/ComposeMapView.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/screens/MainScreen.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/MapViewModel.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/MapViewModel.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/MapViewModel.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/MapViewModel.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/MapViewModel.kt Co-authored-by: Shubham Sharma <[email protected]>
…le/identifylayerfeatures/components/MapViewModel.kt Co-authored-by: Shubham Sharma <[email protected]>
@shubham7109 Thanks for the review suggestions! Applied. please re-review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to approve 👍
...es/src/main/java/com/esri/arcgismaps/sample/identifylayerfeatures/components/MapViewModel.kt
Show resolved
Hide resolved
…le/identifylayerfeatures/components/MapViewModel.kt Co-authored-by: Shubham Sharma <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it was part of original sample design or not, but selecting/highlighting the identified features also gives better visual experience.
Looks good to me otherwise
@rchintapalli sample design doesn't do feature selecting/highlighting. So leaving this as is. Thanks for your review. |
Description
PR to add a new Kotlin sample "Identify layer features" in
Search and Query
category.Links and Data
Sample Epic:
runtime/kotlin/issues/2934
What To Review
README.md
andREADME.metadata.json
filesHow to Test
Run the sample on the sample viewer or the repo.