Find the closest point on polygon to user location
问题 I have an app that find the shortest distance between my user to a polygon. I want to convert the polygon to Geofence to check the distance between the user to the area to give mor accurate information to the user. how can I do that? this is the MapsActivity public class MapsActivity extends FragmentActivity implements OnMapReadyCallback, LocationListener, MinimumDistanceTask.GetMinimumDistanceListener { private GoogleMap mMap; private LocationManager manager; private double lat, lng; private