Google Map v2 check whether the point contains in area
问题 all. I am trying to check the point that user taps on the google map whether in specific area, does google map api v2 have any method that i can quick to use? 回答1: You can use LatLngBounds. It has contains method which returns true when given LatLng is inside bounds. If you want to get current visible region I recommend reading: https://stackoverflow.com/a/14700745/759007 . 回答2: You should use Location APIs https://developer.android.com/google/play-services/location.html Inside em, you can