fun Polygon.contains(latLng: LatLng): Boolean
Computes whether or not latLng is contained within this Polygon.
latLng - the LatLng to inspect
latLng
Return true if latLng is contained within this Polygon, otherwise, false
See Also
PolyUtil.containsLocation