I am using the AutoComplete Places Widget in my android application. I want set the bounds to only India. But I do not know the LatLngBounds for India. Anyone have any idea about the co-ordinates?
Unlike decimal coordinates the sexagesimal coordinates can not be negative. In their case, the letter W or E is added to the longitude to specify the position east-west from the Greenwich meridian, and the letter N or S to the latitude to designate the hemisphere (North or South).
Ladakh, Jammu and Kashmir, India is located at India country in the Districts place category with the gps coordinates of 34° 12' 34.2540'' N and 77° 36' 54.4032'' E.
You can use this..
private static final LatLngBounds BOUNDS_INDIA = new LatLngBounds(new LatLng(23.63936, 68.14712), new LatLng(28.20453, 97.34466));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With