Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
-
Has there been any consideration to add this feature please? I have a use case that would be fantastic to be able to implement if I could 'fly' the camera around the map. |
Beta Was this translation helpful? Give feedback.
-
Any discussion at all on this? I really can't believe such a killer feature that is available hasn't yet been integrated into the React Native API? |
Beta Was this translation helpful? Give feedback.
-
@dpyeates Sorry we don't have many resources. We're welcome PR implement this feature, or you can consider sponsoring this feature, |
Beta Was this translation helpful? Give feedback.
-
New Feature
Add options for accessing 'getFreeCameraOptions' of the Mapbox API which allows access to the properties of the underlying camera entity. Direct access to these properties allows more flexible and precise controlling of the camera.
Why
The FreeCamera allows precise positioning of the camera at a point location, pitch angle and bearing
This enables you to use the camera to 'fly' around the map.
Documentation:
https://docs.mapbox.com/mapbox-gl-js/api/properties/#freecameraoptions
Example:
https://docs.mapbox.com/mapbox-gl-js/example/free-camera-point/
Beta Was this translation helpful? Give feedback.
All reactions