Skip to content
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

Samples feedback #151

Merged
merged 6 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion add-scene-layer-with-elevation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Run the sample to display a scene service with an `ArcGISSceneLayer`. Pan and zo

## About the data

The scene launches with a northward view of the city of Brest, France. A 3D scene layer representing buildings (some textured) is used as an example.
The scene launches with a northward view of the city of Brest, France ([SceneServer](https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_Brest/SceneServer)). A 3D scene layer representing buildings (some textured) is used as an example.

## Tags

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion show-location-history/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Tap anywhere on the screen to start tracking your location, which will appear as
1. Create a graphics overlay to show each point and another graphics overlay to display the route polyline.
2. Create a `SimulatedLocationDataSource` and initialize it with a polyline. Start the `SimulatedLocationDataSource` to begin receiving location updates.
3. Use `LocationChanged` on the `simulatedLocationDataSource` to get location updates.
4. On location updates, store that location, display the location as a point on the map, and recreate the route polyline.:q
4. On location updates, store that location, display the location as a point on the map, and recreate the route polyline.

## Relevant API

Expand Down
Loading