'Declaration Public Sub UpdateKmlLayer( _ ByVal layerKey As String, _ ByVal kml As Stream, _ ByVal addingItemProc As AddingKmlItemDelegate _ )
public void UpdateKmlLayer( string layerKey, Stream kml, AddingKmlItemDelegate addingItemProc )
Parameters
- layerKey
- Unique string identifying the layer.
- kml
- The source KML stream.
- addingItemProc
- The callback to invoke for each KML item as it is being loaded.