Skip to content

KmlLayerHandle

KmlLayerHandle = object

Defined in: src/ExpoArcgis.types.ts:1091

Imperative handle exposed by <KmlLayer> via ref.

getNodes(): Promise<KmlNodeInfo[]>

Defined in: src/ExpoArcgis.types.ts:1093

Loads the KML and returns its node tree (recursing into container nodes).

Promise<KmlNodeInfo[]>