php

Get Address from longitude and latitude with PHP and Google map API

In my previous post I explained how to get longitude and latitude from the address given, now in this post i will change few things and we will get address by giving longitude and latitude. In the same way what we did in previous post, we use same Google API and PHP cURL. Here i Read more about Get Address from longitude and latitude with PHP and Google map API[…]

php

Get longitude and latitude from an address with PHP and Google map API

It’s very simple to get longitude and latitude with the help of Google map API NOTE: An API (Application Programming Interface) is a set of methods and tools that can be used for building software applications. View DEMO http://maps .google.com/maps/api/geocode/json?address=Bangalore&sensor=false You have seen “Geocode” in above URL. What is Geocoding? Geocoding is the process of Read more about Get longitude and latitude from an address with PHP and Google map API[…]