'宣言 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
- ソース KML ストリーム。
- addingItemProc
- KML 項目がロードされる際に、KML 項目ごとに呼び出すコールバック。