Skip to content

Commit 766728d

Browse files
committed
sample sync
1 parent 21c8f9f commit 766728d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/MAUI/Maui.Samples/Samples/Layers/FilterBuildingSceneLayer

src/MAUI/Maui.Samples/Samples/Layers/FilterBuildingSceneLayer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Once the scene is loaded, tap the "Building Filter Settings" button to view the
2929
5. If "All" is selected, the `ActiveFilter` property on the building scene layer is set to `null` so all features are rendered according to their default settings.
3030
5. Architectural disciplines and categories are represented by `BuildingGroupSublayer` and `BuildingSublayer` objects containing features within a building scene layer. When checked or unchecked, the visibility of the group or sublayer is set to true (visible) or false (hidden).
3131
6. When a building feature is tapped on:
32-
1. A call to `IdentifyLayerAsync` on the `LocalSceneView` is initiated based on the screen offset of the tap.
32+
1. A call to `IdentifyLayerAsync` on the `LocalSceneView` is initiated based on the screen offset of the click.
3333
2. The `SublayerResults` property of the returned `IdentifyLayerResult` will contain the identified features. Note that the building scene layer features are NOT returned in the `GeoElements` property of the results.
3434
3. The details of the first identified feature are shown in a popup.
3535

0 commit comments

Comments
 (0)