CodeIgniter Forums
Integrate Google Maps, Places, and Geocoding APIs with PHP - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Learn More (https://forum.codeigniter.com/forumdisplay.php?fid=15)
+--- Thread: Integrate Google Maps, Places, and Geocoding APIs with PHP (/showthread.php?tid=68576)



Integrate Google Maps, Places, and Geocoding APIs with PHP - fakhrawy - 07-30-2017

in this tutorial you will learn the practical way to integrate Google Maps API, Autocomplete Places API, and Geocodeing API with the Codeigniter PHP framework.
you will understand how to use GeoComplete JQuery plugin,also you will detect current location by using HTML5 Geolocation API and send latitude and longitude to all theses APIs And play with locations by markers

 thanks




RE: Integrate Google Maps, Places, and Geocoding APIs with PHP - natanfelles - 07-30-2017

Thank you!

I was doing a hard work to do something like it. I did not know about the Google Geocoding API and this jQuery Plugin.


RE: Integrate Google Maps, Places, and Geocoding APIs with PHP - fakhrawy - 07-31-2017

(07-30-2017, 04:52 PM)natanfelles Wrote: Thank you!

I was doing a hard work to do something like it. I did not know about the Google Geocoding API and this jQuery Plugin.


you are welcome natanfelles, and thanks for sharing your knowledge