PathElevationRequest constructor

PathElevationRequest({
  1. num samples,
  2. JSArray<LatLngOrLatLngLiteral>? path,
})

Implementation

external PathElevationRequest({
  num samples,
  JSArray<LatLngOrLatLngLiteral>? path,
});