[]
Delegate called for each KML item as it is loaded from the KML file into the map.
public delegate VectorItem AddingKmlItemDelegate(GeoGeometryRecord record)
Type | Name | Description |
---|---|---|
GeoGeometryRecord | record | The geometry record. |
Type | Description |
---|---|
VectorItem | The vector item which should be added into the kml layer. |
Name | Description |
---|---|
AddingKmlItemDelegate(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(GeoGeometryRecord, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(GeoGeometryRecord) |