flutter_map
flutter_map copied to clipboard
Lightweight Map widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.
How enable dark theme?
No documentation or reference on how to get API key or configure google map api url for custom features and colours.
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/xclud/flutter_map/issues) ### Use case Currently changing MapController.{zoom,center} values affects instantly. It is not convenient for...
This is what it is written on the readme ``` Support for vector tiles is under development in [vt](https://pub.dev/packages/vt) and [cartography](https://pub.dev/packages/cartography) packages. Please checkout these packages to know more about...
How do I find what should I set as the center and as the zoom level so that all the points show up.
Osm url `https://tile.openstreetmap.org/{z}/{x}/{y}.png` returns error like `HttpException: Invalid statusCode: 400, uri = https://tile.openstreetmap.org/%7Bz%7D/%7Bx%7D/%7By%7D.png`. Same result with mapbox.