computeLength static method

num computeLength(
  1. JSAny path, [
  2. num? radius
])

Implementation

external static num computeLength(
  JSAny /*Array<LatLng|LatLngLiteral>|MVCArray<LatLng|LatLngLiteral>*/ path, [
  num? radius,
]);