Skip to content
New issue

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

Ability to define fixed camera bounds to prevent the camera moving outside of an area #11

Open
malcolm-brown opened this issue Apr 2, 2019 · 0 comments

Comments

@malcolm-brown
Copy link
Contributor

Currently there is no way to limit camera movement in such a way that it is prevented from moving outside a specified Latitude/Longitude bounds. There are ways around this (i.e. using OnCameraMoveListener or calling moveCamera every frame) but these often result in jumpy, stuttering camera movement.

Improvement is to allow an API method to specify a Latitude / Longitude bounds which the camera is unable to move outside of. This functionality has been used before in our C++ SDK and likely just needs wiring up to our APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant