-
Notifications
You must be signed in to change notification settings - Fork 6
Geo-compose: Remove ViewpointOperations #316
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
Merged
hud10837
merged 12 commits into
feature-branches/geo-compose
from
hud10837/mv-viewpoint-to-proxy
Feb 14, 2024
Merged
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
49d077b
rm MapViewpointOperation
hud10837 1cdfd00
rm SceneViewpointOperation
hud10837 cd37836
add mapviewproxy methods
hud10837 3b70990
add sceneviewproxy methods
hud10837 830c8ec
update mapview set viewpoint app
hud10837 39c5b71
refactor sceneview setviewpointapp
hud10837 f16ecf0
refactor mapview setviewpointapp to match structure of sceneview app
hud10837 7ce4ba3
update readmes
hud10837 d02ef9b
rm progress indicator from sceneview app
hud10837 613af16
address pr comments
hud10837 d14f231
Merge branch 'feature-branches/geo-compose' of github.com:ArcGIS/arcg…
hud10837 a45e906
address pr comments
hud10837 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# MapView Set Viewpoint Micro-app | ||
|
||
This micro-app demonstrates the use of `MapViewpointOperation` with a composable `MapView`. | ||
This micro-app demonstrates setting the viewpoint on a composable `MapView`. | ||
|
||
 | ||
|
||
## Usage | ||
|
||
The application starts with a MapView and displays a map. Use the overflow action button in the app bar to choose between different `MapViewpointOperation`s to be performed on the composable MapView. Each operation will set the viewpoint to center on Sofia, Bulgaria. | ||
The application starts with a MapView and displays a map. Use the overflow action button in the app bar to choose between different methods of setting a viewpoint on the composable MapView. Each operation will set the viewpoint to a different location. | ||
|
||
For more information on the composable `MapView` component and how it works, see it's [Readme](../../toolkit/geo-compose/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# SceneView Set Viewpoint Micro-app | ||
|
||
This micro-app demonstrates the use of `SceneViewpointOperation` with a composable `SceneView`. | ||
This micro-app demonstrates setting the viewpoint on a composable `SceneView`. | ||
|
||
|SceneView Set Viewpoint| | ||
|:--:| | ||
|| | ||
|
||
## Usage | ||
|
||
The application starts with a SceneView and displays a scene. Use the overflow action button in the app bar to choose between different `SceneViewpointOperation`s to be performed on the composable SceneView. | ||
The application starts with a SceneView and displays a scene. Use the overflow action button in the app bar to choose between different methods of setting a viewpoint on the composable SceneView. Each operation will set the viewpoint to a different location. | ||
|
||
For more information on the composable `SceneView` component and how it works, see it's [Readme](../../toolkit/geo-compose/README.md). | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this looks better at these coordinates
Point(
-118.419710,
33.432245,
SpatialReference.wgs84()
),
1000000.0
)