isLocationOnEdge static method

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

Implementation

static bool? isLocationOnEdge(
  LatLng? point,
  Object? /*Polygon?|Polyline?*/ poly, [
  num? tolerance,
]) =>
    callMethod(_Poly$namespace, 'isLocationOnEdge', [point, poly, tolerance]);