dart-latlong icon indicating copy to clipboard operation
dart-latlong copied to clipboard

Circle constructor radius unit

Open thanooshan opened this issue 5 years ago • 0 comments

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.

thanooshan avatar May 14 '19 00:05 thanooshan