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