'宣言 Public Sub UpdateKmlLayer( _ ByVal layerKey As System.String, _ ByVal kml As System.IO.Stream, _ ByVal addingItemProc As AddingKmlItemDelegate _ )
public void UpdateKmlLayer( System.string layerKey, System.IO.Stream kml, AddingKmlItemDelegate addingItemProc )
パラメータ
- layerKey
- kml
- The source KML stream.
- addingItemProc
- The callback to invoke for each KML item as it is being loaded.