Address to latitude/longitude using Google Maps API v3 Geocoding

Google Maps API v3 Geocoding Google Maps API v3 has several services, of which one is Geocoding service. This service allows conversion of an address to a latitude and longitude. Along with this information, a lot of good information about the geocoding process is returned. This article highlights how to geocode an address to latitude/longitude […]

Display KML on Google Maps

KML on Google Maps KML is often associated with Google Earth. Did you know Google Maps can display KML as well? A working example of how to display KML on Google Maps is available. HTML of the page that will display KML Let’s look at some code. HTML page first: <!doctype html> <html> <head> <meta […]