-
Notifications
You must be signed in to change notification settings - Fork 27.9k
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
[google_maps_flutter] Support for Ground Overlay #26479
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I know it's not solution, but I discovered another map package which supports ground overlays and many other things: Maybe it will help someone.... |
Hi there! I needed GroundOverlay in my project and implemented support for Android. https://github.com/bytestreme/plugins/ If you want to use GroundOverlay for Flutter Android now, upd: google_maps_flutter: git: url: https://github.com/bytestreme/plugins.git path: packages/google_maps_flutter/google_maps_flutter/ Here is the example |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@UDAYBIDKAR did some great work on this in flutter/plugins#4410, but unfortunately isn't available to finish the work. If anyone would like to build on their great contribution and take it to the finish line, that would be great — there's just some review comments to address (see the PR for details). |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I have followed this feature request since the first issues and later PRs. After waiting for a while, I started using this fork from originally rejected PR flutter/plugins#3420, It has been a while since I have been using it in production without any major issues. However, it would be great to have it on the official channel. This is how you can give it a try installing in your pubspec.yaml:
|
I used it for showing geotiffs of irregular shapes with RGB data or single-band with transparency computed locally on the flutter side. Here are some examples. Unfortunately I can’t share the class geotiff handling the png encoding since I am not the owner; however, I can help you reach the owners. It is currently deployed in iOS and Android products. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Any updates on this? Such functionality would be of major use for a great number of app ideas. I can understand that there is currently no bijection between the functionalities of the native ground overlays for Android and iOS, for example the fact that the iOS implementation has no constructor allowing the specification of a target location and a width. However, this is not something that basic math can't get around. Some existing forks of the Thanks again for all the hard work. |
Hi, I'm developing an app where the main functionality is a Map with a Custom Ground Overlay. I've achieve that with the Ionic Framework but I want to make a Flutter version and I notice that the Ground Overlay Class or functionality is not present in the library at the moment.
This is what I need:
Android:
https://developers.google.com/maps/documentation/android-sdk/groundoverlay
iOS:
https://developers.google.com/maps/documentation/ios-sdk/overlays
This is a main functionality for my app, so I need this to launch a production Flutter version of my app. Please, take a look at it.
Thanks!
The text was updated successfully, but these errors were encountered: