arielcr
arielcr

Reputation: 1663

Create a Polygon with Google Maps API from KMZ file

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

Answers (1)

geocodezip
geocodezip

Reputation: 161404

  1. KmlLayer will load KMZ files from a valid publicly accessible URL, as long as it meets the limits.

  2. The kmz branch of the third party parser geoxml3 can render KMZ files as native Google Maps Javascript API v3 objects example

Upvotes: 1

Related Questions