Closed
Description
Hi,
My native app versions (iOS & Android) are using the tile overlay feature.
Android:
https://developers.google.com/maps/documentation/android-sdk/tileoverlay#add
iOS:
https://developers.google.com/maps/documentation/ios-sdk/tiles#use_gmsurltilelayer_to_fetch_tiles_from_urls
It would be great to use it from the Flutter side as well, simply call these native APIs.
In case it's not too hard to say, I'd like to know what is your estimation for this kind of feature to be production-ready (or shall I ask about google_maps_flutter 1.0.0 first), because it influences my production release timeline (I'm considering to rewrite these two apps in Flutter only).
Thanks!