maps_toolkit icon indicating copy to clipboard operation
maps_toolkit copied to clipboard

Dart library for area, distance, heading measurements

Results 14 maps_toolkit issues
Sort by recently updated
recently updated
newest added

The SphericalUitl & PolygonUtil class contains the incorrect earth radius, change it from 6371009.0 to 6378137.0. The results will be the same as lib javascript V3.

I just want to check, whether given list of coordinates points forms a perfect polygon( shouldn't be self intersect or overlap) are not. Perfect polygon --> ![image](https://github.com/kb0/maps_toolkit/assets/55737606/7c5764aa-aa9c-4440-aa5c-d8298fbcf8d0) Not a perfect...

**PolygonUtil.containsLocation** sending wrong output. I want to check my current location is into the polygon or not. I draw the polygon by using some latlng which are got from backend....

This version uses latlong2 for latitude and longitude calculation. The goal is to make it compatible with flutter_map

Is there a way to get the `northeast` and `southwest`?

I wish there was a feature of sorting points of polygon in a counter-clock wise direction so as to avoid weird shapes.