Class: KmzFile

KmzFile(binary, fileCache)

new KmzFile(binary, fileCache)

Constructs KmzFile. It expects binary representation of the file and the Cache to be used.
Parameters:
Name Type Description
binary Object Binary representation of the file.
fileCache KmlFileCache Cache for the contents of the file.
Source:

Methods

load()

It loads the whole file and register all its contents. Version 0.1 uses file cache mechanism.
Source:
Returns:
Promise