Reputation: 1663
I've some KMZ and KML files that define some polygons in Google Earth. Is there a way to read those files with Google Maps API and create the polygons?
Thanks!
Upvotes: 0
Views: 2066
Reputation: 161404
KmlLayer will load KMZ files from a valid publicly accessible URL, as long as it meets the limits.
The kmz branch of the third party parser geoxml3 can render KMZ files as native Google Maps Javascript API v3 objects example
Upvotes: 1