I want to show the location of an address in Google Maps.
How do I get the latitude and longitude of an address using the Google Maps API?
|
I want to show the location of an address in Google Maps. How do I get the latitude and longitude of an address using the Google Maps API? |
||||
|
|
|
|||||||||||||||
|
|
If you want to place your address in google map then easy way to use following
OR if you needed to get lat long from your address then use Google Place Api following create a method that returns a JSONObject with the response of the HTTP Call like following
now pass that JSONObject to getLatLong() method like following
I hope this helps to you nd others..!! Thank you..!! |
|||
|
|
|
Try this code:
|
||||
|
|
|
This is how you can find the latitude and longitude of where we have click on map.
it works well. To get the location's address we can use geocoder class. |
||||
|
|