Xamarin.forms.googlemaps: #80 Disable MapToolbar in Android

Created on 24 Nov 2016  ·  5Comments  ·  Source: amay077/Xamarin.Forms.GoogleMaps

Hi,
Is there a way for us to re enabled this back on Android for Map version 1.7.0?
Is there a similar feature on iOS?

Thank you plenty for your help!

All 5 comments

Hello,
I think it is possibke in Uisettings in your map

Yeh, just found out its
NativeMap.UiSettings.MapToolbarEnabled = true;
However it seems that the options is not available on iOS
Thanks

I think this option is natively avaliable only for android. If not you can
add it for iOS
čt 24. 11. 2016 v 9:54 odesílatel Nguyen Nhu Hieu notifications@github.com
napsal:

Yeh, just found out its
NativeMap.UiSettings.MapToolbarEnabled = true;
However this seems the options seems unavailable on iOS
Thanks


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
https://github.com/amay077/Xamarin.Forms.GoogleMaps/issues/120#issuecomment-262722222,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AV-OEqVI7x4Vkf8fM8KDkLzgI4AMHACAks5rBVDKgaJpZM4K7Z5j
.

Yes, iOS doesn't have MapToolbarEnabled.
You can access using Custom Renderer or Effects in your android project.

Is it maybe possible to have a setting where this can be enabled for Android?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

idan-rubin picture idan-rubin  ·  6Comments

galadril picture galadril  ·  3Comments

woellij picture woellij  ·  4Comments

JKennedy24 picture JKennedy24  ·  6Comments

amay077 picture amay077  ·  7Comments