I\'m trying to figure out how best to do this, I have a map with one Polygon drawn on it. Since it doesn\'t seem as though the Google Maps API V2 has a touch de
Polygon
The Google Maps Support library now has a static method that does this check for you:
PolyUtil.containsLocation(LatLng point, Listpolygon, boolean geodesic);
Although the docs don't mention it explicitly in the guide the method is there
Maps Support Library docs