maps_toolkit
maps_toolkit copied to clipboard
Dart library for area, distance, heading measurements
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.
Resolves #24.
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 -->  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
It would be useful for initial valuation
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.