uri

val uri: String?

The location of the KML/KMZ file, which can either be on disk or from the network. The URI of the backing file. Files can be loaded from local storage or the network. Note that KML files often point to network locations for their data (using network links). As a result, the loaded KML layer may display more information than is contained in the loaded KML file. KML files can point to network locations. These locations may be insecure (over plain text HTTP) even when the URI returned from this function is pointing to an SSL/TLS-secured resource.

Since

200.1.0

See also