here-sdk-ref-app-flutter icon indicating copy to clipboard operation
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

Open mohanve7 opened this issue 1 year ago • 1 comments

Screenshot_20240822_164902

mohanve7 avatar Aug 22 '24 11:08 mohanve7

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

Guru-cm-here avatar Sep 03 '24 05:09 Guru-cm-here