vector_map_flutter
vector_map_flutter copied to clipboard
Vector map for Flutter
Currently this API only supports cartesian coordinates without Mercator Projection, it won't be ideal for a 1 on 1 mapping with other Map Services. This is an example of overlaying...
Hi, I've been using this library for the past few days, and I've been wondering if there's any way to increase the resolution of the rendered map. I'm using a...
There seems to be a bug in the MapGradientTheme. line 96 of map_gradient_theme.dart `double currentStepRange = (stepIndex * stepSize) + stepSize;` should read `double currentStepRange = stepSize;` You can test...
Hello, I saw your project on github about vector_map, I would like to know if you have a json of the map of Brazil only with the states.... there is...
Thankyou for this awesome vector map project. :trophy: I just tested it on my android device from shapefile that I converted into geojson file. load 684 polygons without problem. using...
Hi, I've noticed that background in tiles is loading really slowly while zooming map with mouse scroll. Seems like this problem is occuring both on debug and build. Tested with...