Longitude and ltatitude for gmap
-
Hi, how can i get the Longitude and ltatitude of an address at runtime. Thanks.
-
Hi, how can i get the Longitude and ltatitude of an address at runtime. Thanks.
You may need to have some database to read it. Did you try GeoIP? www.maxmind.com/ [^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare -
You may need to have some database to read it. Did you try GeoIP? www.maxmind.com/ [^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William ShakespeareWhat type of database?
-
What type of database?
Did you look at GeoIP?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare -
Did you look at GeoIP?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William ShakespeareYes, it is using ip address. But in my application user will enter their address .I have to give option to other users when they are viewing profile of that user to navigate to google map and flag pin that user address. Thanks.