here-sdk-ref-app-flutter
here-sdk-ref-app-flutter copied to clipboard
How to add functionality like 3d map view and compass like in here maps app using flutter sdk
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