I am using Google Maps v2 in my application. When the user pans or zooms on the screen I would like to get the area of the map based on which I want to fetch the POI only in the screen view part.
I went through the documentation but could not find any help.
I am using Google Maps v2 in my application. When the user pans or
Share
You need to use
ProjectionandVisibleRegionclasses in order to get visible LatLng region.So your code would look something like: