Skip to content

Commit

Permalink
Added setters for camera parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Apr 2, 2024
1 parent 0776a62 commit e85c300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CameraState.trackingUserLocation(zoom: (4.0, MapLibreSwiftUI.CameraPitch.free))
CameraState.trackingUserLocation(zoom: (4.0, MapLibreSwiftUI.CameraPitch.free, 12.0))
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
▿ lastReasonForChange: Optional<CameraChangeReason>
- some: CameraChangeReason.programmatic
▿ state: CameraState
▿ trackingUserLocation: (2 elements)
▿ trackingUserLocation: (3 elements)
- zoom: 10.0
▿ pitch: CameraPitch
▿ freeWithinRange: (2 elements)
- minimum: 12.0
- maximum: 34.0
- direction: 0.0

0 comments on commit e85c300

Please sign in to comment.