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.
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
///
).