isPointOnPolyline static method
Implementation
static bool isPointOnPolyline(LatLng point, Polyline poly,LatLngBounds bounds) {
return locationIndexOnEdgeOrPath(point,poly.points,bounds) >= 0;
}
static bool isPointOnPolyline(LatLng point, Polyline poly,LatLngBounds bounds) {
return locationIndexOnEdgeOrPath(point,poly.points,bounds) >= 0;
}