heremaps / here-sdk-ref-app-flutter

This project is the HERE SDK reference application for Flutter
Apache License 2.0
44 stars 20 forks source link

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

Open mohanve7 opened 3 weeks ago

mohanve7 commented 3 weeks ago

Screenshot_20240822_164902

Guru-cm-here commented 1 week ago

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