I’m developing a project for mobile and web in Flutter. I’d like to display a map from a tiling sevice API such that it had the same funcionality of e.g. Google Maps where you load the data that the user is seeing (showing details when they zoom in etc).
But I’m only interested in the data of the boundaries of regions such as countries and cities (and their identification/name). This is because I’d like to fill the region with e.g. a color.
I’m not sure if filling is possible, or if I’d have to fetch the data, create a custom layer and display on top of it. Or if there are better approaches.
Is this possible with a free provider? Can somebody give me some direction?
Thank you very much!
I’ve started playing around with ‘flutter_map’ package, but the only thing I could think of was to draw Polygons.
Matheus Baptistella is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.