08-27-2008, 06:35 AM
[eluser]PHPraja[/eluser]
does any one know the procedure for implementing geo coding using google api in CI environment?
does any one know the procedure for implementing geo coding using google api in CI environment?
geo coding
|
08-27-2008, 06:35 AM
[eluser]PHPraja[/eluser]
does any one know the procedure for implementing geo coding using google api in CI environment?
08-27-2008, 07:18 AM
[eluser]ehicks727[/eluser]
I got frustrated with Google and just use Yahoo now. You can geocode up to 5000 per day. You need to get an appid key first. http://developer.yahoo.com/maps/rest/V1/geocode.html $a = address $c = city $s = state $z = zipcode Code: function gcode($a, $c, $s, $z) {
01-11-2010, 01:33 PM
[eluser]watanuki[/eluser]
Newbie need help please... I want to translate location into longitude and latitude, I have tried to modify my code as mention by ehicks727, but the result still negative. here is my code: Code: function locate(){ if I echo $data['longitude'] and $data['latitude'], it's always empty.. Any suggestion? |