We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GeolocateControl
WebGeolocateControl
MapOptions.controls
MapOptions.webControls
Marker
addMarker()
jumpTo()
moveCamera()
flyTo()
animateCamera()
tilt
pitch
Note: maplibre native android uses a fix between tilt and pitch.
The text was updated successfully, but these errors were encountered:
feat: rename tilt to pinch (#45)
117c742
- [X] rename all tilt references to pinch - [X] update CHANGELOG.md - [X] update comments for tilt / pinch Closes a task of #22 --------- Co-authored-by: Joscha <[email protected]>
feat: rename tilt to pinch (josxha#45)
6fcc076
- [X] rename all tilt references to pinch - [X] update CHANGELOG.md - [X] update comments for tilt / pinch Closes a task of josxha#22 --------- Co-authored-by: Joscha <[email protected]>
Successfully merging a pull request may close this issue.
GeolocateControl
->WebGeolocateControl
MapOptions.controls
toMapOptions.webControls
Marker
andaddMarker()
jumpTo()
tomoveCamera()
flyTo()
toanimateCamera()
tilt
topitch
because this name is used for gl js and native, feat: rename tilt to pinch #45Note: maplibre native android uses a fix between tilt and pitch.
The text was updated successfully, but these errors were encountered: