albert-heijn-technology / platform_maps_flutter

A Flutter package to provide the native maps to Android/iOS
BSD 2-Clause "Simplified" License
80 stars 64 forks source link

Add liteModeEnabled (Google Maps), mapToolbarEnabled (Google Maps) and trackingMode (Apple Maps) #44

Open Crhaj opened 3 years ago

Crhaj commented 3 years ago

This PR adds support for the 'liteModeEnabled' & 'mapToolbarEnabled' properties of Google Maps and the 'trackingMode' property of Apple Maps. These properties have already been supported by the underlying platform-specific modules but this module didn't allow to pass these options.

I created this PR because I found myself in need of these properties and didn't want to install Google Maps and Apple Maps plugins separately. Let me know if you require some changes to it @LuisThein @jonbhanson, I think other people might have a similar issue as I did.

https://github.com/LuisThein/platform_maps_flutter/issues/26 (fixes the lite mode part of the issue)

Pre-launch Checklist

antalmate12 commented 2 years ago

Will this be merged? I'd love to use trackingMode

KevinBeckers commented 2 years ago

Is there any new about this merge? Would like to use tracking mode.