DevExpress.XtraMap.v17.2
Provides data for the event.
Initializes a new instance of the MapWebRequestEventArgs class with the specified settings.
A object. This value is assigned to the property.
A which provides common methods for sending data to and receiving data from a resource identified by a URI.
Gets or sets authentication information for the map web request.
An that contains the authentication credentials associated with the request. The default is null.
Gets or sets a collection of web headers associated with a request or response.
A that is a collection of protocol headers.
Gets or sets proxy information for the request.
The that is used to proxy the request.
Gets or sets the Referer field of the HTTP header.
A value.
Get the URI of the Internet resource associated with the map web request.
A object.
Gets or sets a value that indicates whether to use the default authentication information for the map web request.
true, if the default credentials are used; otherwise, false.
Gets or sets the value of the user-agent HTTP header.
A value of the user-agent HTTP header.
Lists the values used to specify the kind of maps to be obtained from the .
The map shows photo images of the Earth's surface.
The map shows a combination of Earth images and road schemas.
The map shows road schemas.
Represents the Choropleth-like colorizer.
Initializes a new instance of the ChoroplethColorizer class with default settings.
Gets or sets a value specifying whether to apply an approximation algorithm to colors in a colorizer.
true, if an approximation algorithm is applied to colors; otherwise, false.
Provides access to the collection of color items for this colorizer.
A containing objects.
Colorize map elements.
An object implementing the interface that contains a map element to colorize.
Returns a color by its value that corresponds to specified range stops on a map legend.
A double value that is a range stop.
A structure that is a color on a map legend to colorize map shapes.
Gets or sets the distribution type of range colors in a colorizer.
An object implementing the interface.
Gets range stops for the Choropleth colorizer.
A collection of double values that represents colorizer range stops.
Returns the textual representation of ChoroplethColorizer.
A value which is the textual representation of ChoroplethColorizer.
Provides values from the data source (Shapefile or KML file) to color map shapes according to data.
An object that implements the interface.
Lists states of the map elements.
An element has all states.
An element is highlighted.
An element has no state.
An element is in the normal state.
An element is selected.
A geographical point on the map.
Initializes a new instance of the GeoPoint class with the specified latitude and longitude.
A value which specifies the latitude of the geographical point. This value is assigned to the property.
A value which specifies the longitude of the geographical point. This value is assigned to the property.
Initializes a new instance of the GeoPoint class with default settings.
Gets or sets a latitude value for the current geographical coordinate.
A value that is the latitude for this .
Gets or sets a longitude value for the current geographical coordinate.
A value that is the longitude for this .
Normalizes the specified geographical point's coordinates.
A non-normalized GeoPoint object.
A normalized GeoPoint object.
Initializes an instance of a class descendant object offset by specified values.
A value specifying an X coordinate offset.
A value specifying an Y coordinate offset.
A class descendant object.
Converts the string representation of a geographical point to its GeoPoint equivalent.
A string containing geographical coordinates, separated by a comma.
A GeoPoint object that is equivalent to the specified string.
Returns the textual representation of GeoPoint.
An object, implementing the interface.
A value, which is the textual representation of GeoPoint.
The class that loads map images from the Bing Maps data provider.
Initializes a new instance of the BingMapDataProvider class with default settings.
Get or sets the key that is required to connect to the Bing Maps data provider.
A that stores a Bing Maps key.
Gets or sets the Culture name used to obtain data from Bing GIS services.
A object.
Returns the map size (in pixels) for the specified zoom level.
A double value that specifies the zoom level.
A object that is the map size.
Gets or sets a value specifying the type of images to be displayed on a map.
A enumeration value.
Gets a projection used by the Bing Maps map data provider.
A class descendant object.
Returns the textual representation of BingMapDataProvider.
A value, which is the textual representation of BingMapDataProvider.
The base class for all colorizers that are used in a Map control.
The options to be applied when exporting the vector layer to the SVG file format.
Initializes a new instance of the SvgExportOptions class with default settings.
Gets or sets the map coordinate system that should be used for vector data export to SVG.
The class descendant that specifies the coordinate system used for export.
Gets or sets an initial size of a map.
The map size with the zoom level equal to one, in pixels.
Returns the textual representation of the SvgExportOptions.
The SvgExportOptions textual representation.
Provides the capability to obtain geocode data from the Open Street Map service.
Initializes a new instance of the OsmGeocodeDataProvider class with default settings.
Occurs when the location information has been received.
Sends a request to receive information about the specified location.
A object specifying the geographical point.
Sends a request to receive information about the specified location on the defined zoom level.
A object specifying the requested geographical point.
A object specifying the zoom level.
Sends a request to receive information about the specified location in the accordance with local culture.
A object specifying the geographical point.
A value specifying the zoom level.
A value specifying the local culture.
A value specifying the user state.
Returns the textual representation of the OsmGeocodeDataProvider.
A value, which is the textual representation of the OsmGeocodeDataProvider.
Interface that should be implemented by any object which can obtain the information data from map services.
Occurs when a service returns data on the Map control request.
A bounding rectangle containing the geographical region specified by two geo points.
Initializes a new instance of the WmsBoundingBox class with the specified parameters.
A value specifying the CRS code of the WMS layer image contained in the bounding box. This value is assigned to the property.
A object specifying the geographical coordinate of the left-top corner of the bounding box. This value is assigned to the property.
A object specifying the geographical coordinate of the right-bottom corner of the bounding box. This value is assigned to the property.
Returns the CRS code of a WMS layer image contained in a WmsBoundingBox.
A value.
Returns the geographical coordinate of the left-top corner of a WmsBoundingBox.
A object.
Returns the geographical coordinate of the right-bottom corner of a WmsBoundingBox.
A object.
Returns the textual representation of the WmsBoundingBox.
The WmsBoundingBox textual representation.
The base class for providers requesting GIS from map services.
Occurs when the Map control sends a request to a web service.
The map projection that saves scales of distances along specified lines.
Initializes a new instance of the EPSG4326Projection class with default settings.
Returns the textual representation of EPSG4326Projection.
A value, which is the textual representation of EPSG4326Projection.
The result of the elevation data request to a map service.
Initializes a new instance of the ElevationRequestResult class with the specified parameters.
An array of the objects specifying the location elevations received from a web service.
A object specifying the request result code.
A value specifying the reason for the request fault.
Returns the requested locations with corresponding elevations.
An array of objects.
Returns the textual representation of the ElevationRequestResult.
The ElevationRequestResult textual representation.
Contains the elevation information about a geographical point.
Initializes a new instance of the ElevationInformation class with default settings.
Gets or sets the elevation value of the specified geographical point.
A value specifying the elevation expressed in meters.
Gets or sets the location by the geographical point.
A value.
Returns the textual representation of the ElevationInformation.
The ElevationInformation textual representation.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
An object that contains the event's data.
Provides data for the event.
Initializes a new instance of the ElevationsCalculatedEventArgs class with the specified settings.
A object specifying the request result to a web service. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information whether or not receiving information should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
Returns the result of the elevation calculation.
A object.
Interface that should be implemented by any object which can define a location by a mouse click on a Map control surface.
Requests the information by a mouse click on the point.
A object specifying the geographical point on the map.
A object specifying the point within a Map control.
Interface that should be implemented by any object which can receive information and display a specific location represented as a search result in a Search Panel.
Returns a list of addresses that should be displayed in the Search Panel.
A collection of objects.
Searches for information by the keyword.
A containing information to search for on a map. This string can contain either geographical names or other information to look for.
Provides the search options using the Open Street Map service.
Initializes a new instance of the OsmSearchDataProvider class with default settings.
Gets or sets the total number of search results that can be obtained using an OsmSearchDataProvider.
A value.
Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.
A containing information to search for on a map. This string can contain either geographical names or other information to look for.
A value containing the local culture.
A object containing country codes.
A object specifying the region to search for.
A value specifying the maximum number of search results.
Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.
A containing information to search for on a map. This string can contain either geographical names or other information to look for.
A containing the local culture.
A object containing country codes.
A object specifying the region to search for.
Searches for locations that best correspond to the specified keyword in accordance with local culture.
A value containing information to search for on a map. This string can contain either geographical names or other information to look for.
A value specifying the local culture code.
Searches for locations that best correspond to the specified keyword.
A containing information to search for on a map. This string can contain either geographical names or other information to look for.
Occurs when a search operation has been completed.
Returns the textual representation of the OsmSearchDataProvider.
A value, which is the textual representation of the OsmSearchDataProvider.
An address used to specify the location for which to obtain geo data from the Open Street Map service.
Initializes a new instance of the OsmAddress class with default settings.
Gets or sets the city to specify the location address.
The city name.
Gets or sets the city district to specify the location address.
The name of a city district.
Gets or sets the localized country name.
The localized country name.
Gets or sets the two letter ISO country code in the upper case.
The two letter ISO country code in the upper case.
Gets or sets the county to specify the location address.
The county name.
Gets or sets the country district to specify the location address.
The name of a country district.
Gets or sets the house number to specify the location address.
The house number.
Gets or sets the postal code of a building/area.
The postal code of a building/area.
Gets or sets the river to specify the location address.
The river name.
Gets or sets the road name to specify an address.
A value.
Gets or sets the state to specify the location address.
The state name.
Gets or sets the state district to specify the location address.
The state district name.
Gets or sets the suburb to specify the location address.
The suburb name.
Returns the textual representation of the OsmAddress.
The OsmAddress textual representation.
Gets or sets the town name to specify the location address.
A value.
Gets or sets the village name to specify the location address.
A value.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
An object that contains the event's data.
Provides data for the event.
Initializes a new instance of the SearchCompletedEventArgs class with the specified settings.
A object specifying the request result. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information on whether or not the search operation should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
Returns the result of the search request.
A object.
Provides the capability to obtain the elevation data from the Bing Maps service.
Initializes a new instance of the BingElevationDataProvider class with default settings.
Occurs when the location elevations are calculated.
Requests the elevation of the specified geo point.
A object specifying the required geo point.
Requests elevations of the set of geographical points.
A list of the objects specifying the set of geographical points.
Requests elevations of the set of geographical points for the specified user state.
A list of the objects specifying the set of the geographical points.
A specifying the user state.
Returns the textual representation of the BingElevationDataProvider.
The BingElevationDataProvider textual representation.
Contains the Bing location information on the map.
Initializes a new instance of the BingLocationInformation class with default settings.
Gets or sets the bounding box containing the search result of Bing locations.
A object.
Get or sets the confidence level of the geocoded location search results.
A value.
Gets or sets the confidence level of the Bing location on the map.
A value.
Lists the possible geocoding levels for the each location in the map service response.
The requested location has several suitable equal matches.
The requested location has a reliable match.
Reliable matches are not found.
The single hint to assist in the route passage.
Initializes a new instance of the BingHint class with the specified settings.
A specifying the hint type. This value is assigned to the property.
A specifying the hint text. This value is assigned to the property.
Returns the type of the hint.
A object.
Returns the text of the hint.
A value.
Returns the textual representation of the BingHint.
The BingHint textual representation.
The additional information about the single route itinerary item.
Initializes a new instance of the BingDetail class with the specified settings.
A value specifying the angle of rotation in degrees. This value is assigned to the property.
A value specifying the street name. This value is assigned to the property.
A value specifying the road type. This value is assigned to the property.
Returns the angle in degrees for which it is necessary to change the travel direction.
A value representing an angle expressed in degrees.
Returns the name of street, highway or intersection where a traffic maneuver occurs.
A value.
Returns the type of the road.
A value representing the road type.
Returns the textual representation of the BingDetail.
The BingDetail textual representation.
Lists values indicating a warning level associated with an itinerary item of a Bing route.
The warning has the low impact on the route passage.
The warning has the minor effect on the route passage.
The warning has the moderate effect on the route passage.
The warning does not affect the route passage.
The warning has a serious effect on the route passage.
The interface that should be implemented by classes providing a point converter.
Return the CRS code for a layer.
A value.
A base class for all Map Image Data Providers.
Returns a map size in pixels.
A value specifying the zoom level.
A object that is the map size.
Occurs when a Map control sends a request to an external web service.
Represents a method that will handle the event.
A method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the CapabilitiesResponsedEventArgs class with the specified values of the event arguments.
The value provides available layers from a Web Map Service.
Returns a collection of available layers supported by a Web Map Service.
A collection of objects.
Provides map images from the Web Map Service.
Initializes a new instance of the WmsDataProvider class with default settings.
Returns the WMS layer that is currently displayed by the provider.
The currently displayed WMS layer.
Gets or sets the active layer name retrieved from a Web Map Service.
A value specifying the layer name.
Returns a collection of custom parameters of a WMS request.
An object, containing parameter key-value pairs.
Returns a map size in pixels.
A value specifying the level of zooming.
A object.
Requests the supported capabilities of a Web Map Service.
Occurs when a Web Map Service returns the supported capabilities.
Gets or sets the server URI, which supports a Web Map Service.
A value.
Specifies the coordinate converter object.
A object.
Returns the textual representation of the WmsDataProvider.
A value which is the textual representation of the WmsDataProvider.
Provides information about a single layer obtained from a Web Map Service Provider.
Returns the WMS layer bounding boxes.
An array of the objects.
Returns a collection of layers embedded into a WMS layer.
A collection of objects.
Returns the left-top coordinate of the geographical region provided by the WmsLayer.
A object specifying the geographical point.
Returns the name of a WMS layer.
A value.
Returns the right-bottom coordinate of the geographical region provided by the WmsLayer.
A object specifying the geographical point.
Returns short information about the layer.
A value.
Returns the textual representation of the WmsLayer.
A value which is the textual representation of the WmsLayer.
Displays map images obtained from map image data providers.
Initializes a new instance of the ImageLayer class with default settings.
Gets or sets the provider used to obtain images from an external source.
A object.
Gets or sets a value specifying whether the image layer will be smoothed when it is rendered.
true, if antialiasing is enabled; otherwise, false.
Occurs when a request data download has begun.
Returns the textual representation of the ImageLayer.
A value which is the textual representation of the ImageLayer.
Gets or sets the transparency value to draw the ImageLayer.
A value.
This class represents an ellipsoid used to build a projected coordinate system.
Returns the Australian National (1966) ellipsoid.
An object.
Initializes an instance of Ellipsoid class using a semimajor axis and inverse flattering values.
A object specifying a semimajor axis value.
A object specifying an inverse flattering value.
A object specifying the name of an ellipsoid.
An object.
Initializes an instance of Ellipsoid class using a semimajor axis and inverse flattering values.
A object specifying a semimajor axis value.
A object specifying an inverse flattering value.
An object.
Initializes an instance of Ellipsoid class using semimajor and semiminor axis values.
A object specifying a semimajor axis value.
A object specifying a semiminor axis value.
A object specifying the name of an ellipsoid.
An object.
Initializes an instance of Ellipsoid class using semimajor and semiminor axis values.
A object specifying a semimajor axis value.
A object specifying a semiminor axis value.
An object.
Returns the flattering value of an ellipsoid.
A object.
Returns an array of predefined ellipsoids.
An array of objects, which represent predefined ellipsoids.
Returns the GRS-67 ellipsoid.
An object.
Returns the GRS-80 ellipsoid.
An object.
Returns the GSK-2011 ellipsoid.
An object.
Returns the IERS (2003) ellipsoid.
An object.
Returns the IERS (2003) ellipsoid.
An object.
Returns the inverse flattering value of the ellipsoid.
A object.
Returns the Krassovsky (1940) ellipsoid.
An object.
Gets or sets the name of an ellipsoid.
A object.
Returns the New International (1967) ellipsoid.
An object.
Returns the PZ-90 ellipsoid.
An object.
Returns the semimajor axis value of an ellipsoid.
A object.
Returns the semiminor axis value of an ellipsoid.
A object.
Returns the South American (1969) ellipsoid.
An object.
Returns the square of eccentricity value of an ellipsoid.
A object.
Returns the textual representation of the Ellipsoid.
A value which is the textual representation of the Ellipsoid.
Returns the WGS66 ellipsoid.
An object.
Returns the WGS-72 ellipsoid.
An object.
Returns the WGS-84 ellipsoid.
An object.
The base class for data adapters that can load data from a file.
Gets or sets an Uri that defines the location of a vector data file.
A object that contains a vector data file Uri.
Occurs when items are loaded.
Loads data from a datasource.
Represents a method that will handle the event.
A method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Initializes a new instance of the MapErrorEventArgs class with the specified values of the event arguments.
A class descendant object representing the raised exception.
Returns the raised exception.
A class descendant object representing the raised exception.
This class is used to provide chart item values to measure rules of the .
Initializes a new instance of the ChartItemValueProvider class with default settings.
Returns the textual representation of ChartItemValueProvider.
A value which is the textual representation of ChartItemValueProvider.
This class allows use of the Geographical coordinate system for the data adapter.
Initializes a new instance of the GeoSourceCoordinateSystem class with default settings.
Returns the textual representation of the GeoSourceCoordinateSystem.
A value which is the textual representation of the GeoSourceCoordinateSystem.
A map viewport.
Initializes a new instance of the MapViewport class with default settings.
Gets or sets the center point of the viewport.
A class descendant object.
Returns the textual representation of the MapViewport.
The MapViewport textual representation.
Gets or sets the zoom level of the viewport.
A value specifying the viewport's zoom level.
Provides a collection of WMS layers.
Returns a WMS layer from the stored under the specified index.
A object representing the index number.
A object.
Returns the textual representation of the WmsLayerCollection.
The WmsLayerCollection textual representation.
Contains information about the overlay and its child item arrangement.
Returns the layouts of items stored by the map overlay which this arrangement belongs to.
An array of objects specifying arrangements of stored items.
Gets or sets the layout of the map overlay.
A object specifying the overlay layout.
Returns the textual representation of the OverlayArrangement.
The OverlayArrangement textual representation.
Lists element types that can be hit.
The mini map.
The navigation panel.
Nothing was hit tested.
The overlay.
The navigation panel's scroll buttons.
The search panel.
The Zoom In button on the navigation panel.
The Zoom Out button on the navigation panel.
The Zoom trackbar on the navigation panel.
The Zoom trackbar's thumb on the navigation panel.
The class providing information about hit tested elements.
Initializes a new instance of the MapUiHitInfo class with the specified settings.
A object specifying the hit tested point.
A enumeration value specifying the type of the hit UI element.
Returns the type of the hit UI element.
A enumeration value.
Returns the location of hit tested point.
A object.
Returns the textual representation of the MapUiHitInfo.
The MapUiHitInfo textual representation.
The interface that should be implemented by a class providing information about hit tested UI elements.
Returns the type of hit UI element.
A enumeration value.
Returns the location of the hit tested point.
A object.
A method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
An object which contains event data.
Provides data for the event.
Initializes a new instance of the OverlaysArrangedEventArgs class with the specified settings.
An array of objects representing the arrangement of map overlays.
Returns an array of overlay arrangements.
An array of objects specifying layouts of map overlays and their overlay items.
A text item that can be placed on a map overlay.
Initializes a new instance of the MapOverlayTextItem class with the default settings.
Gets or sets the text displayed by the overlay text item.
A value.
Gets or sets the alignment of the text item's text.
A enumeration value.
Gets or sets the style of text displayed by the overlay text item.
A object.
Returns the textual representation of the MapOverlayTextItem.
A value which is the textual representation of the MapOverlayTextItem.
A collection that stores class descendant objects.
Returns the textual representation of the MapOverlayItemCollection.
The MapOverlayItemCollection textual representation.
A base class for all overlay items.
Gets or sets the alignment of the overlay item.
A enumeration value.
Returns the background style of a map overlay.
A object specifying the style of an overlay item.
Gets a background style applied to a hot-tracked overlay item.
A object.
Gets or sets the value specifying how overlay items are arranged if they have the same Alignment value.
A enumeration value.
Gets or sets the location of an overlay item.
A value.
Gets or sets the margin of an overlay item.
A value.
Gets or sets the padding of an overlay item.
A value.
Gets or sets the size of an overlay item.
A value specifying the size.
Gets or sets the value indicating whether or not a overlay item is visible.
true if a map overlay is visible; otherwise false.
An image that can be placed on map overlay.
Initializes a new instance of the MapOverlayImageItem class with the default settings.
Gets or sets an image displayed by the overlay item.
A object, representing an image.
Gets or sets the index of an image stored in the list and that should be displayed by the image overlay item.
A value specifying the index.
Gets or sets the URI of an image that should be displayed by the image overlay item.
A object specifying the URI.
Returns the textual representation of the MapOverlayImageItem.
A value which is the textual representation of the MapOverlayImageItem.
Contains information about what is located at a specific point on the map overlay.
Initializes a new instance of the MapOverlayHitInfo class with the specified settings.
A object, specifying the hit tested point.
A enumeration value, specifying the type of the hit UI element.
A object that was hit.
A class descendant object that was hit.
Returns the hit overlay.
A object that has been hit.
Returns the hit overlay item.
A object that has been hit.
Returns the textual representation of the MapOverlayHitInfo.
The MapOverlayHitInfo textual representation.
A collection that stores objects.
Returns the textual representation of the MapOverlayCollection.
The MapOverlayCollection textual representation.
A Map Control overlay.
Initializes a new instance of the MapOverlay class with the default settings.
Gets or sets the alignment of the map overlay.
A enumeration value.
Returns the background style of a map overlay.
A object specifying the style of a map overlay.
Returns the collection of overlay items that should be displayed on the overlay.
A collection of class descendant objects.
Gets or sets the value specifying how overlays are arranged if they have the same Alignment value.
A enumeration value.
Gets or sets the location of a map overlay.
A value.
Gets or sets the margin of a map overlay.
A value.
Gets or sets the padding of a map overlay.
A value.
Gets or sets the size of the map overlay.
A value specifying the size.
Returns the textual representation of the MapOverlay.
A value which is the textual representation of the MapOverlay.
Gets or sets the value indicating whether or not a map overlay is visible.
true if a map overlay is visible; otherwise false.
Provides the count of items in a cluster as the value that is used to calculate a color for a cluster representative.
Initializes a new instance of the MapClusterValueProvider class with the default settings.
Returns the textual representation of the MapClusterValueProvider.
A value which is the textual representation of the MapClusterValueProvider.
The colorizer value provider that provides the value of a bubble as the value that is used to calculate a color for a cluster representative.
Initializes a new instance of the MapBubbleValueProvider class with the default settings.
Returns the textual representation of the MapBubbleValueProvider.
A value which is the textual representation of the MapBubbleValueProvider.
A method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
A method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Returns the collection of cluster representatives.
A collection of objects, that are cluster representatives.
The base class for the coordinate systems of a data adapter.
Gets or sets a coordinate converter.
An object, implementing the ICoordPointConverter interface.
Creates a with the specified coordinates.
A double value, specifying the X coordinate of point.
A double value, specifying the Y coordinate of point.
A class descendant object.
The rectangular area bounding the region containing a search result.
Initializes a new instance of the SearchBoundingBox class with the specified coordinates of its corners.
A value specifying the west longitude. This value is assigned to the property.
A value specifying the north latitude. This value is assigned to the property.
A value specifying the east longitude. This value is assigned to the property.
A value specifying the south latitude. This value is assigned to the property.
Returns the value of the east longitude of the .
A value specifying the east longitude expressed in degrees.
Returns the value of the north latitude of the .
A value specifying the north latitude expressed in degrees.
Returns the value of the south latitude of the .
A value specifying the south latitude expressed in degrees.
Returns the textual representation of the SearchBoundingBox.
The SearchBoundingBox textual representation.
Returns the value of the west longitude of the .
A value specifying the west longitude expressed in degrees.
The base class for legends that obtain data from the .
Specifies the layer from which the legend obtains data to display.
A class descendant.
Provides data for the event.
Initializes a new instance of the LayerVisibleChangedEventArgs class with the specified visible value.
A value, specifying the changed .
Returns the specified value of the property.
true if the layer is visible; otherwise false.
A method that will handle the event.
A method that will handle the event.
The event source.
An object that contains the event's data.
The base class for all vector item clusterers.
Occurs when the clusterer finishes clustering.
Occurs when the clusterer starts clustering.
Gets or sets the value indicating whether or not the map items that can't be clustered should be displayed.
true if non-clustered items should be displayed, otherwise false;
Disposes of the MapClustererBase object.
Gets or sets the group provider used to separate an initial list of items into groups.
A class descendant object.
Gets the maximum size of a map item that is the cluster representative.
A value.
Gets the minimum size of a map item that is the cluster representative.
A value.
Sets the factory used to create cluster representatives from items in a cluster.
An object of the class implementing the interface.
Gets or sets the maximum distance between objects inside one cluster.
A value.
This interface should be implemented by classes which can be used as a cluster item factory.
Creates a cluster representative for the specified cluster items.
A list of class descendant objects that are cluster items.
A class descendant object, that is a cluster representative.
The interface that should be implemented by classes that can be used as group providers for clusterers.
Separates source items into groups.
A object containing map items for grouping.
A dictionary that stores pairs (value used to group items, an items group).
Called after the cluster is created.
A class descendant object, that is the cluster representative.
This class groups items based on the attribute values.
Initializes a new instance of the AttributeGroupProvider class with default settings.
Gets or sets the attribute name used to group map items by its value.
A object, that is the name of the attribute.
Returns the textual representation of the AttributeGroupProvider.
A value, which is the textual representation of the AttributeGroupProvider.
The base class for group providers used by clusterers.
The interface that should be implemented by classes providing clustering functionality.
Applies the clustering method to the source vector item collection.
A collection of objects.
A object, specifying the current viewport.
A value indicating whether or not the source item collection is changed.
Returns a value indicating whether a clusterer is busy or not.
true if clusterer is clustering items; otherwise false.
Returns the collection of cluster representatives.
A object.
Specifies the owner object for a clusterer.
An object of a class implementing the interface.
The clusterer based on grouping items in an item neighborhood.
Initializes a new instance of the MarkerClusterer class with default settings.
Returns the textual representation of the MarkerClusterer.
A value, which is the textual representation of the MarkerClusterer.
The clusterer based on the building distance tree.
Initializes a new instance of the DistanceBasedClusterer class with default settings.
Returns the textual representation of the DistanceBasedClusterer.
A value, which is the textual representation of the DistanceBasedClusterer.
Data adapter that provides data from a SVG file.
Initializes a new instance of the SvgFileDataAdapter class with default settings.
Gets or sets the first point determining the boundaries in which the imported SVG content is inscribed.
A class descendant object.
Gets or sets the second point determining the boundaries in which the imported SVG content is inscribed.
A class descendant object.
Gets or sets a Uri that defines the location of a vector data file.
A object that contains a vector data file URI.
Gets or sets the coordinate system of a data adapter.
A object.
Returns the textual representation of the SvgFileDataAdapter.
A value, which is the textual representation of the SvgFileDataAdapter.
Stores shapefile export options.
Initializes a new instance of the ShpExportOptions class with default settings.
Gets or sets the encoding of the dbf file.
The encoding of the dbf file.
Gets or sets a value indicating whether attribute values be exported to a DBF file.
true , if attribute values should be exported, otherwise false.
Gets or sets the shape type used to store exported shapes.
The enumeration value, specifying the type used to store data.
Returns the textual representation of the ShpExportOptions.
The ShpExportOptions textual representation.
Lists shape types that can be stored in the shapefile format.
A set of Points.
A set of PointMs.
A set of PointZs.
A point consists of a pair of XY-coordinates.
A point consists of a pair of XY-coordinates and a measure.
A point consists of a triplet of XYZ-coordinates and a measure.
A set of one ore more connected sequences of four or more Points that form a closed loop.
A set of one ore more connected sequences of four or more PointMs that form a closed loop.
A set of one ore more connected sequences of four or more PointZs that form a closed loop.
A set of vertices that consists of one or more connected sequences of two or more Points.
A set of vertices that consists of one or more connected sequences of two or more PointMs.
A set of vertices that consists of one or more connected sequences of two or more PointZs.
Provides data for the event if the class descendant should be drawn.
Initializes a new instance of the DrawMapShapeEventArgs class with the specified settings.
A class descendant which should be drawn.
Gets or sets the title of a map shape used to draw the map shape.
A value.
Gets or sets the color used to draw the map shape's title.
A value.
Gets or sets the glow color of a map shape used to draw the shape.
A value.
Provides data for the event if the class descendant should be drawn.
Initializes a new instance of the DrawMapPointerEventArgs class with the specified settings.
A object which should be drawn.
Gets or sets a value that specifies whether the property value should be disposed when drawing is finished.
true, if an image should be disposed; otherwise, false.
Gets or sets the image used to draw a map pointer.
A object.
Gets or sets the text used to draw the map pointer.
A object.
Gets or sets the color used to draw text.
A object.
Gets or sets the transparency value used to draw the map pointer.
A value.
Lists the values used to specify the Earth's hemishpere.
The Earth's northern hemisphere is projected.
The Earth's southern hemisphere is projected.
The base class for all coordinate converters.
Converts the specified point from one coordinate system to another.
A class descendant that is a point in the old coordinate system.
A object that is a converted point.
Converter that transforms data from the Universal Transverse Mercator projected coordinate system to the geographic coordinate system.
Initializes a new instance of the UTMCartesianToGeoConverter class with default settings.
Initializes new instance of the UTMCartesianToGeoConverter class with the specified parameters.
A object specifying the UTM zone.
A enumeration value specifying the Earth's hemisphere.
Returns the ellipsoid used to convert the UTM projected coordinate system to the geographic coordinate system.
An object.
Returns the false easting used to convert the UTM projected coordinate system to the geographic coordinate system.
A object.
Returns the false northing used to convert the UTM projected coordinate system to the geographic coordinate system.
A object.
Gets or sets the hemisphere type used to convert the UTM projected coordinate system to the geographic coordinate system.
A enumeration value.
Returns the central meridian and the latitude of the projection's origin used to convert the UTM projected coordinate system to the geographic coordinate system.
A object which represents the latitude of the projection's origin and represents the central meridian.
Returns the scale factor used to convert the UTM projected coordinate system to the geographic coordinate system.
The scale factor.
Returns the textual representation of the UTMCartesianToGeoConverter.
The UTMCartesianToGeoConverter textual representation.
Gets or sets the UTM zone used to convert the UTM projected coordinate system to the geographic coordinate system.
An object representing UTM zone.
Converter that transforms data from the Transverse Mercator projected coordinate system to the geographic coordinate system.
Initializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
An object.
A value specifying the false easting value.
A value specifying the false northing value.
A object specifying the central meridian and the latitude of projection's origin.
A object specifying the scale factor.
Initializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
An object.
A value specifying the false easting value.
A value specifying the false northing value.
A object specifying the central meridian and the latitude of the projection's origin values.
Initializes a new instance of the TransverseMercatorCartesianToGeoConverter class with default settings.
Initializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.
The scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.
The prime meridian of the Geo coordinate system.
Gets or sets the scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.
A object.
Returns the textual representation of the TransverseMercatorCartesianToGeoConverter.
The TransverseMercatorCartesianToGeoConverter textual representation.
Converter that transforms data from the Mercator Auxiliary projected coordinate system to the geographic coordinate system.
Initializes new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with the specified parameters.
An object.
A value specifying the false easting value.
A value specifying the false northing value.
A object specifying the central meridian and the latitude of projection's origin.
A object specifying the sphere type.
Initializes a new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with default settings.
Gets or sets the sphere type used to convert a Cartesian coordinate system to the geographic coordinate system.
A object.
Returns the textual representation of the MercatorAuxiliarySphereCartesianToGeoConverter.
The MercatorAuxiliarySphereCartesianToGeoConverter textual representation.
Converter that transforms data from the Lambert projected coordinate system to the geographic coordinate system.
Initializes new instance of the LambertConformalConicCartesianToGeoConverter class with the specified parameters.
An object.
A value specifying the false easting value.
A value specifying the false northing value.
A object specifying the central meridian and the latitude of projection's origin.
A value specifying the north standard parallel.
A value specifying the south standard parallel.
Initializes a new instance of the LambertConformalConicCartesianToGeoConverter class with default settings.
Initializes a new instance of the LambertConformalConicCartesianToGeoConverter class with the specified parameters.
The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.
The value of the north standard parallel.
The value of the south standard parallel.
The prime meridian of the Geo coordinate system.
Returns the textual representation of the LambertConformalConicCartesianToGeoConverter.
The LambertConformalConicCartesianToGeoConverter textual representation.
The base class for converters from an ellipsoid based projected coordinate system to the geographic coordinate system.
Gets or sets the ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
A object.
Gets or sets the false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
A object.
Gets or sets the false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
A object.
Gets or sets the prime meridian of the coordinate system to which the Cartesian system is converted.
The prime meridian.
Gets or sets the central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.
A object which represents the latitude of the projection's origin and represents the central meridian.
The base class for converters from a conic projected coordinate system to the geographic coordinate system.
Gets or sets the value of the north standard parallel.
A object.
Gets or sets the value of the south standard parallel.
A object.
Converter that transforms data from the Albers projected coordinate system to the geographic coordinate system.
Initializes new instance of the AlbersEqualAreaConticCartesianToGeoConverter class with the specified parameters.
An object.
A value specifying the false easting value.
A value specifying the false northing value.
A object specifying the central meridian and the latitude of projection's origin.
A value specifying the north standard parallel.
A value specifying the south standard parallel.
Initializes a new instance of the AlbersEqualAreaConticCartesianToGeoConverter class with default settings.
Initializes a new instance of the AlbersEqualAreaConticCartesianToGeoConverter class with the specified parameters.
The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.
The value of the north standard parallel.
The value of the south standard parallel.
The prime meridian of the Geo coordinate system.
Returns the textual representation of the AlbersEqualAreaConticCartesianToGeoConverter.
The AlbersEqualAreaConticCartesianToGeoConverter textual representation.
Provides data for the event.
Returns the list of loaded map items.
A list of class descendant objects.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
This class allows use of the Cartesian coordinate system for the Map Control.
Initializes a new instance of the CartesianMapCoordinateSystem class with default settings.
Converts the coordinate from one measure unit to another.
A value coordinate in the old measure unit.
A object, which is the old measure unit.
A object, which is the new measure unit.
A value coordinate in the new measure unit.
Converts a point from one measure unit to another.
A class descendant object, which is the point in the old measure unit.
A object, the old measure unit.
A object, the new measure unit.
A object, which is a point in the new measure unit.
Creates a with the specified coordinates.
A value, specifying the X coordinate.
A value, specifying the Y coordinate.
A object.
Creates a object from its string representation.
A string value, that is a string representation of a point.
A object.
Gets or sets a measure unit used by the Cartesian coordinate system.
A object.
Returns the textual representation of CartesianMapCoordinateSystem.
A value, which is the textual representation of CartesianMapCoordinateSystem.
A key for the .
Initializes a new instance of the ColorizerKeyItem class with default settings.
Gets or sets the key of the ColorizerKeyItem.
A .
Gets or sets the name of the ColorizerKeyItem.
A object.
Returns the textual representation of the ColorizerKeyItem.
A value, which is the textual representation of the ColorizerKeyItem.
A collection of objects.
Initializes a new instance of the ColorizerKeyCollection class with default settings.
Returns the textual representation of the ColorizerKeyCollection.
The ColorizerKeyCollection textual representation.
An item that stores information about the color and description of the class descendants.
Initializes a new instance of the ColorLegendItem class with default settings.
Gets or sets the index of an image used by this legend item.
A value.
Returns the textual representation of the ColorLegendItem.
A value, which is the textual representation of the ColorLegendItem.
Provides the base functionality to provide map item attributes values by their names.
Gets or sets the name of an attribute whose value is provided.
A value.
This class is used to provide an argument value of map chart items as a key for the to colorize these items.
Initializes a new instance of the ArgumentItemKeyProvider class with default settings.
Returns the textual representation of the ArgumentItemKeyProvider.
A value which is the textual representation of the ArgumentItemKeyProvider.
This class is used to provide an objects argument value as a key for the to colorize these items.
Initializes a new instance of the AttributeItemKeyProvider class with default settings.
Returns the textual representation of the AttributeItemKeyProvider.
A value which is the textual representation of the AttributeItemKeyProvider.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemHighlightedStrokeWidthMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the highlighted stroke width of map items.
Returns the textual representation of the MapItemHighlightedStrokeWidthMapping.
A value which is the textual representation of the MapItemHighlightedStrokeWidthMapping.
This class allows use of the Geographical coordinate system for the Map Control.
Initializes a new instance of the GeoMapCoordinateSystem class with default settings.
Creates a object with the specified coordinates.
A value, specifying the latitude.
A value, specifying the longitude.
A object.
Creates a object from its string representation.
A string value, that is the string representation of a point.
A object.
Gets or sets the projection used by the geographical coordinate system.
A class descendant object.
Returns the textual representation of GeoMapCoordinateSystem.
A value, which is the textual representation of GeoMapCoordinateSystem.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemSelectedStrokeMapping class with default settings.
Returns the textual representation of the MapItemSelectedStrokeMapping.
A value which is the textual representation of the MapItemSelectedStrokeMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemHighlightedStrokeMapping class with default settings.
Returns the textual representation of the MapItemHighlightedStrokeMapping.
A value which is the textual representation of the MapItemHighlightedStrokeMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemStrokeMapping class with default settings.
Returns the textual representation of the MapItemStrokeMapping.
A value which is the textual representation of the MapItemStrokeMapping.
A colorizer that uses key-color pairs to colorize map items.
Initializes a new instance of the KeyColorColorizer class with default settings.
Colorize a map element.
An object implementing the interface.
Returns a collection of colors used by the .
A object that stores objects.
Returns the color for the specified key.
An representing the key.
A object.
Gets or sets the items' key provider.
An object implementing the interface.
Returns the collection of keys used by the KeyColorColorizer.
A object.
Returns the textual representation of the KeyColorColorizer.
A value which is the textual representation of the KeyColorColorizer.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemSelectedFillMapping class with default settings.
Returns the textual representation of the MapItemSelectedFillMapping.
A value which is the textual representation of the MapItemSelectedFillMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemHighlightedFillMapping class with default settings.
Returns the textual representation of the MapItemHighlightedFillMapping.
A value which is the textual representation of the MapItemHighlightedFillMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemFillMapping class with default settings.
Returns the textual representation of the MapItemFillMapping.
A value which is the textual representation of the MapItemFillMapping.
This class allows setting the data member value to the Y coordinate of the .
Initializes a new instance of the MapLinePoint2YMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the Y coordinate default value of the second point of map lines.
Returns the textual representation of the MapLinePoint2YMapping.
A value which is the textual representation of the MapLinePoint2YMapping.
This class allows setting the data member value to the X coordinate of the .
Initializes a new instance of the MapLinePoint2XMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the X coordinate default value of the second point of map lines.
Returns the textual representation of the MapLinePoint2XMapping.
A value which is the textual representation of the MapLinePoint2XMapping.
This class allows setting the data member value to the Y coordinate of the .
Initializes a new instance of the MapLinePoint1YMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the Y coordinate default value of the first point of map lines.
Returns the textual representation of the MapLinePoint1YMapping.
A value which is the textual representation of the MapLinePoint1YMapping.
This class allows setting the data member value to the X coordinate of the .
Initializes a new instance of the MapLinePoint1XMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the X coordinate default value of the first point of map lines.
Returns the textual representation of the MapLinePoint1XMapping.
A value which is the textual representation of the MapLinePoint1XMapping.
The base class for all property mappings.
The base class for all property mappings.
The base class for all property mappings.
The base class for all property mappings.
This class allows setting the data member value to the property of class descendant objects.
Initializes a new instance of the MapItemVisiblePropertyMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the visibility of map items.
Returns the textual representation of the MapItemVisiblePropertyMapping.
A value which is the textual representation of the MapItemVisiblePropertyMapping.
The base class for all property mappings.
The base class for all property mappings.
This class allows setting the data member value to the property.
Initializes a new instance of the MapEllipseWidthMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the default width of map ellipses.
Returns the textual representation of the MapEllipseWidthMapping.
A value which is the textual representation of the MapEllipseWidthMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapEllipseHeightMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the default height of map ellipses.
Returns the textual representation of the MapEllipseHeightMapping.
A value which is the textual representation of the MapEllipseHeightMapping.
The base class for all property mappings.
The base class for all property mappings.
This class allows setting the data member value to the property.
Initializes a new instance of the MapBubbleMarkerTypeMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A enumeration value specifying the shape kind of map dots.
Returns the textual representation of the MapBubbleMarkerTypeMapping.
A value which is the textual representation of the MapBubbleMarkerTypeMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapBubbleSizeMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the size of map bubbles.
Returns the textual representation of the MapBubbleSizeMapping.
A value which is the textual representation of the MapBubbleSizeMapping.
The base class for all property mappings.
This class allows specifying the style of the map viewport of the mini map.
Initializes a new instance of the BorderedElementStyle class with default settings.
Gets or sets the stroke color of the bordered element.
A object.
Returns the textual representation of the BorderedElementStyle.
A value which is the textual representation of the BorderedElementStyle.
This class allows setting the data member value to the property.
Initializes a new instance of the MapDotSizeMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the size of map dots.
Returns the textual representation of the MapDotSizeMapping.
A value which is the textual representation of the MapDotSizeMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapDotShapeKindMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A enumeration value specifying the shape kind of map dots.
Returns the textual representation of the MapDotShapeKindMapping.
A value which is the textual representation of the MapDotShapeKindMapping.
The base class for all property mappings.
This class allows setting the data member value to the property.
Initializes a new instance of the MapRectangleWidthMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the default width of map rectangles.
Returns the textual representation of the MapRectangleWidthMapping.
A value which is the textual representation of the MapRectangleWidthMapping.
This class allows setting the data member value to the property.
Initializes a new instance of the MapRectangleHeightMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the default height of map rectangles.
Returns the textual representation of the MapRectangleHeightMapping.
A value which is the textual representation of the MapRectangleHeightMapping.
A layer that displays vector data on the mini map.
Initializes a new instance of the MiniMapVectorItemsLayer class with default settings.
Gets or sets the data of the .
An object implementing the interface.
Gets or sets the index of an image that all vector items in this layer use.
A value.
Returns the style of vector items stored in this layer.
A object.
Returns the textual representation of the MiniMapVectorItemsLayer.
A value which is the textual representation of the MiniMapVectorItemsLayer.
A layer that displays image tiles, obtained from one of the supported map providers, on the mini map.
Initializes a new instance of the MiniMapImageTilesLayer class with default settings.
Gets or sets the data provider of the .
A class descendant object.
Returns the textual representation of the MiniMapImageTilesLayer.
A value which is the textual representation of the MiniMapImageTilesLayer.
A collection of mini map layers.
Swaps two layers that are stored in the collection.
A value specifying the index of the first swapping layer.
A value specifying the index of the second swapping layer.
Returns the textual representation of the MiniMapLayerCollection.
The MiniMapLayerCollection textual representation.
The base class for all mini map layers.
Gets or sets the name of this layer.
A value.
Returns the textual representation of the MiniMapLayerBase.
A value which is the textual representation of the MiniMapLayerBase.
The base class for all property mappings.
The base class for all property mappings.
The base class for all property mappings.
Gets or sets the default value of the property specified by this mapping.
A .
Gets or sets the data member whose value is assigned as the map item property.
A value that specifies the data member name.
Gets or sets the name of the property specified by this mapping.
A value that specifies the name of the property.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
A collection of class descendant objects.
Returns the textual representation of the MapItemPropertyMappingCollection.
The MapItemPropertyMappingCollection textual representation.
This class allows use of the Cartesian coordinate system for the Map Control.
Initializes a new instance of the CartesianSourceCoordinateSystem class with default settings.
Gets or sets the measure unit used by the Cartesian coordinate system.
A object, specifying the measure unit.
Returns the textual representation of the CartesianSourceCoordinateSystem.
A value which is the textual representation of the CartesianSourceCoordinateSystem.
This class provides the fixed mini map behavior.
Initializes a new instance of the FixedMiniMapBehavior class with default settings.
Gets or sets a center point of a mini map.
A class descendant object.
Returns the textual representation of FixedMiniMapBehavior.
A value, which is the textual representation of FixedMiniMapBehavior.
Gets or sets the zoom level of a mini map.
A double value, specifying the zoom level.
This class provides the base functionality of the coordinate system for the Map Control.
Creates a class descendant with the specified coordinates.
A value, specifying the X coordinate.
A value, specifying the Y coordinate.
A object.
Creates a class descendant object from its string representation.
A string value, that is the string representation of a point.
A object.
The base class to provide mini map behavior.
A collection of class descendant objects.
Initializes a new instance of the CoordPointCollection class with default settings.
Adds a class descendant object to the collection.
A class descendant object which should be added to the collection.
An integer value indicating the position into which the new element was inserted.
Returns a class descendant object stored in the specified index.
A value.
A class descendant object.
Returns the textual representation of the CoordPointCollection.
The CoordPointCollection textual representation.
The data adapter that allows generating map items from a geometry datasource.
Initializes a new instance of the SqlGeometryDataAdapter class with default settings.
Gets or sets the connection string to a SQL database.
A object.
Loads geometry items from the specified data source.
Gets or sets the name of a spatial data member.
A value.
Gets or sets the SQL query that will be used to select data from a SQL database.
A object.
Returns the textual representation of SqlGeometryDataAdapter.
A value, which is the textual representation of SqlGeometryDataAdapter.
For internal use.
This class provides the base functionality to provide data from a SQL Geometry datasource.
Provides data for the event of the .
Initializes a new instance of the MapItemsLoadedEventArgs class with specified settings.
A set of class descendant objects.
Returns the list of loaded map items.
An array of class descendant objects.
This class provides the dynamic mini map behavior.
Initializes a new instance of the DynamicMiniMapBehavior class with default settings.
Gets or sets the maximum value of the mini map zoom level.
A double value, specifying the maximum of zoom level.
Gets or sets the minimum value of the mini map zoom level.
A double value, specifying the minimum zoom level.
Returns the textual representation of DynamicMiniMapBehavior.
A value, which is the textual representation of DynamicMiniMapBehavior.
Gets or sets the mini map zoom level offset relative to the map control zoom level.
A double value, specifying the offset.
Data adapter that provides data from a KML file.
Initializes a new instance of the KmlFileDataAdapter class with default settings.
Gets or sets an Uri that defines the location of a KML file.
A object that contains a KML file Uri.
Gets or sets the coordinate system of the KML file data adapter.
A object.
Returns the textual representation of KmlFileDataAdapter.
A value, which is the textual representation of KmlFileDataAdapter.
Lists the values used to specify the kind of layer that should be obtained from the .
The layer represents the basic (mapnik) OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.
The layer represents the MapCycleMap OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.
The layer represents the Cycle routes OSM map. To see this map kind, use the following link: cycling.waymarkedtrails.org. This is the overlay layer type.
The layer represents the mapnik map grayscale OSM map. This is the base layer type.
The layer represents the Hiking Map OSM map. To see this map kind, use the following link: hiking.waymarkedtrails.org. This is the overlay layer type.
The layer represents the Humanitarian OSM Team OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.
The layer represents the MapQuest OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.
The layer represents the MapQuest Satellite OSM map. To see this map kind, use the following link: mapquest.org. This is the base layer type.
The layer represents the Openptmap OSM map. To see this map kind, use the following link: openptmap.org. This is the overlay layer type.
The layer represents the OpenSeaMap OSM map. To see this map kind, use the following link: www.openseamap.org. This is the overlay layer type.
The layer represents the OpenPisteMap OSM map. This is the overlay layer type.
The layer represents the transport OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.
This class represents the address information obtained from the Bing GIS services.
Initializes a new instance of the BingAddress class with default settings.
Gets or sets the official street line of an address relative to the area, as specified by the or properties.
The official street line of an address relative to the area, as specified by the Locality or PostalCode properties.
Gets or sets the subdivision name in the country or region for an address.
The subdivision name in the country or region for an address.
Gets or sets the country or region name of an address.
The country or region name of an address.
Gets or sets the two-letter ISO country code.
The two-letter ISO country code.
Gets or sets the subdivision name in the country or region for an address.
The subdivision name in the country or region for an address.
Gets or sets the populated place for the address.
The populated place for the address.
Gets or sets the neighborhood for an address.
The neighborhood for an address.
Gets or sets the post code, postal code, or ZIP Code of an address.
The post code, postal code, or ZIP Code of an address.
Gets or sets the city or neighborhood that corresponds to the of the address information obtained from Bing GIS services.
A object.
Returns the textual representation of the BingAddress.
The BingAddress textual representation.
The base class for all classes representing the address information obtained from GIS services.
Gets or sets the complete address.
The complete address.
A Cartesian point on the map.
Initializes a new instance of the CartesianPoint class with specified X and Y coordinates.
A Double value specifying an X coordinate.
A Double value specifying an Y coordinate.
Initializes a new instance of the CartesianPoint class with default settings.
Initializes an instance of a class descendant object offset by specified values.
A value specifying an X coordinate offset.
A value specifying an Y coordinate offset.
A class descendant object.
Initializes a Cartesian point from a string.
A String value representing a point.
A object.
Gets or sets the value of an X coordinate of a Cartesian point.
A Double value representing a value of an X coordinate.
Gets or sets the value of an Y coordinate of a Cartesian point.
A Double value representing a value of an Y coordinate.
Represents a measure unit used by a map.
Initializes a new instance of the MeasureUnit class with the specified meters in a unit, and the name and abbreviation parameters.
A Double value specifying the number of units in one meter.
A string specifying the name of the measure unit.
A string specifying the abbreviation of the measure unit.
Gets an abbreviation corresponding to the current measure unit.
A value which is the abbreviation of a measure unit.
Returns an instance of the MeasureUnit class representing centimeters.
A MeasureUnit object representing centimeters.
Determines whether the specified object is equal to the current MeasureUnit instance.
The object to compare with the current object.
true, if the specified object is equal to the current MeasureUnit instance; otherwise false.
Determines whether the specified measure unit is equal to the current MeasureUnit instance.
The object to compare with the current object.
true, if the specified measure unit is equal to the current MeasureUnit instance; otherwise false.
Returns an instance of the MeasureUnit class representing feet.
A MeasureUnit object representing foots.
Converts a value in meters to the value in the current measure unit.
A Double value specifying the quantity in meters.
A Double value specifying the quantity in the current measure unit.
Returns an instance of the MeasureUnit class representing furlongs.
A MeasureUnit object representing furlongs.
Gets the hash code (a number) that corresponds to the value of the current MeasureUnit object.
An integer value that is the hash code for the current object.
Returns a list of predefined measure units.
A of objects, representing typical measure units.
Returns an instance of the MeasureUnit class representing inches.
A MeasureUnit object representing inches.
Returns an instance of the MeasureUnit class representing kilometers.
A MeasureUnit object representing kilometers.
Returns an instance of the MeasureUnit class representing meters.
A MeasureUnit object representing meters.
Returns a value specifying the current measure unit converted into meters.
A value specifying the number of meters in the measure unit.
Returns an instance of the MeasureUnit class representing miles.
A MeasureUnit object representing miles.
Returns an instance of the MeasureUnit class representing millimeters.
A MeasureUnit object representing millimeters.
Gets a name of a measure unit
A value which is the name of a measure unit.
Returns an instance of the MeasureUnit class representing nautical miles.
A MeasureUnit object representing nautical miles.
Converts a current measure unit value to its value in meters.
A Double value in the current measure unit.
A Double value in meters.
Returns the textual representation of MeasureUnit.
A value which is the textual representation of MeasureUnit.
Returns an instance of the MeasureUnit class representing yards.
A MeasureUnit object representing yards.
Represents the Kavrayskiy VII map projection.
Initializes a new instance of the KavrayskiyProjection class with default settings.
Returns the textual representation of KavrayskiyProjection.
A value which is the textual representation of KavrayskiyProjection.
Represents the Lambert cylindrical equal-area map projection.
Initializes a new instance of the LambertCylindricalEqualAreaProjection class with default settings.
Returns the textual representation of LambertCylindricalEqualAreaProjection.
A value which is the textual representation of LambertCylindricalEqualAreaProjection.
Represents the cylindrical equidistant map projection.
Initializes a new instance of the EquidistantProjection class with default settings.
Returns the textual representation of EquidistantProjection.
A value which is the textual representation of EquidistantProjection.
Converter that transforms instances of the class to instances of the class.
Converts the specified to
A which should be converted.
A object representing the converted specified object.
Lists the values used to specify the position of a mini map on a map.
A mini map aligned to the bottom-left corner of a map.
A mini map aligned to the bottom-right corner of a map.
A mini map aligned to the top-left corner of a map.
A mini map aligned to the top-right corner of a map.
This class allows showing the mini map on the .
Initializes a new instance of the MiniMap class with default settings.
Gets or sets the alignment of a mini map.
A enumeration value.
Gets or sets the behavior of a mini map.
A class descendant object.
Gets or sets a value indicating whether or not scrolling is enabled.
true, if scrolling is enabled; otherwise, false.
Gets or sets a value indicating whether or not zooming is enabled.
true, if zooming is enabled; otherwise, false.
Gets or sets the height of a mini map.
An integer value specifying the height of a mini map.
Returns the collection of class descendant objects.
A object, which stores class descendant objects.
Gets or sets a value indicating whether or not to change the map center when an end-user clicks the mini map.
true to allow setting the center point; otherwise false.
Returns the textual representation of MiniMap.
A value, which is the textual representation of MiniMap.
Returns the style of a mini map viewport.
A object.
Gets or sets a value indicating whether or not a mini map should be displayed.
true to display a mini map; otherwise false.
Gets or sets the width of a mini map.
An integer value, specifying the height of a mini map.
The date adapter stores manually added objects.
Initializes new instance of the SqlGeometryItemStorage class with default settings.
Provides access to the collection of SQL Geometry items.
A object.
Loads manually created geometry items.
Returns the textual representation of the SqlGeometryItemStorage.
A value which is the textual representation of the SqlGeometryItemStorage.
A collection of s.
Initializes new instance of the SqlGeometryItemCollection class with the specified parameters.
A object which is the owner of this collection.
Returns the textual representation of the SqlGeometryItemCollection.
The SqlGeometryItemCollection textual representation.
This class is used to represent the SQL Geometry spatial data objects.
Initializes new instance of the SqlGeometryItem class with the specified parameters.
A object representing Well-Known Text.
A object representing SRID.
Initializes new instance of the SqlGeometryItem class with default settings.
Returns the collection of objects assigned to this item.
A object stored object assigned to this item.
Creates the object from the Well-Known Text.
A object representing WKT.
A object representing SRID.
A object created from WKT.
Gets or sets the spatial reference ID of the item.
A object representing the SRID.
Returns the textual representation of the SqlGeometryItem.
A value which is the textual representation of the SqlGeometryItem.
Gets or sets the string representing the Well-Known Text.
A object representing the WKT.
The base class for color-based property mappings.
Gets or sets the color converter used by this property mapping class' descendants.
A object.
Gets or sets the default value of the property specified by this mapping.
A object.
Data adapter that provides data from a shapefile.
Initializes a new instance of the ShapefileDataAdapter class with default settings.
Gets or sets the encoding, which should be used if a file does not contain encoding information.
A object.
Gets or sets an Uri that defines the location of a shapefile.
A object that contains a shapefile Uri.
Loads data in a Shapefile format from a stream.
A class descendant object, that is a stream of an ESRI Shapefile.
A class descendant object, that is a stream of a DBF file.
Loads the *.prj file data, which contains information about the coordinate system and projection.
A class descendant object.
Loads coordinate system metadata from the *.PRJ file.
A object, that is the URI to the *.PRJ file.
A class descendant representing the contents of the *.PRJ file.
Returns the textual representation of ShapefileDataAdapter.
A value, which is the textual representation of ShapefileDataAdapter.
Defines the base type for collections used by vector items containing segments.
The base class for adapters, whose data should be interpreted by the coordinate system.
Loads data from a datasource.
Gets or sets the coordinate system of a data adapter.
A class descendant object.
The base for all classes that contain information about mapping chart items.
This property is hidden because it can not be used with the MapChartItemMappingInfo.
This property is hidden, because it can not be used with the MapChartItemMappingInfo.
Gets or sets the name of the data field, which contains data to determine values for chart items.
A string value that specifies the name of the bound data field.
Contains information about mapping the Bubble chart item.
Gets or sets the name of the data field, which contains data to determine groups for Bubble charts.
A string value that specifies the name of the bound data field.
Returns the textual representation of MapBubbleMappingInfo.
A value, which is the textual representation of MapBubbleMappingInfo.
The base for all classes that contain information about mapping various chart items.
The base class for all colorizers used with generic types.
The data adapter that provides the means to bind the Map control to data.
Initializes a new instance of the ListSourceDataAdapter class with default settings.
Specifies the type of map items to be used by default when generating items from a data source.
A enumeration value.
For internal use only.
For internal use only.
For internal use only.
Contains information on how data for map items should be obtained from a data source.
A object.
For internal use only.
Returns the textual representation of the ListSourceDataAdapter.
A value, which is the textual representation of the ListSourceDataAdapter.
For internal use only.
Contains a list of points that define the inner boundaries of a vector item.
Initializes a new instance of the InnerBoundary class with default settings.
Gets or sets a collection of points defining the inner boundary.
A collection of class descendant objects.
Returns the textual representation of the InnerBoundary.
A value, which is the textual representation of the InnerBoundary.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemSelectedStrokeWidthMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the selected stroke width of map items.
Returns the textual representation of the MapItemSelectedStrokeWidthMapping.
A value which is the textual representation of the MapItemSelectedStrokeWidthMapping.
Lists the values that specify the types of summary functions used when generating chart items for the Map control.
The average value is calculated.
The total count value is calculated.
The maximum value is calculated.
The minimum value is calculated.
The total summary value is calculated.
Lists the values that specify the types of size legends.
Legend items are placed in line.
Legend items are placed nested one into another.
Contains measure rules for vector items.
Initializes a new instance of the MeasureRules class with default settings.
Gets or sets a value indicating whether or not it's necessary to approximate values for measure rules.
true, to approximate values; otherwise, false.
Gets or sets the distribution type of range colors in these measure rules.
An object implementing the IRangeDistribution interface.
Gets range stops for these measure rules.
A collection of double values that represents colorizer range stops.
Returns the textual representation of the MeasureRules.
A value, which is the textual representation of the MeasureRules.
Provides values to these measure rules.
An object implementing the interface.
Represents a map legend that details the meaning of Bubble sizes in a Bubble chart.
Initializes a new instance of the SizeLegend class with default settings.
Provides access to the collection of custom legend items.
A object that contains custom legend items.
Specifies the default type for a Size Legend.
Gets or sets a value indicating whether or not it is necessary to show tick marks for the size legend.
true to show tickmarks; false to hide them.
Returns the textual representation of SizeLegend.
A value, which is the textual representation of SizeLegend.
Specifies the type of a Size legend.
A enumeration value.
The data adapter that provides data to generate Pie chart items.
Initializes a new instance of the PieChartDataAdapter class with default settings.
Contains information on how data for chart items should be obtained from a data source.
A object.
Gets or sets the name of a field that stores values used to group pie segments into pies.
The data field name.
For internal use only.
Returns the textual representation of PieChartDataAdapter.
A value, which is the textual representation of PieChartDataAdapter.
The data adapter that provides data to generate Bubble chart items.
Initializes a new instance of the BubbleChartDataAdapter class with default settings.
For internal use only.
Specifies the name of an object in a data source to provide data for a data adapter.
A string value.
Contains information on how data for chart items should be obtained from a data source.
A object.
Gets or sets a value specifying the appearance of bubble markers.
A enumeration value.
Returns the textual representation of BubbleChartDataAdapter.
A value, which is the textual representation of BubbleChartDataAdapter.
The base class for data adapters that provide data to generate chart items.
Returns indices of items in the source list for the specified item.
A or a object.
An array of integer values.
Specifies the maximum size of generated chart items.
An integer value specifying the maximum chart size, in pixels.
Specifies the minimum size of generated chart items.
An integer value specifying the minimum chart size, in pixels.
For internal use only.
For internal use only.
Contains information on how data for chart items should be obtained from a data source.
A object.
Specifies rules to define the meaning of the size for generated chart items.
A object.
Specifies the summary function to aggregate data when generating chart items.
A enumeration value.
For internal use only.
For internal use only.
This class allows setting the data member value to the property.
Initializes a new instance of the MapItemStrokeWidthMapping class with default settings.
Gets or sets the default value of the property specified by this mapping.
A object specifying the stroke width of map items.
Returns the textual representation of the MapItemStrokeWidthMapping.
A value which is the textual representation of the MapItemStrokeWidthMapping.
Lists limitations in the use of toll and highway roads when route planning.
Highways are not used to build a route.
The number of highways is minimized in a route.
The number of toll roads is minimized in a route.
All road types can be used to build a route.
Toll roads are not used to build a route.
The base class for data adapters that can load data from data sources.
Provides access to the collection of attribute mappings.
A object.
Specifies the name of an object in a data source to provide data for a data adapter.
A value.
Specifies the data source to provide data for a data adapter.
A .
Loads vector items from the specified data source.
Specifies the type of map items that are generated by default.
A enumeration value.
Returns a collection of map item property mappings.
A object, which stores class descendant objects.
The base for classes that are used to draw segments.
Gets or sets the color that is used to fill a map segment.
A that specifies the color used to fill a map segment.
Gets or sets the color that specifies how the map segment outline is painted.
A value that specifies how the map segment outline is painted.
Gets or sets a value that specifies the width of the stroke on the map segment.
An integer value that is the width of the stroke on the map segment.
The base class for map items that are drawn as a path.
The base class for legends that obtain data from map data providers.
The base class for all data adapters that can be used with the Map control.
Gets or sets the clusterer used to clusterize map items.
An object of a class implementing the interface.
Occurs when data is changed.
Sets the factory used to generate map items.
An object implementing the interface.
Lists the values that specify visibility modes for various map elements.
Visibility is determined automatically.
An element is hidden.
An element is visible.
Contains options that define the visibility, text and appearance of shape titles.
Initializes a new instance of the ShapeTitleOptions class with default settings.
Gets or sets the pattern for shape titles.
A value.
Gets or sets the text color of shape titles.
A value.
Gets or sets the text glowing color of shape titles.
A value.
Returns the textual representation of the ShapeTitleOptions.
The ShapeTitleOptions textual representation.
Gets or sets a value indicating whether or not shape titles should be visible.
A enumeration value.
Lists the values that specify how pie slices should be rotated.
Specifies a clockwise pie slice rotation.
Specifies a counter-clockwise pie slice rotation.
A collection of objects.
Initializes a new instance of the PieSegmentCollection class with the predefined owner.
A that is the owner of the collection.
Returns the textual representation of the PieSegmentCollection.
The PieSegmentCollection textual representation.
A segment of a pie chart item.
Initializes a new instance of the PieSegment class with default settings.
Gets or sets an object, which provides arguments for the PieSegment.
A .
Gets the attributes for this pie segment.
A object.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Returns the textual representation of the PieSegment.
The PieSegment textual representation.
Gets or sets the value of the pie segment.
A value, which is the value of the PieSegment.
Lists the values that specify types of markers displayed as bubble chart items above the map.
A marker is drawn as a circle.
A marker is drawn as a cross.
The default marker type.
A marker is drawn as a diamond.
A marker is drawn as a hexagon.
A marker is drawn as an inverted triangle.
A marker is drawn as a pentagon.
A marker is drawn as a plus sign.
A marker is drawn as a square.
A marker is drawn as a five pointed star.
A marker is drawn as a six pointed star.
A marker is drawn as an eight pointed star.
A marker is drawn as a triangle.
Lists the values that specify types of data updates.
Data was updated.
Map rendering was performed.
The map style was changed.
Map view information was changed.
The base class for items displayed in map legends.
Gets or sets the color of the legend item.
A value.
Specifies the text of the legend item.
A value.
Gets or sets the value of the legend item.
A value, which is the value of the MapLegendItemBase.
The base class for all legends that can be used in the Map control.
Gets or sets the alignment of a map legend.
A enumeration value.
Provides access to the object that defines the appearance of a legend.
A object.
Specifies the legend alignment used by default.
Specifies the legend visibility used by default.
Gets or set the description of the map legend.
A value.
Provides access to style settings of the legend description.
A object that contains style settings to customize the legend description.
Gets or sets the header of the map legend.
A value.
Provides access to the style settings of the legend header.
A object that contains style settings to customize the legend header.
Provides access to the style settings of legend items.
A object that contains style settings to customize legend items.
Specifies the display format of range stops on a color legend.
A string value that specifies the text representation of range stops on a color legend.
Gets or sets a value indicating whether or not a legend should be visible.
A enumeration value.
The class used to draw a pie chart on a map.
Initializes a new instance of the MapPie class with default settings.
Gets or sets an object, which provides arguments for the MapPie.
A .
Specifies the default value for the property.
Specifies the default value for the property.
Gets or sets the location of a MapPie object.
A class descendant object.
Gets or sets the angle by which the pie is rotated, relative to its default appearance.
A value.
Gets or sets the direction in which pie slices should be rotated.
A enumeration value.
Gets or sets segments of a map pie.
A object that is a collection of map path segments.
Specifies the size of a Pie item.
An integer value.
Returns the textual representation of MapPie.
A value, which is the textual representation of MapPie.
The class used to draw a Bubble chart on a map.
Initializes a new instance of the MapBubble class with default settings.
Gets or sets an object, which provides arguments for the MapBubble.
A .
Gets or sets the object which identifies a group to which the current MapBubble belongs.
A .
Gets or sets the location of a MapBubble object.
A class descendant object.
Gets or sets a value specifying the appearance of a bubble marker.
A enumeration value.
Specifies the size of a Bubble item.
An integer value.
Returns the textual representation of MapBubble.
A value, which is the textual representation of MapBubble.
Gets or sets the value of the Bubble chart item.
A value, which is the value of the MapBubble.
A collection of map legends.
Returns the textual representation of the LegendCollection.
The LegendCollection textual representation.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the LegendItemCreatingEventArgs class with the predefined color.
A class descendant specifying the owner of the legend item. This object is assigned to the property.
An integer value specifying the index of the created legend item. This value is assigned to the property.
A class descendant specifying the created legend item. This object is assigned to the property.
Returns the index of the legend item being created.
An integer value.
Returns the legend item being created.
A class descendant.
Provides access to the legend for which a new item has been created.
A class descendant.
A collection of objects.
Initializes a new instance of the MapItemCollection class with the predefined color.
An object implementing the interface.
Swaps items with indexes index1 and index2 inside the collection.
An integer value that specifies index of the first swapping element.
An integer value that specifies index of the second swapping element.
Returns the textual representation of the MapItemCollection.
The MapItemCollection textual representation.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the DataAdapterChangedEventArgs class with the predefined color.
A value specifying the type of the update. This value is assigned to the property.
Returns the type of the map update.
A enumeration value.
The base class for legends that explain the meaning of vector item colors.
A collection of objects.
Initializes a new instance of the InnerBoundaryCollection class with the specified owner.
A object that is the owner of this collection.
Returns the textual representation of InnerBoundaryCollection.
A value, which is the textual representation of InnerBoundaryCollection.
If implemented by a class, provides methods required for a to operate with data.
Gets or sets the clusterer used to clusterize map items.
An object of class implementing the interface.
Gets the number of items in the data adapter.
An integer value, which is the number of items.
Occurs when data is changed.
Specifies the type of map items to be used by default when generating items from a data source.
A enumeration value.
Returns the item at the specified position.
An integer value, which specifies the position of the item.
A object at the specified position.
Gets a map item by the source object.
A source object.
A object that is obtained from the source object.
Gets a source object for a map item.
A descendant for which a source object is searched.
A source object to search.
Returns the layer associated with this data adapter.
A class descendant.
Returns the value indicating is the coordinate system of an adapter is compatible with coordinate system of a map control.
A class descendant.
true, if a coordinate systems is compatible; otherwise, false.
Returns a value indicating whether or not all data has been loaded for the data adapter and thus, the data adapter is ready for rendering.
true, if the data adapter is ready; otherwise, false.
Provides access to the collection of data adapter items.
An object of a class implementing the interface.
Loads data using the specified factory.
An object implementing the interface.
Called after the clusterization is finished.
Called every time the viewport changed.
A object specifying a new viewport.
Sets the association between the specified layer and this data adapter.
A class descendant.
Returns a source collection of objects.
A collection of objects.
The data adapter that stores manually added vector items.
Initializes a new instance of the MapItemStorage class with default settings.
Provides access to the collection of map items.
A object.
Returns the textual representation of MapItemStorage.
A value, which is the textual representation of MapItemStorage.
A collection of objects.
Initializes a new instance of the MapLegendItemCollection class with default settings.
Returns the textual representation of the MapLegendItemCollection.
The MapLegendItemCollection textual representation.
A generic collection of Colorizer's items.
Initializes a new instance of the GenericColorizerItemCollection<T> class with default settings.
Converts the GenericColorizerItemCollection<T> object to a object.
A object.
Provides data for the event.
Initializes a new instance of the MapItemClickEventArgs class with the specified settings.
A value specifying a map item to be clicked. This value is assigned to the property.
A object that contains information on the clicked map item.
Gets or sets a value specifying whether an event has been handled.
true if the event hasn't been handled by a control; otherwise, false.
Returns data for the MouseUp, MouseDown, and MouseMove events.
A System.Windows.Forms.MouseEventArgs object which provides data for the mouse events.
Provides a method for creating map items.
If implemented by a class, creates a map item of the specified type.
A enumeration value specifying the type of the created map item.
A specifying the object.
A object which represents a map item of the specified type.
Lists the types of a map item.
Represents a Bubble chart.
Represents a map callout.
Represents a map custom element.
Represents a map dot.
Represents a map ellipse.
Represents a map line.
Represents a map path.
Represents a Pie chart.
Represents a map polygon.
Represents a map polyline.
Represents a map pushpin.
Represents a map rectangle.
Represents an unknown map item type.
Specifies how the text associated with the map pointer should be aligned.
The text is vertically aligned at the bottom, and horizontally aligned at the center.
The text is vertically aligned at the bottom, and horizontally aligned on the left.
The text is vertically aligned at the bottom, and horizontally aligned on the right.
The text is vertically aligned in the middle, and horizontally aligned on the left.
The text is vertically aligned in the middle, and horizontally aligned on the right.
The text is vertically aligned at the top, and horizontally aligned at the center.
The text is vertically aligned at the top, and horizontally aligned on the left.
The text is vertically aligned at the top, and horizontally aligned on the right.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the DataLoadedEventArgs class with default settings.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
An object that contains event data.
Provides data for the event.
Initializes a new instance of the ExportMapItemEventArgs class with the specified map item.
A value specifying a map item in the map control. This value is assigned to the property.
Gets or sets whether the export of a map item should be canceled.
true, if the export of a map item should be canceled; otherwise, false.
Gets a value that indicates whether an exported map item is selected.
true, if a map item is selected; otherwise, false.
Provides data for , and events.
Initializes a new instance of the MapItemEventArgs class with the specified map item.
A value specifying a map item in the map control. This value is assigned to the property.
Gets a map item to be represented in the map control.
A object that is the map item.
Lists the predefined color schemas which are used by the map colorizer to color map shapes.
A map shape is painted using a color according to the criteria.
A map shape is painted using a color gradient.
Unspecified color schema.
A map shape is painted using a color palette.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Contains information about a warning associated with an itinerary item of a Bing route.
Initializes a new instance of the BingItineraryItemWarning class with the specified settings.
A specifying the warning text. This value is assigned to the property.
A enumeration value specifying the warning type. This value is assigned to the property.
Initializes a new instance of the BingItineraryItemWarning class with the specified parameters.
A specifying the warning text. This value is assigned to the property.
A enumeration value specifying the warning type. This value is assigned to the property.
A enumeration value specifying the warning severity. This value is assigned to the property.
Gets the severity level of the itinerary item.
A enumeration value.
Gets the text of the warning.
A specifying the warning text.
Returns the textual representation of the BingItineraryItemWarning.
The BingItineraryItemWarning textual representation.
Gets the type of the warning.
A enumeration value specifying the warning type.
Contains information about a single itinerary item of a Bing route.
Initializes a new instance of the BingItineraryItem class with the specified settings.
A object specifying the location. This value is assigned to the property.
A enumeration value specifying the maneuver type. This value is assigned to the property.
A specifying the maneuver instruction. This value is assigned to the property.
A list of objects containing a warning for this itinerary item. This value is assigned to the property.
A value specifying the item distance. This value is assigned to the property.
A value specifying the time required to pass this itinerary item. This value is assigned to the property.
Initializes a new instance of the BingItineraryItem class with the specified settings.
A object specifying the location. This value is assigned to the property.
A enumeration value specifying the maneuver type. This value is assigned to the property.
A specifying the maneuver instruction. This value is assigned to the property.
A list of objects containing a warning for this itinerary item. This value is assigned to the property.
A value specifying the item distance. This value is assigned to the property.
A value specifying the time required to pass this itinerary item. This value is assigned to the property.
A value specifying the compass direction. This value is assigned to the property.
A object specifying the details of this itinerary item. This value is assigned to the property.
An array of objects provide hints. This value is assigned to the property.
A value specifying side of the street. This value is assigned to the property.
An array of values specifying sings on the road. This value is assigned to the property.
A value specifying the direction in accordance with road name. This value is assigned to the property.
Returns the compass direction indicating the cardinal point.
A value specifying the cardinal point.
Returns the additional information about the single itinerary item of the route.
A object.
Gets the distance of the itinerary item.
A value specifying the item distance.
Returns the hints to assist in the route passage.
An array of objects.
Gets the location of the itinerary item.
A object specifying the location.
Gets the maneuver type associated with the itinerary item.
A enumeration value specifying the maneuver type.
Gets the maneuver instruction of the itinerary item.
A specifying the maneuver instruction.
Returns the side of the street where the route destination is.
A value specifying the side of the street.
Returns the signs which are placed along the route.
An array of objects representing the sign names.
Gets the time required to pass the itinerary item.
A value specifying the time required to pass this itinerary item.
Returns the textual representation of the BingItineraryItem.
The BingItineraryItem textual representation.
Returns the street name in which direction the first itinerary item goes.
A value specifying the street name.
Gets the warnings associated with the itinerary item.
A list of objects containing a warning for this itinerary item.
Lists the values used to specify the current maneuver type.
Arrive at the last stop in the route.
Arrive at an intermediate stop in the route.
Bear left.
Bear left then bear left.
Bear left then bear right.
Bear left then turn left.
Bear left then turn right.
Bear right.
Bear right then bear left.
Bear right then bear right.
Bear right then turn left.
Bear right then turn right.
Bear then keep on the current road.
Bear then merge onto another road.
Continue along the current road.
Depart an intermediate stop on the route.
Return to an intermediate stop on the route.
Depart the first stop on the route.
Enter a roundabout.
Enter then exit a roundabout.
Exit a roundabout.
Keep left.
Keep on the left side of the ramp.
Keep on the right side of the ramp.
Keep straight ahead on the ramp.
Keep right.
Keep straight.
Keep on the current road then stay left.
Keep on the current road then stay right.
Keep on the current road then go straight.
Merge onto another road.
No maneuver.
Take a ramp to the highway on the left.
Take a ramp to the highway on the right.
Take a ramp to the highway straight ahead.
The road name has changed.
Take a new road.
Take a ramp left.
Take a ramp right.
Take a ramp straight ahead.
Take transit.
Transfer from one transit to another.
Turn around.
Turn left.
Turn left then bear left.
Turn left then bear right.
Turn left then turn left.
Turn left then turn right.
Turn right.
Turn right then bear left.
Turn right then bear right.
Turn right then turn left.
Turn right then turn right.
Turn then merge onto another road.
Turn then stay left.
Turn then stay right.
Unknown maneuver.
Take a U-turn.
Wait.
Walk.
Lists the values used to specify a warning type.
There is a car accident.
The route has left one administrative division and entered another.
The road is blocked.
Check a time table. This usually refers to a ferry time table.
The traffic is slow.
The route has left one country and entered another.
There is a disabled vehicle.
A gate blocks the road and access is required to continue along the route.
Get off the transit at this location.
Get on the transit at this location.
A U-turn is illegal at this location.
Use mass transit at this location.
A miscellaneous warning is available for this location.
There is no incident at this location.
There is no warning at this location.
There is a warning at this location that can not be classified as any other type of warning.
There is news about this location.
There are other traffic incidents at this location.
There are scheduled events that may disrupt the route.
The road being travelled on is private.
The turn is restricted depending on the time of day.
There are road closures at this location.
There is a road hazard.
There is scheduled construction.
A seasonal closure occurs at this location.
A toll is required at this location to continue along the route.
The road being travelled on is a toll road.
The warning is a traffic warning.
The road being travelled on is unpaved.
There is construction at this location.
There is significant weather at this location.
Contains information about a single leg of a route.
Initializes a new instance of the BingRouteLeg class with the specified parameters.
A object specifying the starting point. This value is assigned to the property.
A object specifying the end point. This value is assigned to the property.
A list of objects containing information on the route leg. This value is assigned to the property.
A value specifying the distance of this route leg. This value is assigned to the property.
A object specifying the time required to traverse this route leg. This value is assigned to the property.
Initializes a new instance of the BingRouteLeg class with the specified parameters.
A object specifying the start point of the route. This value is assigned to the property.
A object specifying the end point of the route. This value is assigned to the property.
A object specifying information about the start location. This value is assigned to the property.
A object specifying information about the end location. This value is assigned to the property.
A list of objects specifying the list of itinerary items. This list is assigned to the property.
A specifying the description of the route. This value is assigned to the property.
A value specifying the distance between the start and end points. This value is assigned to the property.
A value specifying the time required to pass this itinerary item. This value is assigned to the property.
Returns the description for the leg of the route.
A value specifying the description text.
Gets the distance of this route leg.
A value.
Returns information about the end location on the map.
A object.
Gets the end point of this route leg.
A object.
Gets additional information about this route leg.
A list of objects.
Returns information about the start location on the map.
object.
Gets the starting point of this route leg.
A object.
Gets the time required to pass this route leg.
A value.
Returns the textual representation of the BingRouteLeg.
The BingRouteLeg textual representation.
Lists the values used to specify the travel mode to calculate the route.
A route is calculated for a car or another vehicle that is moving at a similar speed.
A route is calculated for a pedestrian or a vehicle that is moving at a similar speed.
Lists the values specifying size modes used when a map is printed or exported.
A map is printed in the identical size it appears on the form.
A map is stretched or shrunk to fit the page on which it is printed.
A map is resized proportionally (without clipping), so that it best fits the page on which it is printed.
Lists the values used to specify how to optimize route calculation.
A route is calculated in such a way that its total distance will be the minimum possible.
A route is calculated in such a way that the time required to follow this route will be the minimum possible.
Contains results of a request to the Microsoft Bing web service for route calculation.
Initializes a new instance of the BingRouteResult class with the specified parameters.
A list of objects specifying the route path. This value is assigned to the property.
A value specifying the distance. This value is assigned to the property.
A value specifying the time. This value is assigned to the property.
A list of objects specifying all the route legs. This value is assigned to the property.
Initializes a new instance of the BingRouteResult class with the specified parameters.
A list of objects specifying the route path. This value is assigned to the property.
A value specifying the distance. This value is assigned to the property.
A value specifying the time. This value is assigned to the property.
A value specifying the estimated time for the route passage in accordance with traffic congestion. This value is assigned to the property.
A list of objects specifying all the route legs. This value is assigned to the property.
A object specifying the region containing the resulting route. This value is assigned to the property.
Returns the rectangular area containing the Bing resulting route.
A object specifying the rectangular region.
Returns the total distance of a route.
A value.
Returns all legs that together comprise the calculated route.
A list of objects.
Returns a list of geographical points that together, comprise the route path.
A list of objects.
Returns the time required to follow the calculated route.
A value.
Returns the textual representation of the BingRouteResult.
The BingRouteResult textual representation.
Returns the estimated traffic time based on the road congestion.
object.
Lists the values used to specify the resulting code of a request.
The request was incorrect.
The request was unsuccessful because of a server error.
The request was successful.
The request was terminated because the time was out.
Contains information about a specific location on a map.
Initializes a new instance of the LocationInformation class with default settings.
Initializes a new instance of the LocationInformation class with the specified parameters.
A object specifying the location. This value is assigned to the property.
A specifying the entity type. This value is assigned to the property.
A specifying the display name. This value is assigned to the property.
A class descendant specifying the address information. This value is assigned to the property.
Gets or sets the address associated with the current location.
An class descendant object.
Gets or sets a display name associated with a location.
A value.
Gets or sets the entity type represented as a string.
A value.
Gets or sets geographical coordinates of a location.
A object containing geographical coordinates of a location.
Returns the textual representation of LocationInformation.
A value, which is the textual representation of LocationInformation.
Provides data for the event.
Initializes a new instance of the RequestCompletedEventArgs class with the specified settings.
An array of objects.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value indicating whether the asynchronous operation was canceled. This value is assigned to the property.
A that is the optional user-supplied state object passed to the RunWorkerAsync method. This value is assigned to the property.
Returns all the items generated for the layer as the result of a web request.
An array of objects.
Contains results of a request to a web service for route calculation.
Initializes a new instance of the RouteCalculationResult class with the specified parameters.
A object specifying the status code. This value is assigned to the property.
A specifying the cause of the fault. This value is assigned to the property.
A list of objects specifying route results. This value is assigned to the property.
A list of objects specifying intermediate points. This value is assigned to the property.
Returns all intermediate points that were used to calculate routes.
A list of objects.
Returns all routes calculated for this request.
A list of objects.
Returns the textual representation of the RouteCalculationResult.
The RouteCalculationResult textual representation.
Contains results of a request to a web service to obtain Geocode information about a specific location on a map.
Initializes a new instance of the GeocodeRequestResult class with the specified parameters.
A object specifying the result code. This value is assigned to the property.
A specifying the cause of the fault. This value is assigned to the property.
An array of objects specifying all locations. This value is assigned to the property.
Returns all locations found for the specified geographical point.
An array of objects.
Returns the textual representation of the GeocodeRequestResult.
The GeocodeRequestResult textual representation.
The base for all classes that contain results of requests to web services.
Returns the fault reason of a request.
A value.
Returns the code that contains information on whether or not the last request was successful.
A enumeration value.
Contains the results of a request to a web service to search a specific location.
Initializes a new instance of the SearchRequestResult class with the specified parameters.
A object specifying the status code. This value is assigned to the property.
A specifying the cause of the fault. This value is assigned to the property.
A list of objects specifying search results. This value is assigned to the property.
A object specifying the search region. This value is assigned to the property.
A list of objects specifying alternate search regions. This value is assigned to the property.
An integer value specifying the number of estimated matches. This value is assigned to the property.
A specifying the keyword. This value is assigned to the property.
A specifying the location. This value is assigned to the property.
Initializes a new instance of the SearchRequestResult class with the specified keyword and the search result.
A list of objects specifying the search results. This value is assigned to the property.
A value which is contained in the result of a search request.
Returns alternate regions to search for a result.
A list of objects.
Gets the number of estimated matches.
An integer value that is the number of estimated matches.
Returns a keyword contained in the result of a search request.
A value.
Returns the location of a search result.
A System.String that is the name of a location contained in a search result.
Returns a region to perform a search.
A object.
Returns all search resuts.
A list of objects.
Returns the textual representation of the SearchRequestResult.
The SearchRequestResult textual representation.
Contains information on a specific waypoint of a route, calculated by the Route service.
Initializes a new instance of the RouteWaypoint class with the specified parameters.
A specifying the description. This value is assigned to the property.
A object specifying the location. This value is assigned to the property.
Initializes a new instance of the RouteWaypoint class with the specified description and keyword.
A value specifying the description of a waypoint. This value is attached to the property.
A value containing information to search for on a map. This value is assigned to the property.
Returns the description of a waypoint.
A value.
Returns the keyword indicating the required route waypoint to search for on a map.
A value, specifying the keyword.
Returns the location of the route waypoint.
A object containing geographical coordinates of the route waypoint.
Returns the textual representation of RouteWaypoint.
A value, which is the textual representation of RouteWaypoint.
Contains settings that define the parameters for searching via the Microsoft Bing service.
Initializes a new instance of the BingSearchOptions class with default settings.
Gets or sets a value indicating whether or not it is necessary to automatically correct a search query.
true to automatically correct a query; otherwise, false.
Gets or sets a value that defines how to measure distances.
A enumeration value.
Gets or sets the total number of results that can be obtained by a search request.
An integer value.
Gets or sets a radius to perform a search.
A value.
Returns the textual representation of the BingSearchOptions.
The BingSearchOptions textual representation.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the BingSearchCompletedEventArgs class with the specified settings.
A object specifying the request result. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information on whether or not the search operation should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
The class that is used to send requests to the Bing Maps Search service.
Initializes a new instance of the BingSearchDataProvider class with default settings.
Clears all results stored by a BingSearchDataProvider class object.
Searches for locations that best correspond to the specified keywords.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
Searches for locations that best correspond to the specified keywords starting from the specified index.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, first 4 results will be skipped.
Searches for locations that best correspond to the specified keywords near the specified location.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near which it is necessary to search for the specified keyword.
Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point starting from the specified index.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near which it is necessary to search for the specified keyword.
A object specifying the geographical point, around which it is necessary to search for a keyword and a location.
An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, first 4 results will be skipped.
Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near which it is necessary to search for the specified keyword.
A object specifying the geographical point, around which it is necessary to search for a keyword and a location.
Searches for locations that best correspond to the specified keywords near the specified location starting from the specified index.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near to which the specified keyword shall be searched for.
An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, the first 4 results will be skipped.
Searches for locations that best correspond to the specified keywords around the specified geographical point.
A containing information to search for on a map. This string can contain either geographical names or other information to look for.
A object specifying the geographical point, around which it is necessary to search for a keyword.
Searches for locations that best correspond to the specified address.
A object specifying the required address.
Searches for locations that best correspond to the specified address around the specified geographical point in the defined region in accordance with local culture.
A object specifying the address to look for.
A value specifying the local culture.
A object specifying the geographical point, around which it is necessary to search for a keyword.
A object specifying the bounding region to be searched.
Searches for locations that best correspond to the specified keyword around the specified geographical point in the defined region in accordance with local culture.
A containing information to search for on a map. This string can contain either geographical names or other information to look for.
A value specifying the local culture.
A object specifying the geographical point, around which it is necessary to search for a keyword.
A object specifying the bounding region to be searched.
Occurs when a search operation has been completed.
Provides access to the options that define how this data provider should perform a search.
A object.
Gets or sets a value indicating whether or not the Search Panel should be displayed.
true to show the Search Panel; otherwise, false.
Returns the textual representation of BingSearchDataProvider.
A value, which is the textual representation of BingSearchDataProvider.
Contains settings that define the parameters for calculating a route via the Microsoft Bing service.
Initializes a new instance of the BingRouteOptions class with default settings.
Gets or sets an option that allows limitation of the use of the toll or highway roads.
A enumeration value.
Gets or sets a value that defines how to measure distances.
A enumeration value.
Gets or sets a value that defines how a route should be calculated.
A enumeration value.
Gets or sets a value that defines how to optimize the route calculation.
A enumeration value.
Returns the textual representation of the BingRouteOptions.
The BingRouteOptions textual representation.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the BingRouteCalculatedEventArgs class with the specified settings.
A object specifying the result. This value is assigned to the property.
A object specifying the error occurred during the asynchronous operation. This value is assigned to the property.
A value indicating whether the asynchronous operation was canceled. This value is assigned to the property.
A that is the optional user-supplied state object passed to the RunWorkerAsync method. This value is assigned to the property.
Returns a result of a route calculation.
A object.
The class that is used to send requests to the Bing Maps Route service.
Initializes a new instance of the BingRouteDataProvider class with default settings.
Calculates the most optimal route for the specified list of waypoints for the specified user state.
A list of objects.
A containing the user state.
Calculates the most optimal route for the specified list of waypoints.
A list of objects.
Calculates the most optimal route for the specified list of waypoints and the specified user state.
A list of objects.
A object specifying the name of the culture.
A specifying a user state.
Returns driving routes to a location from major roads in four directions (West, North, East and South).
A object specifying a destination point.
Returns driving routes to a location from major roads in four directions (West, North, East and South).
A object specifying a destination point.
A containing the user state.
Returns driving routes to a location from major roads in four directions (West, North, East and South).
A object specifying a destination point.
A object specifying the name of the culture.
A specifying a user state.
Occurs when a route has been calculated.
Provides access to the options that define how to calculate a route.
A object.
Returns the textual representation of BingRouteDataProvider.
A value, which is the textual representation of BingRouteDataProvider.
The base class for all bing data providers.
Gets or sets the key that is required to connect to the Bing Maps data provider.
A that stores a Bing Maps key.
Provides data for the event.
Initializes a new instance of the LocationInformationReceivedEventArgs class with the specified settings.
A object specifying the event result. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information whether or not receiving information should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
Returns the result of a request to obtain information about a specific geographical coordinate.
A object.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the LayerItemsGeneratingEventArgs class with the specified settings.
An array of objects specifying items being generated. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information on whether or not item generation should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
Returns all the items generated for the layer.
An array of objects.
The base class for all information data providers.
Clears the Search Panel.
Gets or sets a value indicating whether or not it is necessary to automatically generate items for this layer.
true to generate layer items; otherwise, false.
Returns a value indicating the InformationDataProviderBase is currently busy performing a previous request.
true, if a data provider is busy; otherwise, false.
Occurs when a data provider starts generating map items for a layer.
Specifies the number of displayed results requested.
A value specifying the number of displayed results requested.
Gets or sets a value indicating whether or not it is necessary to process mouse events by this data provider.
true, to process mouse events; otherwise, false.
Returns the textual representation of the InformationDataProviderBase.
A value which is the textual representation of the InformationDataProviderBase.
A layer that is used to display additional information above the map.
Initializes a new instance of the InformationLayer class with default settings.
Clears all results displayed on a layer.
Specifies the data storage for the information layer.
A object.
Overrides the event to hide it.
Provides access to an object that obtains information data from online data providers.
An class descendant that is a specific data provider.
Occurs when a data request has been completed.
Returns the textual representation of InformationLayer.
A value, which is the textual representation of InformationLayer.
The class used to draw a callout on a map.
Initializes a new instance of the MapCallout class with default settings.
Gets or sets whether HTML formatting is allowed in the current MapCallout object.
A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Gets or sets the color used to display a highlighted map callout's text.
A structure object, representing the color of a highlighted map callout's text.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Gets or sets the color used to display a selected map callout's text.
A structure object, representing the color of a selected map callout's text.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Returns the textual representation of MapCallout.
A value, which is the textual representation of MapCallout.
The class used to draw an ellipse on a map.
Initializes a new instance of the MapEllipse class with default settings.
Creates a map ellipse using its center point, width and height.
A class descendant object representing the coordinate system in which the ellipse should be initialized.
A object specifying the ellipse center point.
A specifying the ellipse width.
A specifying the ellipse height.
A object with the specified center point width and height.
Creates a map ellipse using the top-left and bottom-right points of its bounding rectangle.
A value specifying the coordinate system.
A value specifying the top-left coordinate of the ellipse bounding rectangle.
A value specifying the bottom-right coordinate of the ellipse bounding rectangle.
A object.
Gets or sets the height of the ellipse.
A value specifying the height of the ellipse.
Gets or sets the location of a MapEllipse object.
A class descendant object.
Returns the textual representation of MapEllipse.
A value, which is the textual representation of MapEllipse.
Gets or sets the width of the map ellipse.
A value specifying the width of the map ellipse.
Provides access to the map's printing options.
Initializes a new instance of the PrintOptions class with default settings.
Copies all the settings from the options object passed as the parameter to the current object.
A descendant whose settings are assigned to the current object.
Gets or sets a value indicating whether a mini map should be printed/exported.
true if a mini map should be printed/exported, otherwise false.
Gets or sets a value indicating whether a navigation panel should be printed/exported.
true if a navigation panel should be printed/exported, otherwise false.
Gets or sets the value indicating whether or not the map overlays should be printed/exported.
true if overlays should be printed/exported, otherwise false.
Gets or sets a value which specifies the size mode used to print the map.
A enumeration value which specifies the size mode used to print the map.
Returns the textual representation of PrintOptions.
A value, which is the textual representation of PrintOptions.
A base class for all classes that can load map images from an external source.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
The class that is used to obtain an attribute from a shape file source (Shapefile or KML file) that is applied to shape items.
Initializes a new instance of the ShapeAttributeValueProvider class with default settings.
Gets or sets the name of the attribute that is applied to shape items.
A string value that is the name of the attribute.
Returns the textual representation of ShapeAttributeValueProvider.
A value which is the textual representation of ShapeAttributeValueProvider.
Interface that should be implemented by any object which supports a method required for a colorizer value provider.
Returns the value from the data source (e.g., Shapefile) that specifies how to color map shapes.
An object representing the map item to color with a colorizer.
A double value from the data source (e.g., Shapefile).
Contains information about the mapping of a map item.
Gets or sets the data field to which a property is bound.
A string value that specifies the name of the bound data field.
Gets or sets the data field to which a property is bound.
A string value that specifies the name of the bound data field.
Gets or sets the data field to which a property is bound.
A string value that specifies the name of the bound data field.
Gets or sets the data field to which a property is bound.
A string value that specifies the name of the bound data field.
Returns the textual representation of MapItemMappingInfo.
A value, which is the textual representation of MapItemMappingInfo.
Gets or sets the name of the data field that stores the type of the map item.
A string value that specifies the name of the bound data field.
Gets or sets the data field to which a property is bound.
A string value that specifies the name of the bound data field.
Gets or sets the data field to which a property is bound.
A string value that specifies the name of the bound data field.
The class used to draw a map pointer on a map.
Gets or sets the states on which the pointer background should be drawn.
A enumeration value.
Specifies the default . Currently, the default text alignment is set to .
Specifies the text padding used by default.
Gets or sets a font used to paint a map pointer's text.
The font used to display the map pointer's text specified in the property.
Gets or sets an image that is assigned to a map pointer.
An Image object that represents the image assigned to a map pointer.
Gets or sets the image index value of an image assigned to the map pointer.
An Int32 value that is the image index assigned to the map pointer.
Gets or sets a Uri that defines the location of an Image file with vector data.
A object that contains a Uri to the Image file.
Gets or sets the location of a MapPointer object.
A class descendant object.
Gets or sets the text for a map pointer.
A string value that is the text for a map pointer.
Gets or sets the alignment of the text in a map pointer.
One of the enumeration values that specifies how the text is aligned in the map pointer.
Gets or sets the color of a text map pointer.
A object that is the color of a text map pointer.
Gets or sets the padding for text shown for MapPointer class descendants.
An integer value specifying the text padding.
Gets or sets the transparency value for the MapPointer.
A value.
Gets or sets whether to play the animation when a location of the map pointer is changed on a map.
true, to play the animation when a location of the map pointer is changed; otherwise, false.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the MapSelectionChangingEventArgs class with the specified map selection.
An object that implements the interface.
Gets or sets whether the selection of a map item should be canceled.
true, if the selection of a map item should be canceled; otherwise, false.
The base for classes that provide data for the map selection events.
Gets the list of selected objects on a map.
A list of selected objects.
Contains options to support map notification.
Occurs after the map setting has been changed.
Resets all map notification settings to the default values.
A method that will handle the event.
A method that will handle the event.
The event source.
The event data.
Provides data for the event.
Initializes a new instance of the ObjectSelectedEventArgs class with the specified data object.
The data object whose map representation was selected.
Returns the data object whose map representation was selected.
The data object whose map representation was selected.
A segment of a MapPathSegment object.
Initializes a new instance of the MapPathSegment class with default settings.
Disposes of the MapPathSegment object.
Specifies the collection of inner boundaries, which are excluded from the area of a map path segment.
An object.
Gets or sets whether a map path segment is closed.
true, if a map path segment is closed on a map; otherwise, false.
Specifies whether a map path segment is filled.
true, if a map path segment is filled on a map; otherwise, false.
Gets or sets a collection of points defining the map path segment.
A collection of class descendant objects.
Returns the textual representation of MapPathSegment.
A value, which is the textual representation of MapPathSegment.
A collection of map path segments.
Initializes a new instance of the MapPathSegmentCollection class.
An object, which will receive change notifications when properties of the created object are changed.
Returns the textual representation of the MapPathSegmentCollection.
The MapPathSegmentCollection textual representation.
The style of a map element.
Gets or sets the color that is used to fill a map element.
A that specifies the color used to fill a map element.
Returns the textual representation of MapElementStyle.
A value which is the textual representation of MapElementStyle.
Interface that should be implemented by any object which can colorize a map element.
Gets or sets a color to colorize a map element.
A Color object that represents a color to colorize the map element.
The base for classes that define the style of a map element.
Merges styles of a map element into the destination style.
A object representing the first style of a map element.
A object representing the second style of a map element.
A object that represents the destination style of a map element.
A collection of selected map items.
Initializes a new instance of the SelectedItemCollection class with the specified owner.
A object that is the owner of this selected item collection.
Adds a collection of selected items to the end of the collection.
A object which represents the collection of selected items to append to the collection.
Returns the textual representation of the SelectedItemCollection.
The SelectedItemCollection textual representation.
An attribute that can be applied to map items.
Initializes a new instance of the MapItemAttribute class with default settings.
Gets or sets the name attribute to define mappings of a map item.
A name attribute of the map item mapping.
Returns the textual representation of the MapItemAttribute.
The MapItemAttribute textual representation.
Specifies a type of the map item attribute mapping.
A map item attribute type.
Specifies the mapping value of the map item attribute.
An object that is the value of the map item attribute.
A collection of attributes for an individual map item.
Initializes a new instance of the MapItemAttributeCollection class with default settings.
Returns the textual representation of the MapItemAttributeCollection.
The MapItemAttributeCollection textual representation.
Represents the Graph colorizer utilized to paint shapes that have a common border using different colors.
Initializes a new instance of the GraphColorizer class with default settings.
Provides access to the collection of color items for this colorizer.
A containing objects.
Colorize a map element.
An object implementing the interface that contains a map element to colorize.
Returns the textual representation of GraphColorizer.
A value, which is the textual representation of GraphColorizer.
Represents the logarithmic distribution of color ranges in a colorizer.
Initializes a new instance of the LogarithmicRangeDistribution class with default settings.
Converts the specified range value.
An integer value that specifies the minimum for the conversion results.
An integer value that specifies the minimum for the conversion results.
A value to be converted.
A object that is the result of the conversion.
Returns the textual representation of LogarithmicRangeDistribution.
A value, which is the textual representation of LogarithmicRangeDistribution.
Represents the linear distribution of color ranges in a colorizer.
Initializes a new instance of the LinearRangeDistribution class with default settings.
Converts the specified range value.
An value that specifies the minimum for the conversion results.
An value that specifies the minimum for the conversion results.
A value to be converted.
A object that is the result of the conversion.
Returns the default linear distribution of color ranges in a colorizer.
A object representing the default linear distribution.
Returns the textual representation of LinearRangeDistribution.
A value which is the textual representation of LinearRangeDistribution.
Represents the exponential distribution of color ranges in a colorizer.
Initializes a new instance of the ExponentialRangeDistribution class with default settings.
Converts the specified range value.
A value that specifies the maximum of the conversion results.
A value that specifies the maximum of the conversion results.
A value to be converted.
A object that is the result of the conversion.
Returns the textual representation of ExponentialRangeDistribution.
A value, which is the textual representation of ExponentialRangeDistribution.
The base for classes that define exponential and logarithmic distribution of color ranges in a colorizer.
Gets or sets the factor specifying the percentages of the starting color and the ending color in the colorizer.
A factor that specifies the percentages of the starting color and the ending color to be used at the corresponding position in the colorizer.
An ordered collection of Double values.
Initializes a new instance of the DoubleCollection class with default settings.
Returns the textual representation of the DoubleCollection.
The DoubleCollection textual representation.
Defines a style of the text element within a map.
Gets or sets a font used to display a map text element.
A that specifies a font used to display the content of a map text element.
Gets or sets the color of a text element.
A object that is the color of a text element.
Returns the textual representation of TextElementStyle.
A value, which is the textual representation of TextElementStyle.
A background style applied to a map element.
Gets or sets the color that is used to fill the background of a particular map element.
A that specifies the color used to fill the background of a map element.
Returns the textual representation of BackgroundStyle.
A value which is the textual representation of BackgroundStyle.
Lists the field value types of the map item attribute.
Indicates that the attribute field of a map item contains Boolean values (the type).
Indicates that the attribute field of a map item contains Date Time values (the type).
Indicates that the attribute field of a map item contains Decimal values (the type).
Indicates that the attribute field of a map item contains Integer values (the type).
Indicates that the attribute field of a map item contains values of the Object type (the type).
Indicates that the attribute field of a map item contains String values (the type).
Provides data for the event.
Initializes a new instance of the DrawMapItemEventArgs class with the specified map item.
A value specifying a map item to be drawn. This value is assigned to the property.
Gets or sets the color that is used to fill a map item when the event is fired.
A that specifies how to fill a map item.
Gets a value that indicates whether a map item is highlighted.
true, if a map item is highlighted; otherwise, false.
Gets a value that indicates whether a map item is selected.
true, if a map item is selected; otherwise, false.
Gets an object representing a map items layer when handling the event.
A object that is a map items layer.
Gets or sets the Color that specifies how the map item outline is painted.
A value that specifies how the map item outline is painted.
Gets or sets a value that specifies the width of the stroke on the current map item.
An integer value that is the width of the stroke on the current map item.
Represents a color legend as a color scale.
Initializes a new instance of the ColorScaleLegend class with default settings.
Provides access to the collection of custom legend items.
A object.
Returns the textual representation of ColorScaleLegend.
A value, which is the textual representation of ColorScaleLegend.
Represents a color legend as a list of colors.
Initializes a new instance of the ColorListLegend class with default settings.
Provides access to the collection of custom legend items.
A object.
Gets or sets the source of images to be displayed within a legend.
An object which represents the source of the images that can be displayed within the map control.
Gets or sets the sort order of the color list legend items.
A enumeration value, specifying
the color list items sort order.
Returns the textual representation of ColorListLegend.
A value, which is the textual representation of ColorListLegend.
The class used to draw a polyline on a map.
Initializes a new instance of the MapPolyline class with default settings.
Returns the collection of points used to plot a line.
An object implementing the interface and containing points used to plot a line.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always the value.
Gets or sets a value indicating whether the polyline is geodesic.
true if the line is geodesic; otherwise false.
Gets or sets a collection of points defining the map polyline.
A collection of class descendant objects.
Overrides the property to hide it.
Always the value.
Returns the textual representation of MapPolyline.
A value, which is the textual representation of MapPolyline.
The class used to draw a line on a map.
Initializes a new instance of the MapLine class with default settings.
Returns the collection of points used to plot a line.
An object implementing the interface and containing points used to plot line.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always the value.
Gets or sets a value indicating whether the line is geodesic.
true if the line is geodesic; otherwise false.
Gets or sets the first point that defines this line.
A class descendant object.
Gets or sets the second point that defines this line.
A class descendant object.
Overrides the property to hide it.
Always the value.
Returns the textual representation of MapLine.
A value which is the textual representation of MapLine.
Contains settings that define the parameters of a local cache for storing image tiles.
Initializes a new instance of the CacheOptions class with default settings.
Gets or sets a file name that stores the information about the cache of the Map control.
A file name without an extension.
Specifies the time interval after which tile images are updated from a map data provider.
A structure that is the keep interval for a local cache.
Gets or sets a disk folder to which the saved image tiles of the map control are stored.
A string value that is the disk folder for saved images.
Specifies the disk space (in megabytes) to store tile images obtained from a map data provider.
An integer value that is the disk limit for storing tile images, in megabytes.
Gets or sets the amount of memory on the computer, in megabytes, for storing tile images obtained from a data provider.
An integer value that is the memory limit (in megabytes).
Occurs after a field's property has been changed.
Returns the textual representation of CacheOptions.
A value, which is the textual representation of CacheOptions.
Specifies a style for a map item.
Initializes a new instance of the MapItemStyle class with default settings.
Gets or sets the color that is used to fill a map item.
A that specifies the color used to fill a map item.
Gets or sets the color that specifies how the map item outline is painted.
A value that specifies how the map item outline is painted.
Gets or sets a value that specifies the width of the stroke on the current map item.
An integer value that is the width of the stroke on the current map item.
Returns the textual representation of MapItemStyle.
A value, which is the textual representation of MapItemStyle.
A class that defines methods specific to the Spherical Mercator Projection.
Initializes a new instance of the SphericalMercatorProjection class with default settings.
Returns the textual representation of SphericalMercatorProjection.
A value, which is the textual representation of SphericalMercatorProjection.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets the bottom right coordinate visible on a map.
A class descendant object.
Gets whether or not the animation effect is used while the position of the current viewport is changed.
true, if the map control is used animation effect; otherwise, false.
Gets the top left coordinate visible on the map.
A class descendant object.
Returns the zoom level of the current viewport.
A double value that is the zoom level of the current viewport.
Contains options that define the appearance, position and layout of the navigation panel element.
Initializes a new instance of the NavigationPanelOptions class with default settings.
Gets a style applied to the navigation panel's background.
A object, applied to the navigation panel's background.
Provides access to style settings of coordinate scale labels on the map navigation panel.
A object that contains style settings to customize the coordinate scale labels.
Gets or sets the navigation panel's height.
An integer value that is the navigation panel's height.
Gets a background style applied to a hot-tracked map item on the navigation panel.
A object, applied to a hot-tracked map item on the navigation panel.
Returns a value indicating the NavigationPanelOptions is displaying the geographical navigation information.
true if a Navigation Panel displays the geographical navigation information; otherwise false.
Gets a background style applied to a map item on the navigation panel.
A object, applied to a map item.
Gets a style applied to the pressed item's background on the navigation panel.
A object, applied to the pressed item's background.
Provides access to the style settings of the navigation panel scale.
A object that contains style settings to customize the navigation panel scale.
Gets or sets a value indicating whether or not the Coordinates item should be displayed.
true, to show Coordinates; otherwise, false.
Gets or sets a value indicating whether or not the Kilometers Scale should be displayed.
true to show the Kilometers Scale; otherwise, false.
Gets or sets a value indicating whether or not the Miles Scale should be displayed.
true to show the Miles Scale; otherwise, false.
Gets or sets a value indicating whether or not the Scroll Buttons should be displayed.
true to show Scroll Buttons; otherwise, false.
Gets or sets a value indicating whether or not the Zoom Trackbar should be displayed.
true to show the Zoom Trackbar; otherwise, false.
Returns the textual representation of the NavigationPanelOptions.
The NavigationPanelOptions textual representation.
Gets or sets a value indicating whether or not the navigation panel should be displayed.
true to display the navigation panel; otherwise, false.
Gets or sets the pattern of the string representation of the X coordinate.
A string value that is the pattern.
Gets or sets the pattern of the string representation of the Y coordinate.
A string value that is the pattern.
The mapping of an attribute applied to a map item.
Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.
A value that is an attribute name. This value is assigned to the property.
A value that is the attribute member. This value is assigned to the property.
A enumeration value that is the current attribute type. This value is assigned to the property.
Initializes a new instance of the MapItemAttributeMapping class with default settings.
Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.
A value that is an attribute name. This value is assigned to the property.
A value that is the attribute member. This value is assigned to the property.
Gets or sets the member attribute to define mappings of a map item.
A string value that defines the member attribute.
Gets or sets a name of the map item attribute mapping.
A string value that is the name attribute.
Returns the textual representation of the MapItemAttributeMapping.
The MapItemAttributeMapping textual representation.
Returns the type to define attribute mappings of a map item.
A object.
Gets or sets the mapping's map item attribute value type.
A enumeration value which represents the map item attribute type.
A mapping collection of map item attributes.
Returns the textual representation of the MapItemAttributeMappingCollection.
The MapItemAttributeMappingCollection textual representation.
A class that is a value provider of a colorizer.
Lists the values used to specify the selection mode of a map element.
Selects multiple consecutive map elements while holding down the SHIFT key.
Selects multiple map elements.
The selection of a map element is disabled.
Selects the only map element.
A collection of colors.
Initializes a new instance of the ColorCollection class with default settings.
Returns the textual representation of the ColorCollection.
The ColorCollection textual representation.
The class used to draw a path on a map.
Initializes a new instance of the MapPath class with default settings.
Gets or sets segments of a map path.
A object that is a collection of map path segments.
Returns the textual representation of MapPath.
A value which is the textual representation of MapPath.
The class used to draw any custom element on a map.
Initializes a new instance of the MapCustomElement class with default settings.
Gets or sets whether HTML formatting is allowed in the current MapCustomElement object.
A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Specifies the internal space between the map custom element's content and its edge, in pixels.
A object that contains inner indents between the custom element's borders and its content.
Gets or sets the center point of any possible render, relative to the bounds of the map custom element.
A structure value.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Gets or sets the glow color of a text for a map custom element.
A object that is the glow color of a text.
Returns the textual representation of MapCustomElement.
A value which is the textual representation of MapCustomElement.
The base class for various map item types.
Gets the attributes for this map item.
A object.
Returns the collection of objects that are in a cluster presented by this cluster representative.
A list of objects.
Gets or sets the color that is used to fill a map item.
A that is the color used to fill a map item.
Gets or sets the color that specifies how the highlighted map item is painted.
A that is the color to fill the highlighted map item.
Gets or sets the color that specifies how the highlighted outline is painted on a map item.
A object that is a color to fill the highlighted outline of a map item.
Gets or sets a value that specifies the width of the highlighted stroke on the map item.
An integer value that is the width of the highlighted stroke on the map item.
Gets or sets a value that defines whether or not a map item can be returned as a hit-testing result.
true if the map item can be shown as the result of hit testing; otherwise false.
Gets whether a map item has been locked for updating.
true, if a map item is locked; otherwise, false.
Provides access to the map items layer object.
A object representing the items layer of a map control.
Gets or sets the color that specifies how the selected map item is painted.
A that is the color to fill the selected map item.
Gets or sets the color that specifies how the selected outline is painted on a map item.
A object that is the color to fill the selected outline of a map item.
Gets or sets a value that specifies the width of the selected stroke on the map item.
An integer value that is the width of the selected stroke on the map item.
Gets or sets the color that specifies how the map item outline is painted.
A value that specifies how the map item outline is painted.
Gets or sets a value that specifies the width of the stroke on the map item.
An integer value that is the width of the stroke on the map item.
Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a map item.
A string value that is the tooltip pattern.
Gets or sets a value indicating whether or not a map item should be displayed.
true to display a map item; otherwise, false.
The class that provides functionality to load image tiles for different zoom scales from an external image tile source.
The base for all classes that can load image tiles from external map data providers.
Returns the image tile by its X and Y positions for the specified zoom level.
An integer value that specifies the zoom level.
An integer value specifying the X-position of the tile within the map image.
An integer value specifying the Y-position of the tile within the map image.
A value that is the path to the image tile.
Supports the internal infrastructure and is not intended to be used directly from your code.
Disposes of the current object.
The base class for layers that display map items.
Occurs every time a display value of an attribute should be edited.
Specifies whether highlighting map items is enabled on this layer.
true, if highlighting of map items is enabled; otherwise, false.
Specifies whether selecting map items is enabled on this layer.
true, if selecting map items is enabled; otherwise, false.
Exports data from this vector layer to the specified KML file.
A object specifying the file path used to save vector items.
Exports data from this vector layer to the specified stream using the KML file format.
A class descendant object specifying a stream in which map items are exported.
Exports this vector layer data to the specified shapefile.
A object specifying the file path used to save data.
A object specifying export options.
Exports data from this vector layer to the specified stream using the SVG file format.
A class descendant object specifying the stream to which map items should be exported.
A value specifying the scale factor used to export map items to SVG.
Exports data from this vector layer to the specified stream using the SVG file format.
A class descendant object specifying the stream, in which map items are exported.
Exports data from this vector layer to the specified SVG file.
A object specifying a shapefile to which map items should be exported.
A value specifying the scale factor used to export map items to SVG.
Exports data from this vector layer to the specified SVG file.
A object specifying a shapefile in which map items are exported.
Exports data from this vector layer to the specified stream using the defined parameters.
A class descendant object specifying the stream to which map items should be exported.
The storage of values required for correct export.
Exports data from this vector layer to the specified SVG file using the defined parameters.
The path of the file that is used to save vector items.
The scale factor used to export map items to SVG.
The storage of values required for correct export.
Exports data from this vector layer to the specified SVG file using the defined parameters.
The path of the file that is used to save vector items.
The storage of values required for correct export.
Exports data from this vector layer to the specified stream using the defined parameters.
A class descendant object specifying the stream to which map items should be exported.
The scale factor used to export map items to SVG.
The storage of values required for correct export.
Gets a style applied to a highlighted map item.
A object, applied to a highlighted map item.
Gets or sets the index of the image assigned to the map item.
An integer which specifies the index of the map item's image in a collection of images.
Gets a style applied to a map item.
A object that contains style settings to customize a map item.
Gets or sets the currently selected item on a map.
An object that is the currently selected map item.
Gets the collection of selected items of the MapItemsLayerBase object.
A object representing the collection of selected map items.
Gets a style applied to the selected map item.
A that contains style settings to customize the selected map item.
Gets or sets a pattern used to generate shape titles.
A string value.
Gets or sets a value specifying whether or not shape titles should be visible.
A enumeration value.
Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.
A System.String, which represents the tooltip pattern.
A class that defines methods specific to the Equirectangular Projection.
Initializes a new instance of the EquirectangularProjection class with default settings.
Returns the textual representation of EquirectangularProjection.
A value, which is the textual representation of EquirectangularProjection.
A class that defines methods specific to the Equal Area Projection.
Initializes a new instance of the EqualAreaProjection class with default settings.
Returns the textual representation of EqualAreaProjection.
A value, which is the textual representation of EqualAreaProjection.
A class that defines methods specific to the Elliptical Mercator Projection.
Initializes a new instance of the EllipticalMercatorProjection class with default settings.
Gets or sets an ellipsoid of the EllipticalMercatorProjection.
A object.
Returns the textual representation of EllipticalMercatorProjection.
A value, which is the textual representation of EllipticalMercatorProjection.
Specifies the map size.
Initializes a new instance of the MapSize class with the specified width and height.
A value which specifies the map's width. This value is assigned to the property.
A value which specifies the map's height. This value is assigned to the property.
Represents an empty map size that corresponds to the zero value.
Determines whether the specified object is equal to the current MapSize instance.
The object to compare with the current object.
true if the specified object is equal to the current MapSize instance; otherwise false.
Determines whether the two specified MapSize objects are equal.
A MapSize instance that specifies the first map size to compare.
A MapSize instance that specifies the second map size to compare.
true if specified objects are equal; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current MapSize object.
An integer value that is the hash code for the current object.
Gets or sets the map's height.
A double value that is the map's height.
Gets a value that indicates whether this MapSize object's coordinates are initialized.
true if the MapSize object is empty; otherwise false.
Gets or sets the map's width.
A double value that specifies the map's width.
Contains values that specify how a map legend is aligned.
The legend is vertically aligned at the bottom and horizontally aligned in the center.
The legend is vertically aligned at the bottom and horizontally aligned on the left.
The legend is vertically aligned at the bottom and horizontally aligned on the right.
The legend is vertically centered and horizontally aligned on the left.
The legend is vertically centered and horizontally aligned on the right.
The legend is vertically aligned at the top and horizontally aligned in the center.
The legend is vertically aligned at the top and horizontally aligned on the left.
The legend is vertically aligned at the top and horizontally aligned on the right.
A class that contains a location in internal map units.
Initializes a new instance of the MapUnit class with the specified X and Y locations of the map unit.
A value which specifies the X position of the map unit. This value is assigned to the property.
A value which specifies the Y position of the map unit. This value is assigned to the property.
Determines whether the two specified MapUnit objects are equal.
A MapUnit instance that specifies the first map unit to compare.
A MapUnit instance that specifies the second map unit to compare.
true if specified objects are equal; otherwise false.
Determines whether the specified object is equal to the current MapUnit instance.
The object to compare with the current object.
true if the specified object is equal to the current MapUnit instance; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current MapUnit object.
An integer value that is the hash code for the current object.
Normalizes the specified map unit's coordinates to the range from 0 to 1.
A non-normalized MapUnit object.
A normalized MapUnit object.
Returns the textual representation of MapUnit.
A value, which is the textual representation of MapUnit.
Returns the textual representation of MapUnit.
An object, implementing the interface.
A value, which is the textual representation of MapUnit.
A horizontal coordinate of a MapUnit.
A value.
A vertical coordinate of a MapUnit.
A value.
The coordinates of a map point.
Initializes a new instance of the MapPoint class with the specified X and Y locations of the map point.
A value which specifies the X position of the map point. This value is assigned to the property.
A value which specifies the Y position of the map point. This value is assigned to the property.
Represents a map point with zero coordinates.
Determines whether the two specified MapPoint objects are equal.
A MapPoint instance that specifies the first map point to compare.
A MapPoint instance that specifies the second map point to compare.
true if specified objects are equal; otherwise false.
Determines whether the specified object is equal to the current MapPoint instance.
The object to compare with the current object.
true if the specified object is equal to the current MapPoint instance; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current MapPoint object.
An integer value that is the hash code for the current object.
Gets a value that indicates whether this MapPoint object's coordinates are initialized.
true if the MapPoint object is empty; otherwise false.
Converts the string representation of a map point to its MapPoint equivalent.
A string containing map point coordinates, separated by a comma.
A MapPoint object that is equivalent to the specified string.
Converts a MapPoint to a point.
A structure that represents a point.
Converts a MapPoint to a floating point.
A structure that represents a floating point.
Returns the textual representation of MapPoint.
A value, which is the textual representation of MapPoint.
Returns the textual representation of MapPoint.
An object, implementing the interface.
A value, which is the textual representation of MapPoint.
A horizontal coordinate of a MapPoint.
A value.
A vertical coordinate of a MapPoint.
A value.
Lists the values used to specify the shape of map dots.
A map dot is painted as a circle.
A map dot is painted as a rectangle.
The base class for all projections used in the .
Returns the default map projection object.
A class descendant object.
Determines whether the two specified ProjectionBase objects are equal.
The object to compare with the current object.
true if specified objects are equal; otherwise false.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the geographical size to kilometers.
A object containing geographical coordinates on which the conversion depends.
A object, that is the size in geographical coordinates.
A object, that is the size in kilometers.
Gets the hash code (a number) that corresponds to the value of the current ProjectionBase object.
An integer value that is the hash code for the current object.
Converts kilometers to the geographical size.
A object containing geographical coordinates on which the conversion depends.
A object, that is the size in kilometers.
A object, that is the size in geographical coordinates.
Defines the ratio of 1 latitude degree to 1 kilometer.
Defines the ratio of 1 longitude degree to 1 kilometer.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
Gets or sets the horizontal offset for this projection.
A value specifying the horizontal offset (in map units).
Gets or sets the vertical offset for this projection.
A value specifying the vertical offset (in map units).
Gets or sets a value that defines the ratio of map units to degrees of longitude (in radians).
A value.
Gets or sets a value that defines the ratio of map units to degrees of latitude (in radians).
A value.
A class that defines methods specific to the Miller Projection.
Initializes a new instance of the MillerProjection class with default settings.
Returns the textual representation of MillerProjection.
A value which is the textual representation of MillerProjection.
The base class for all vector items that have an outline.
Returns a center point of a MapShape class descendant object.
A object, which is the center of a shape.
Provides access to the options that define the visibility, text and appearance of a shape title.
A object.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the MapSelectionChangedEventArgs class with the specified map selection.
An object that implements the interface.
The class used to draw a rectangle on a map.
Initializes a new instance of the MapRectangle class with default settings.
Creates a map rectangle using its center point, width and height.
A class descendant object representing the coordinate system in which the rectangle should be initialized.
A object specifying the rectangle center point.
A specifying the rectangle width.
A specifying the rectangle height.
A object with the specified center point width and height.
Creates a map rectangle using its top-left and bottom-right points.
A value specifying the map coordinate system.
A value specifying the top-left coordinate.
A value specifying the bottom-right coordinate.
A object.
Gets or sets the height of the rectangle.
A value specifying the height of the rectangle.
Gets or sets the location of a MapRectangle object.
A class descendant object.
Returns the textual representation of MapRectangle.
A value which is the textual representation of MapRectangle.
Gets or sets the width of the rectangle.
A value specifying the width of the rectangle.
The class used to draw a pushpin on a map.
Initializes a new instance of the MapPushpin class with default settings.
Gets or sets the states on which the pushpin background should be drawn.
A enumeration value.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Gets or sets the content that can be displayed on a map's pushpin.
A object that contains any content to be displayed on a map's pushpin.
Gets or sets the center point of any possible render, relative to the bounds of the map pushpin.
A structure value.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Overrides the property to hide it.
Always the value.
Overrides the property to hide it.
Always -1.
Overrides the property to hide it.
One of the enumeration values that specifies how the text is aligned in the map pointer.
Gets or sets the glow color of a text for a map pushpin.
A object that is the glow color of a text.
Specifies the exact XY position where you wish the text to be drawn on the map pushpin.
A value that are the exact coordinates of the text on the map pushpin.
This property is hidden and can't be used for MapPushpin.
Returns the textual representation of MapPushpin.
A value which is the textual representation of MapPushpin.
The class used to draw a polygon on a map.
Initializes a new instance of the MapPolygon class with default settings.
Gets or sets a collection of points defining the map polygon.
A collection of class descendant objects.
Returns the textual representation of MapPolygon.
A value which is the textual representation of MapPolygon.
The class used to draw a dot on a map.
Initializes a new instance of the MapDot class with default settings.
Gets or sets the location of a MapDot object.
A class descendant object.
Gets or sets a value specifying the shape that is used to draw a dot on a map.
A enumeration value specifying the shape kind.
Gets or sets the size of the map dot.
A double value that represents the size of the map dot (in pixels).
Returns the textual representation of MapDot.
A value which is the textual representation of MapDot.
Contains information about what is located at a specific point within the map.
Gets a collection of objects which represent all map visual elements located under the test point.
A collection of s which represent all map elements under the test point.
Gets the test point.
A object representing the test point.
Gets a value indicating whether the test point is within a .
true, if the test point is within a map bubble; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a map callout; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a map custom element; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a dot; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a map ellipse; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a map line; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a path; otherwise, false.
Gets a value indicating whether the test point is within a .
true, if the test point is within a map pie; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a polygon; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a map polyline; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a pushpin; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a rectangle; otherwise, false.
Gets a value indicating whether the test point is within a .
true, if the test point is within a pie segment; otherwise, false.
Gets a value indicating whether the test point is within any UI element (e.g., Navigation Panel, Search Panel or a Legend).
true, if the test point is within a UI element; otherwise, false.
Gets the which is located under the test point.
A object that is the bubble located under the test point.
Gets a which is located under the test point.
A object that is the map callout located under the test point.
Gets a which is located under the test point.
A object that is the map custom element located under the test point.
Gets a which is located under the test point.
A object that is the dot located under the test point.
Gets a which is located under the test point.
A object that is the ellipse located under the test point.
Gets a which is located under the test point.
A object that is the line located under the test point.
Gets a which is located under the test point.
A object that is the path located under the test point.
Gets the which is located under the test point.
A object that is the pie located under the test point.
Gets a which is located under the test point.
A object that is the polygon located under the test point.
Gets a which is located under the test point.
A object that is the polyline located under the test point.
Gets a which is located under the test point.
A object that is the pushpin located under the test point.
Gets a which is located under the test point.
A object that is the rectangle located under the test point.
Gets the which is located under the test point.
A object that is the pie located under the test point.
Returns the textual representation of the MapHitInfo.
The MapHitInfo textual representation.
Returns information about hit tested UI elements.
An object of a class implementing the interface.
Lists the values used to specify the render mode of a map control.
The supported render mode is applied automatically in either Gdi+ or DirectX.
Specifies that the map control is rendered using DirectX 11.
Specifies that the map control is rendered using DirectX.
Specifies that the map control is rendered using GdiPlus.
A layer that displays image tiles obtained from one of the supported map providers.
Initializes a new instance of the ImageTilesLayer class with default settings.
Returns the textual representation of ImageTilesLayer.
A value which is the textual representation of ImageTilesLayer.
A collection of layers.
Swaps two indexes of a layer in the layer collection.
An integer value that represents the first layer's index to be swapped with the second layer's index in the layer collection.
An integer value that represents the second layer's index to be swapped with the first layer's index in the layer collection.
Returns the textual representation of the LayerCollection.
The LayerCollection textual representation.
Serves as the base class for all layers.
Occurs after the data has been loaded into a map layer.
Occurs when an internal exception is raised.
Returns a map viewport.
A object.
Gets or sets the maximum zoom level at which this layer should be visible.
An integer value specifying the maximum zoom level.
Gets or sets the minimum zoom level at which this layer should be visible.
An integer value specifying the minimum zoom level.
Gets or sets the name of layer.
A string value.
Occurs every time the current viewport is changed.
Gets or sets a value specifying whether or not a layer should be visible.
true to display a layer; otherwise, false.
Occurs when the layer's property value has changed.
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.
An integer value that is the order on the z-plane in which this element appears.
The base class of the generic owned collection.
A layer that displays a collection of vector elements.
Initializes a new instance of the VectorItemsLayer class with default settings.
Gets or sets a value specifying the map colorizer (choropleth colorizer or graph colorizer) with which to colorize map shapes.
A class descendant specifying the colorizer type.
Specifies the data source for the vector items layer.
An object implementing the interface.
Gets a source object for a map item.
A for which a source object is searched.
A source object to search.
Gets a map item by the source object.
A source object.
A object that is obtained from the source object.
Specifies the type that is used for generated map items by default.
Returns the textual representation of VectorItemsLayer.
A value which is the textual representation of VectorItemsLayer.
The class that loads map images from a web resource that provides data in the OpenStreetMap format.
Initializes a new instance of the OpenStreetMapDataProvider class with default settings.
Returns the map size (in pixels) for the specified zoom level.
A double value that specifies the zoom level.
A object that is the map size.
Gets or sets a value specifying the type of images to be displayed on a map.
A enumeration value.
Gets a projection used by the Open Street map data provider.
A class descendant.
Gets or sets an array of subdomains used to obtain OSM tile images.
An array of objects representing subdomains.
Gets or sets a template that is used to obtain image tiles from the current OpenStreetMap provider.
A containing the template Uri.
Returns the textual representation of OpenStreetMapDataProvider.
A value, which is the textual representation of OpenStreetMapDataProvider.
Lists the values used to specify units to measure distances on a map.
All distances are measured in kilometers.
All distances are measured in miles.
The base class for all colorizers.
Colorize a map element.
A <T> object that contains a map element to colorize.
The base class for all data providers.
Gets or sets the settings for a map's cache.
A object.
Gets a projection used by MapDataProviderBase class descendants.
A class descendant.
Gets or sets a tile source associated with the current data provider.
A class descendant that contains settings for obtaining image tiles from a specific data provider.
Displays raster and vector maps. Supports both popular map services (Bing Maps and OpenStreetMap) and custom map data servers inside your corporate network. See Map Control.
Initializes a new instance of the MapControl class with default settings.
Activates the MapControl's About dialog box.
Gets or sets the map control's background color.
A object representing the background color.
Starts the map control's initialization. Initialization occurs at runtime.
Gets or sets the border style for the MapControl.
A enumeration value which specifies the border style of a MapControl.
Returns information on the map elements located at the specified point.
A structure which specifies the hit point coordinates relative to the map's top-left corner.
A object, which contains information about the map elements located at the hit point.
Calculates map scale in kilometers.
A value, specifying a kilometers scale of the map.
Calculates a map zoom level corresponding to the specified map scale.
A value that is the map scale.
A value that is the map zoom level.
Gets or sets the center point of a map control.
A class descendant object.
Gets or sets the map coordinate system used by a map control.
A class descendant object.
Converts the specified map point into internal map units.
A class descendant object to be converted.
A object containing internal map coordinates.
Converts the specified geographical point into the point on a screen.
A class descendant object to be converted.
A value.
Converts a specified coordinate size to a measure unit size.
A object containing geographical coordinates on which the conversion depends.
A object that is the size in geographical coordinates.
A object that is the size in the measure unit.
Provides the capability to custom paint map items.
Supports rendering to the specified bitmap.
The bitmap to be drawn to.
The bounds within which the map control is rendered.
Gets or sets a value that specifies whether animation is enabled for a map control.
true, if animation is enabled; otherwise, false.
Gets or sets a value indicating whether or not scrolling is enabled.
true if scrolling is enabled; otherwise, false.
Gets or sets a value indicating whether or not zooming is enabled.
true if zooming is enabled; otherwise, false.
Ends the MapControl's initialization.
Occurs when executing the export action of the map item.
Exports a map to the specified stream in the DOCX format.
A descendant class object to which the content should be sent.
Exports a map to the specified file in the DOCX format.
The value defining the path including the file name and extension, where the file should be created.
Exports the control's data to the specified stream in Image format using the specified Image-specific options.
A object, to which the map is exported.
A value representing the format in which the map is exported.
Creates an image file in the specified format from the current map and outputs it to the specified path.
A containing the full path to where the image file will be created.
A value representing the format in which the map is exported.
Exports the control's data to an MHT file (Web archive, single file) at the specified path.
A specifying the full path (including the file name and extension) where the MHT file will be created.
Exports a treemap to the specified stream in the MHT format.
A descendant class object to which the created MHT file should be sent.
Exports the MapControl's data to a PDF document and sends it to the specified stream.
A object which the created document is exported to.
Exports the control's data to the specified file in PDF format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Map Control's data to the specified file in PDF format.
A string that specifies the full path to the file which the Map Control's data will be exported to.
Exports the Map control's data to the specified stream in PDF format using the specified options.
A object, to which the created document is exported.
A object which specifies the export options to be applied when the Map control is exported.
Exports the Map Control's data to a file in RTF format.
A string that specifies the full path to the file the Map Control's data will be exported to.
Exports the data displayed by the Map Control to a stream in RTF format.
A object, which the data is exported to.
Exports the data displayed by the Map Control to a file in XLS format.
A string that specifies the full path to the file to which the Map Control's data will be exported.
Exports the Map Control's data to a stream in XLS format
A object, to which the created document is exported.
Exports the data displayed by the Map Control to the specified file in XLSX (MS Excel 2007) format.
A string that specifies the full path to the file to which the data is exported.
Exports the data displayed by the Map Control to the specified stream in XLSX (MS Excel 2007) format.
A object to which data is exported.
Forces the rendering of map items.
Occurs when a hyperlink on a map is clicked.
Gets or sets the source of images to be displayed within a map control.
An object which represents the source of the images that can be displayed within the map control.
Gets or sets an initial size of a map.
A object, which represents a map size with the zoom level equal to one.
Provides access to the collection of layers to be displayed within the MapControl.
A object containing map layers.
Occurs when items are being created for the legend.
Provides access to a collection of legends that are displayed within the Map control.
A object.
Provides access to settings controlling the map control's look and feel.
A object whose properties specify the map control's look and feel.
Fires when a map item of the Map Control is clicked.
Occurs when a map item of the Map Control is double clicked.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A class descendant object containing coordinates.
Converts the specified map unit into the point on a screen.
A object to be converted.
A value.
Gets or sets the maximum allowed zoom level of a Map Control.
An integer value specifying the maximum zoom level.
Converts measure unit to coordinate size.
A object containing geographical coordinates on which the conversion depends.
A object that is the size in the measure units.
A object that is the size in geographical coordinates.
Gets or sets a mini map of the map control.
A object.
Gets or sets the minimum allowed zoom level of a Map Control.
An integer value specifying the minimum zoom level.
Provides access to the navigation panel options of a map control.
A object that contains the navigation panel settings.
Occurs before any map element is selected at runtime.
Returns the collection of map overlays.
A collection of objects.
Occurs when the map overlays are arranged.
Prints the MapControl.
Provides access to the map control's printing options.
A object which provides access to the map's printing options.
Gets or sets a value specifying the map render mode.
A enumeration value.
Resumes the rendering of map items.
Converts the specified screen point into the corresponding map point.
A value to be converted.
A class descendant object containing map coordinates.
Converts a specified screen point to a corresponding coordinate point.
A class descendant object.
A object.
Converts the specified screen point into internal map units.
A value to be converted.
A object containing internal map coordinates.
Fires after the selection has been changed.
Occurs before a map item is selected, enabling a handler to cancel the map item selection change.
Gets or sets a value specifying how the map control is selected.
An enumeration member specifying the map's selection behavior.
Selects items that are inside the specified region.
A object.
Selects items that are inside the specified region.
A class descendant, specifying the top-left corner of the region.
A class descendant, specifying the right-bottom corner of the region.
Sets a new center point of a map.
A class descendant object, which is the new center point.
true to use animation when moving to a new center point, otherwise false.
Assigns the specified map item factory to the MapControl.
An object that implements the interface.
Displays the standard Print dialog to print the data displayed in the MapControl.
Invokes the Print Preview Form, which shows the print preview of the map control.
Invokes the Ribbon Print Preview Form window, which shows the ribbon print preview of the map control.
Specifies whether or not the Search Panel should be shown.
true to show the Search Panel; otherwise, false.
Gets or sets a value that specifies whether to show tooltips on a map.
true, to show tooltips on a map; otherwise, false.
Suspends the rendering of map items.
Gets or sets the text for a map control when it participates in data binding.
A string value that is the text for a map control.
Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Map control.
A object.
Zooms a map to the specified level.
A double value specifying the level to which a map should be zoomed.
Zooms a map to the specified level and anchor point.
A double value specifying the new level to which a map should be zoomed.
A value specifying an anchor point to which a map should be zoomed.
Zooms a map to the specified level using the animation effect, if required.
A double value specifying the level to which a map should be zoomed.
true, if the map uses animated zoom; otherwise, false.
Zooms a map to the specified level and anchor point using the animation effect, if required.
A double value specifying the new level to which a map should be zoomed.
A value specifying an anchor point to which a map should be zoomed.
true, if the map uses animated zoom; otherwise, false.
Zooms a map in.
Gets or sets the current zoom level of a Map Control.
A double value specifying the current zoom level.
Zooms a map out.
Zooms the map to fit the area containing items sent as a parameter.
A object containing descendant objects that should be visible on a map after zooming.
A object, which tunes the border size around visible map items.
Zooms the map to fit the area containing items sent as parameter.
A set of descendant objects that should be visible on a map after zooming.
Zooms the map to fit items contained in the specified set of class descendant objects.
A object, containing class descendant objects.
A value, which tunes the border size around visible map items.
Zooms the map to fit items contained by the property.
A object, which tunes the border size around visible map items.
Zooms the map to fit items contained by the property.
Zooms the map to fit items contained in the specified set of class descendant objects.
A object, containing class descendant objects.
Zooms to the region described by its top-left and bottom-right points.
A class descendant object.
A class descendant object.
A Double object, which tunes the border size around the region.
Represents the Braun stereographic map projection.
Initializes a new instance of the BraunStereographicProjection class with default settings.
Returns the textual representation of BraunStereographicProjection.
A value which is the textual representation of BraunStereographicProjection.
The class that is used to send requests to the Bing Maps Geocode service.
Initializes a new instance of the BingGeocodeDataProvider class with default settings.
Occurs when information about the location has been received.
Sends a request to obtain information about the specified location.
A object specifying the location about which to request information.
A specifying a user state.
Sends a request to obtain information about the specified location for the specified user state.
A object specifying the location about which information is requested.
A object specifying the name of the culture.
A specifying a user state.
Sends a request to obtain information about the specified location.
A object specifying the location about which information is requested.
Returns the textual representation of BingGeocodeDataProvider.
A value, which is the textual representation of BingGeocodeDataProvider.
Represents the sinusoidal map projection.
Initializes a new instance of the SinusoidalProjection class with default settings.
Returns the textual representation of SinusoidalProjection.
A value which is the textual representation of SinusoidalProjection.
The base for all colorizers with a predefined set of colors.
Gets or sets the predefined color schema for this colorizer.
A enumeration value.
Represents a collection of web map service custom parameters.
Initializes a new instance of the WmsCustomParameterCollection class with default settings.
Appends the custom parameter value and associated key to the collection.
A value specifying a key.
A value specifying a custom parameter value.
Removes all custom parameters' value-key pairs from the collection.
Returns the custom parameter value from WmsCustomParameterCollection by its key.
A value specifying a custom parameter key.
A object specifying a custom parameter value.
Removes a custom parameter value from the collection by its key.
A value specifying a custom parameter key.
Returns the textual representation of the WmsCustomParameterCollection.
A value, which is the textual representation of the WmsCustomParameterCollection.
Lists the values that specify the possible confidence level of the geocoded location search results.
Reliable matches were found.
Matches were not found.
Fuzzy matches were found.
Lists the sorting variants values of a object.
Specifies an ascending sorting order. It means that the first added item will be at top of the legend.
Specifies a descending sorting order. It means that the last added item will be at top of the legend.
An object that contains a color for a single item, colorized by a colorizer.
Initializes a new instance of the ColorizerColorItem class with default settings.
Initializes a new instance of the ColorizerColorItem class with the specified color.
A value, which specifies the color for the colorizer item. This value is assigned to the property.
Gets or sets the color of the ColorizerColorItem.
A value.
Returns the textual representation of the ColorizerColorItem.
A value, which is the textual representation of the ColorizerColorItem.
Contains information about mapping the Pie chart item.
Gets or sets the name of the data field, which contains data to calculate values for pie chart segments.
A string value that specifies the name of the bound data field.
Returns the textual representation of MapPieMappingInfo.
A value, which is the textual representation of MapPieMappingInfo.
An interface that should be implemented by a class that sends web requests.
Occurs when the information provider must send a web request.