Update README.md
This is used to ckeck if a locaion is inside an array of coordinates array that builds polygon.
CheckPoly().checkInPoly(lat: item.latitude!, long: item.longitude!, polyArray: Counties.milwaukee)
It also can use checkInCircle to check if a second location is with in a raduis around center location.
CheckPoly().checkInCircle(centerCoordinate: center, radius: 200, point: CLLocationCoordinate2D(latitude: $0.latitude!, longitude: $0.longitude!)
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
CoordinateCheck
This is used to ckeck if a locaion is inside an array of coordinates array that builds polygon.
It also can use checkInCircle to check if a second location is with in a raduis around center location.