How to get minimum distance from point to polygon using openmap?

890 Views Asked by At

Given a point coordinates(latitude/longitude) and an array of latitude/longitude representing a polygon. How do I get the distance from the point to the polygon, using OpenMap API?

0

There are 0 best solutions below