dart-latlong
dart-latlong copied to clipboard
Circle constructor radius unit
Hi Creators,
Thanks for the great plugin. This is the easiest and very straight forward plugin I ever used to calculate LatLng distance. But I'v a small doubt.
In Circle constructor,
Circle(LatLng center, double radius, { DistanceCalculator calculator: const Vincenty() })
The radius
indicates what unit meters
or kilometers
, something else? I went through the documentation regarding this but I couldn't able to find it. If I know the correct unit, so then I can draw a circle in the map.