I want Minimum and Maximum Latitude and Longitude Using Current Location.Suppose i have give the area of 20km so using that latitude and Longitude i want Maximum latitude and Longitude and Minimum latitude and Longitude also want all latitude and Longitude in between this so how can i get it.How can i use of radius in it.Please help me.Thanks in Advance…
I want Minimum and Maximum Latitude and Longitude Using Current Location.Suppose i have give
Share
you can manually calculate it… I don’t know if any other way exist
1° latitude = 69.047 statute miles = 60 nautical miles
= 111.12 kilometers
so for 20 kilometers it would be around 0.18 latitude
For longitude the conversion is the same as latitude except the value is multiplied by the cosine of the latitude.
To set the same range on map for display
It will set 20 kilometer’s range on map that is displayed…
so you can find it by
you can find it by
For longitude same but multiply the result with cosine of latitude…