[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.C1Mapper.UpdateKmlLayer

UpdateKmlLayer Method

UpdateKmlLayer(string, Stream, AddingKmlItemDelegate)

Adds a layer created from the specified KML stream.

Declaration
public void UpdateKmlLayer(string layerKey, Stream kml, AddingKmlItemDelegate addingItemProc)
Parameters
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.