Function pointIsInPolygon

  • Check if a point falls inside of a polygon or not

    Parameters

    • point: Location

      the point to check

    • vertices: Location[]

      the points that make up the polygon

    Returns boolean

    true if the given point falls within the boundaries of the polygon

    Memberof

    aegir.mapUtil

    Since

    1.2

Generated using TypeDoc