-
Notifications
You must be signed in to change notification settings - Fork 28.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] [google_maps_flutter] : Support for custom tiles #25942
Labels
c: new feature
Nothing broken; request for a new capability
p: maps
Google Maps plugin
P0
Critical issues such as a build break or regression
package
flutter/packages repository. See also p: labels.
Milestone
Comments
Looks like #25161 |
13 tasks
Update from @cyanglaz: This is on his radar as per the milestone. |
This was referenced Jan 8, 2021
11 tasks
Is any example to add wmts from geoserver to google map? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
c: new feature
Nothing broken; request for a new capability
p: maps
Google Maps plugin
P0
Critical issues such as a build break or regression
package
flutter/packages repository. See also p: labels.
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!
The text was updated successfully, but these errors were encountered: