Skip to main content
A newer version of this page is available. .

InformationLayer Members

A layer that is used to display additional information above the map.

Constructors

Name Description
InformationLayer() Initializes a new instance of the InformationLayer class with default settings.

Properties

Name Description
Data Specifies the data storage for the information layer.
DataProvider Provides access to an object that obtains information data from online data providers.
EnableHighlighting Specifies whether highlighting map items is enabled on this layer. Inherited from MapItemsLayerBase.
EnableSelection Specifies whether selecting map items is enabled on this layer. Inherited from MapItemsLayerBase.
HighlightedItemStyle Gets a style applied to a highlighted map item. Inherited from MapItemsLayerBase.
ItemImageIndex Gets or sets the index of the image assigned to the map item. Inherited from MapItemsLayerBase.
ItemStyle Gets a style applied to a map item. Inherited from MapItemsLayerBase.
MaxZoomLevel Gets or sets the maximum zoom level at which this layer should be visible. Inherited from LayerBase.
MinZoomLevel Gets or sets the minimum zoom level at which this layer should be visible. Inherited from LayerBase.
Name Gets or sets the name of layer. Inherited from LayerBase.
SelectedItem Gets or sets the currently selected item on a map. Inherited from MapItemsLayerBase.
SelectedItems Gets the collection of selected items of the MapItemsLayerBase object. Inherited from MapItemsLayerBase.
SelectedItemStyle Gets a style applied to the selected map item. Inherited from MapItemsLayerBase.
ShapeTitlesPattern Gets or sets a pattern used to generate shape titles. Inherited from MapItemsLayerBase.
ShapeTitlesVisibility Gets or sets a value specifying whether or not shape titles should be visible. Inherited from MapItemsLayerBase.
ToolTipPattern Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip. Inherited from MapItemsLayerBase.
Visible Gets or sets a value specifying whether or not a layer should be visible. Inherited from LayerBase.
ZIndex Gets or sets a value that is the order on the z-plane in which a map layer element (e.g., image tiles layer or vector layer) appears. Inherited from LayerBase.

Methods

Name Description
ClearResults() Clears all results displayed on a layer.
Dispose() Disposes of the current object. Inherited from MapDisposableObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToKml(Stream, String) Inherited from MapItemsLayerBase.
ExportToKml(Stream) Exports data from this vector layer to the specified stream using the KML file format. Inherited from MapItemsLayerBase.
ExportToKml(String) Exports data from this vector layer to the specified KML file. Inherited from MapItemsLayerBase.
ExportToShp(String, ShpExportOptions) Exports this vector layer data to the specified shapefile. Inherited from MapItemsLayerBase.
ExportToSvg(Stream, SvgExportOptions) Exports data from this vector layer to the specified stream using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(Stream, Double, SvgExportOptions) Exports data from this vector layer to the specified stream using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(Stream, Double) Exports data from this vector layer to the specified stream using the SVG file format. Inherited from MapItemsLayerBase.
ExportToSvg(Stream) Exports data from this vector layer to the specified stream using the SVG file format. Inherited from MapItemsLayerBase.
ExportToSvg(String, SvgExportOptions) Exports data from this vector layer to the specified SVG file using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(String, Double, SvgExportOptions) Exports data from this vector layer to the specified SVG file using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(String, Double) Exports data from this vector layer to the specified SVG file. Inherited from MapItemsLayerBase.
ExportToSvg(String) Exports data from this vector layer to the specified SVG file. Inherited from MapItemsLayerBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetViewport() Returns a map viewport. Inherited from LayerBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of InformationLayer.

Events

Name Description
AttributeDisplayValueEdit Occurs every time a display value of an attribute should be edited. Inherited from MapItemsLayerBase.
DataLoaded Overrides the LayerBase.DataLoaded event to hide it.
DataRequestCompleted Occurs when a data request has been completed.
Error Occurs when an internal exception is raised. Inherited from LayerBase.
ViewportChanged Occurs every time the current viewport is changed. Inherited from LayerBase.
VisibleChanged Occurs when the layer’s LayerBase.Visible property value has changed. Inherited from LayerBase.
See Also