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

Revise UtilityNetworkTrace API #864

Draft
wants to merge 2 commits into
base: v.next
Choose a base branch
from

Conversation

dfeinzimer
Copy link
Collaborator

@dfeinzimer dfeinzimer commented Sep 6, 2024

  • Deprecates:
    init(graphicsOverlay:map:mapPoint:screenPoint:mapViewProxy:viewpoint:startingPoints:)
  • Adds:
    init(graphicsOverlay:map:mapPoint:mapViewProxy:startingPoints:)
    • (screenPoint and viewpoint are removed)
      • Screen points can be internally converted to map points via the MapViewProxy.
      • MapViewProxy can now handle all viewpoint updates making a bound viewpoint unnecessary.

To do:

  • Test verification
  • Tutorial update

@dfeinzimer dfeinzimer added the enhancement New feature or request label Sep 6, 2024
@dfeinzimer dfeinzimer self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant