isPointInPolygon

abstract fun isPointInPolygon(point: Mercator, polygon: List<Mercator>): Boolean

Determines if a point is located within the polygon

Return

whether or not the point is inside the polygon

Parameters

point

point to consider

polygon

polygon to consider