I have a question about navigation when the device is in landscape mode.
I would like the current position to be automatically displayed on the right side of the screen instead of the center, like Google Maps app (see attached image) when the device is turned horizontally.
With the Navigation SDK for Android, it is possible to use setPadding to shift the current position to the right, but it seems that setPadding is not available in the flutter SDK. Is there any plan to make this available?
Hi @iwata-yasuaki,
This is currently not possible; and having ability to control map padding is something the package should support.
I've labeled this as feature request.
I have a question about navigation when the device is in landscape mode.