Add support for maxPitch on MapboxGL.Camera #3724
ipoogleduck
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Both native SDKs support this and I am running into a use case where this would be great to have exposed on the react native side.
On iOS:
mapView.cameraBounds = MGLCameraBoundsOptions(maximumPitch: 45.0)
And Android:
Beta Was this translation helpful? Give feedback.
All reactions