vector_map_flutter
vector_map_flutter copied to clipboard
Cartesian Coordinates vs Mercator Projection
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 a map with Mercator Projection and the example map from South America:
The wireframe is the example from the vector_map_flutter API. The background is a Google Map layer - I manually fit them together.
Hi @oomti.
Sorry for the delay in responding. Projection conversion is not within the scope of the API. The API will display any coordinate given the JSON. You will need to manually convert the coordinates before displaying.