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

How to add functionality like 3d map view and compass like in here maps app using flutter sdk #164

Open
mohanve7 opened this issue Aug 22, 2024 · 1 comment

Comments

@mohanve7
Copy link

Screenshot_20240822_164902

@Guru-cm-here
Copy link
Contributor

Hi @mohanve7
Currently, we do not have a built-in widget for the compass feature. However, this can be achieved by adding an icon on top of the MapView. When pressed, you can update the camera for the HereMapController object.

You can use the mapController.camera.lookAtPointWithGeoOrientationAndMeasure method.

API Reference: https://www.here.com/docs/bundle/sdk-for-android-explore-api-reference/page/com/here/sdk/mapview/MapCamera.html

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

No branches or pull requests

2 participants