Replies: 4 comments 10 replies
-
I cant check right now for you, I'm on my phone at the moment, but I previously used a Static Tiles Google Maps URL (raster). It doesn't do rotation, but there are different versions for road, hybrid, and satellite. This URL was free to use. I have no idea whether it is legal or not, but the endpoint was unprotected, no API key needed, and I seem to remember a StackOverflow answer saying that you could? PS. Just a quick note, I don't think you're looking for tile providers, you're looking for tile servers. |
Beta Was this translation helpful? Give feedback.
-
Just be wary google maps uses vector riles afaik, to which flutter_map doesn't support really atm. Mapbox is decent, but I think their terms may imply you need to use their sdk. So you could go down the mapbox sdk route. I think you may struggle to get a close google maps match up depending a bit on your use case. |
Beta Was this translation helpful? Give feedback.
-
Ok, so I've found Google Maps Static Tiles URL as the following (they are all raster tiles):
I've linked an example tile for each of the types, looking at the exact same area so you can see the difference. It is important to note that these violate the Google Maps Platform Terms of Service - see #987 (reply in thread)! |
Beta Was this translation helpful? Give feedback.
-
@JaffaKetchup Hi, how about style (https://mapstyle.withgoogle.com/) when use |
Beta Was this translation helpful? Give feedback.
-
I want to migrate our corporate apps from google maps to this package because google maps flutter support is really bad, causes lots of issues and doesn't work perfectly with the widget animations / page transitions, ...
As far as I know, google prohibits using google maps tiles with 3rd party plugins in their terms of service. Rather than that OSM tiles (.tile.openstreetmap.org/) doesn't look very well especially because people are more familiar with google maps look because that's what they often see.
So, which tile providers (paid or free) would you suggest that has nice looking graphics that somewhat familiar with the popular maps / navigation apps?
Or if there's a way to use Google Maps tiles, I would appreciate to learn more about that.
Beta Was this translation helpful? Give feedback.
All reactions