[]
Adds a layer created from the specified KML stream.
public void UpdateKmlLayer(string layerKey, Stream kml, AddingKmlItemDelegate addingItemProc)
| Type | Name | Description |
|---|---|---|
| string | layerKey | Unique string identifying the layer. |
| Stream | kml | The source KML stream. |
| AddingKmlItemDelegate | addingItemProc | The callback to invoke for each KML item as it is being loaded. |