I am searching Latitude and longitude bounds in google map for a specific city. I got the example to implement for country name India.
private static final LatLngBounds BOUNDS_INDIA = new LatLngBounds(new LatLng(23.63936, 68.14712), new LatLng(28.20453, 97.34466));
Now, I want to set it for my chosen country. Where to find those two point Latitude and Longitude for specific area.