isLocationOnEdge static method

bool isLocationOnEdge(
  1. LatLngOrLatLngLiteral point,
  2. JSAny poly, [
  3. num? tolerance
])

Implementation

external static bool isLocationOnEdge(
  LatLngOrLatLngLiteral point,
  JSAny /*Polygon|Polyline*/ poly, [
  num? tolerance,
]);