computeArea static method

num computeArea(
  1. JSAny path, [
  2. num? radiusOfSphere
])

Implementation

external static num computeArea(
  JSAny /*Array<LatLng|LatLngLiteral>|MVCArray<LatLng|LatLngLiteral>|Circle|CircleLiteral|LatLngBounds|LatLngBoundsLiteral*/
      path, [
  num? radiusOfSphere,
]);