Open dfeinzimer opened 2 months ago
Closes #925, simplifying the initializer and closer aligning with Kotlin.
init(graphicsOverlay:map:mapPoint:screenPoint:mapViewProxy:viewpoint:startingPoints:)
init(graphicsOverlay:map:mapPoint:mapViewProxy:startingPoints:)
mapViewProxy
screenPoint
viewpoint
[!WARNING] If a MapViewProxy is not provided in the deprecated initializer, this will introduce a behavioral breaking change
MapViewProxy
Closes #925, simplifying the initializer and closer aligning with Kotlin.
init(graphicsOverlay:map:mapPoint:screenPoint:mapViewProxy:viewpoint:startingPoints:)
init(graphicsOverlay:map:mapPoint:mapViewProxy:startingPoints:)
mapViewProxy
is no longer optionalscreenPoint
is removed as it can be internally converted to a map point with the map view proxy.viewpoint
is removed as viewpoint updates are better handled with the map view proxy.