Google Maps now has proper support for GeoJSON, so you should probably use that instead. @param {Object} geojson A valid GeoJSON object. One of Point, LineString, Polygon, MultiPoint, MultiLineString, ...
This is an example dataset that demonstrates how to package up GeoJSON data and display it on the map. We are using GeoJSON data for United Kingdom. We assume that you are familiar with what ...