Files
SISBusiness/SISBusiness.Web.Subcontractor/bin/DevExpress.XtraMap.v17.2.xml
T
2018-03-27 17:27:28 +02:00

20348 lines
662 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraMap.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.XtraMap.MapWebRequestEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapWebRequestEventArgs.#ctor(System.Uri,System.Net.HttpWebRequest)">
<summary>
<para>Initializes a new instance of the MapWebRequestEventArgs class with the specified settings.
</para>
</summary>
<param name="uri">
A <see cref="T:System.Uri"/> object. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapWebRequestEventArgs.Uri"/> property.
</param>
<param name="request">
A <see cref="T:System.Net.WebClient"/> which provides common methods for sending data to and receiving data from a resource identified by a URI.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Credentials">
<summary>
<para>Gets or sets authentication information for the map web request.
</para>
</summary>
<value>An <see cref="T:System.Net.ICredentials"/> that contains the authentication credentials associated with the request. The default is <b>null</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Headers">
<summary>
<para>Gets or sets a collection of web headers associated with a request or response.
</para>
</summary>
<value>A <see cref="T:System.Net.WebHeaderCollection"/> that is a collection of protocol headers.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Proxy">
<summary>
<para>Gets or sets proxy information for the request.
</para>
</summary>
<value>The <see cref="T:System.Net.IWebProxy"/> that is used to proxy the request.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Referer">
<summary>
<para>Gets or sets the <b>Referer</b> field of the HTTP header.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Uri">
<summary>
<para>Get the URI of the Internet resource associated with the map web request.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.UseDefaultCredentials">
<summary>
<para>Gets or sets a value that indicates whether to use the default authentication information for the map web request.
</para>
</summary>
<value><b>true</b>, if the default credentials are used; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.UserAgent">
<summary>
<para>Gets or sets the value of the user-agent HTTP header.
</para>
</summary>
<value>A <see cref="T:System.String"/> value of the user-agent HTTP header.
</value>
</member>
<member name="T:DevExpress.XtraMap.BingMapKind">
<summary>
<para>Lists the values used to specify the kind of maps to be obtained from the <see cref="T:DevExpress.XtraMap.BingMapDataProvider"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingMapKind.Area">
<summary>
<para>The map shows photo images of the Earth's surface.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingMapKind.Hybrid">
<summary>
<para>The map shows a combination of Earth images and road schemas.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingMapKind.Road">
<summary>
<para>The map shows road schemas.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ChoroplethColorizer">
<summary>
<para>Represents the <a href="http://en.wikipedia.org/wiki/Choropleth">Choropleth</a>-like colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.#ctor">
<summary>
<para>Initializes a new instance of the ChoroplethColorizer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.ApproximateColors">
<summary>
<para>Gets or sets a value specifying whether to apply an approximation algorithm to colors in a colorizer.
</para>
</summary>
<value><b>true</b>, if an approximation algorithm is applied to colors; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.ColorItems">
<summary>
<para>Provides access to the collection of color items for this colorizer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GenericColorizerItemCollection`1"/> containing <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.ColorizeElement(DevExpress.XtraMap.IColorizerElement)">
<summary>
<para>Colorize map elements.
</para>
</summary>
<param name="element">
An object implementing the <see cref="T:DevExpress.XtraMap.IColorizerElement"/> interface that contains a map element to colorize.
</param>
</member>
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.GetColor(System.Double)">
<summary>
<para>Returns a color by its value that corresponds to specified range stops on a map legend.
</para>
</summary>
<param name="value">
A double value that is a range stop.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> structure that is a color on a map legend to colorize map shapes.
</returns>
</member>
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.RangeDistribution">
<summary>
<para>Gets or sets the distribution type of range colors in a colorizer.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.Map.IRangeDistribution"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.RangeStops">
<summary>
<para>Gets range stops for the Choropleth colorizer.
</para>
</summary>
<value>A collection of double values that represents colorizer range stops.
</value>
</member>
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.ToString">
<summary>
<para>Returns the textual representation of ChoroplethColorizer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of ChoroplethColorizer.
</returns>
</member>
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.ValueProvider">
<summary>
<para>Provides values from the data source (Shapefile or KML file) to color map shapes according to data.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraMap.IColorizerValueProvider"/> interface.
</value>
</member>
<member name="T:DevExpress.XtraMap.ElementState">
<summary>
<para>Lists states of the map elements.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementState.All">
<summary>
<para>An element has all states.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementState.Highlighted">
<summary>
<para>An element is highlighted.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementState.None">
<summary>
<para>An element has no state.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementState.Normal">
<summary>
<para>An element is in the normal state.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementState.Selected">
<summary>
<para>An element is selected.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.GeoPoint">
<summary>
<para>A geographical point on the map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GeoPoint.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the GeoPoint class with the specified latitude and longitude.
</para>
</summary>
<param name="latitude">
A <see cref="T:System.Double"/> value which specifies the latitude of the geographical point. This value is assigned to the <see cref="P:DevExpress.XtraMap.GeoPoint.Latitude"/> property.
</param>
<param name="longitude">
A <see cref="T:System.Double"/> value which specifies the longitude of the geographical point. This value is assigned to the <see cref="P:DevExpress.XtraMap.GeoPoint.Longitude"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.GeoPoint.#ctor">
<summary>
<para>Initializes a new instance of the GeoPoint class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.GeoPoint.Latitude">
<summary>
<para>Gets or sets a latitude value for the current geographical coordinate.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that is the latitude for this <see cref="T:DevExpress.XtraMap.GeoPoint"/>.
</value>
</member>
<member name="P:DevExpress.XtraMap.GeoPoint.Longitude">
<summary>
<para>Gets or sets a longitude value for the current geographical coordinate.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that is the longitude for this <see cref="T:DevExpress.XtraMap.GeoPoint"/>.
</value>
</member>
<member name="M:DevExpress.XtraMap.GeoPoint.Normalize(DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Normalizes the specified geographical point's coordinates.
</para>
</summary>
<param name="geoPoint">
A non-normalized GeoPoint object.
</param>
<returns>A normalized GeoPoint object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.GeoPoint.Offset(System.Double,System.Double)">
<summary>
<para>Initializes an instance of a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object offset by specified values.
</para>
</summary>
<param name="offsetX">
A <see cref="T:System.Double"/> value specifying an X coordinate offset.
</param>
<param name="offsetY">
A <see cref="T:System.Double"/> value specifying an Y coordinate offset.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.GeoPoint.Parse(System.String)">
<summary>
<para>Converts the string representation of a geographical point to its GeoPoint equivalent.
</para>
</summary>
<param name="source">
A string containing geographical coordinates, separated by a comma.
</param>
<returns>A GeoPoint object that is equivalent to the specified string.
</returns>
</member>
<member name="M:DevExpress.XtraMap.GeoPoint.ToString(System.IFormatProvider)">
<summary>
<para>Returns the textual representation of GeoPoint.
</para>
</summary>
<param name="provider">
An object, implementing the <see cref="T:System.IFormatProvider"/> interface.
</param>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of GeoPoint.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingMapDataProvider">
<summary>
<para>The class that loads map images from the <a href="http://www.bing.com/maps/">Bing Maps</a> data provider.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingMapDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingMapDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingMapDataProvider.BingKey">
<summary>
<para>Get or sets the key that is required to connect to the <b>Bing Maps</b> data provider.
</para>
</summary>
<value>A <see cref="T:System.String"/> that stores a Bing Maps key.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingMapDataProvider.CultureName">
<summary>
<para>Gets or sets the <a href="https://msdn.microsoft.com/en-us/library/hh441729.aspx">Culture</a> name used to obtain data from Bing GIS services.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingMapDataProvider.GetMapSizeInPixels(System.Double)">
<summary>
<para>Returns the map size (in pixels) for the specified zoom level.
</para>
</summary>
<param name="zoomLevel">
A double value that specifies the zoom level.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the map size.
</returns>
</member>
<member name="P:DevExpress.XtraMap.BingMapDataProvider.Kind">
<summary>
<para>Gets or sets a value specifying the type of images to be displayed on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingMapKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingMapDataProvider.Projection">
<summary>
<para>Gets a projection used by the Bing Maps map data provider.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingMapDataProvider.ToString">
<summary>
<para>Returns the textual representation of BingMapDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of BingMapDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapColorizer">
<summary>
<para>The base class for all colorizers that are used in a Map control.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.SvgExportOptions">
<summary>
<para>The options to be applied when exporting the vector layer to the SVG file format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SvgExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the SvgExportOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SvgExportOptions.CoordinateSystem">
<summary>
<para>Gets or sets the map coordinate system that should be used for vector data export to <b>SVG</b>.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant that specifies the coordinate system used for export.
</value>
</member>
<member name="P:DevExpress.XtraMap.SvgExportOptions.InitialMapSize">
<summary>
<para>Gets or sets an initial size of a map.
</para>
</summary>
<value>The map size with the zoom level equal to one, in pixels.
</value>
</member>
<member name="M:DevExpress.XtraMap.SvgExportOptions.ToString">
<summary>
<para>Returns the textual representation of the SvgExportOptions.
</para>
</summary>
<returns>The SvgExportOptions textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.OsmGeocodeDataProvider">
<summary>
<para>Provides the capability to obtain geocode data from the Open Street Map service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the OsmGeocodeDataProvider class with default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.OsmGeocodeDataProvider.LocationInformationReceived">
<summary>
<para>Occurs when the location information has been received.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Sends a request to receive information about the specified location.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point.
</param>
</member>
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.Double)">
<summary>
<para>Sends a request to receive information about the specified location on the defined zoom level.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the requested geographical point.
</param>
<param name="zoomLevel">
A <see cref="T:System.Double"/> object specifying the zoom level.
</param>
</member>
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.Double,System.String,System.Object)">
<summary>
<para>Sends a request to receive information about the specified location in the accordance with local culture.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point.
</param>
<param name="zoomLevel">
A <see cref="T:System.Double"/> value specifying the zoom level.
</param>
<param name="culture">
A <see cref="T:System.String"/> value specifying the local culture.
</param>
<param name="userState">
A <see cref="T:System.Object"/> value specifying the user state.
</param>
</member>
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.ToString">
<summary>
<para>Returns the textual representation of the OsmGeocodeDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the OsmGeocodeDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.IInformationData">
<summary>
<para>Interface that should be implemented by any object which can obtain the information data from map services.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.IInformationData.OnDataResponse">
<summary>
<para>Occurs when a service returns data on the Map control request.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.WmsBoundingBox">
<summary>
<para>A bounding rectangle containing the geographical region specified by two geo points.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.WmsBoundingBox.#ctor(System.String,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
<summary>
<para>Initializes a new instance of the WmsBoundingBox class with the specified parameters.
</para>
</summary>
<param name="crsCode">
A <see cref="T:System.String"/> value specifying the CRS code of the WMS layer image contained in the bounding box. This value is assigned to the <see cref="P:DevExpress.XtraMap.WmsBoundingBox.CRSCode"/> property.
</param>
<param name="leftTop">
A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate of the left-top corner of the bounding box. This value is assigned to the <see cref="P:DevExpress.XtraMap.WmsBoundingBox.LeftTop"/> property.
</param>
<param name="rightBottom">
A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate of the right-bottom corner of the bounding box. This value is assigned to the <see cref="P:DevExpress.XtraMap.WmsBoundingBox.RightBottom"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.WmsBoundingBox.CRSCode">
<summary>
<para>Returns the CRS code of a WMS layer image contained in a WmsBoundingBox.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsBoundingBox.LeftTop">
<summary>
<para>Returns the geographical coordinate of the left-top corner of a WmsBoundingBox.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsBoundingBox.RightBottom">
<summary>
<para>Returns the geographical coordinate of the right-bottom corner of a WmsBoundingBox.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.WmsBoundingBox.ToString">
<summary>
<para>Returns the textual representation of the WmsBoundingBox.
</para>
</summary>
<returns>The WmsBoundingBox textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.WebInformationDataProvider">
<summary>
<para>The base class for providers requesting GIS from map services.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.WebInformationDataProvider.WebRequest">
<summary>
<para>Occurs when the Map control sends a request to a web service.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.EPSG4326Projection">
<summary>
<para>The map projection that saves scales of distances along specified lines.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EPSG4326Projection.#ctor">
<summary>
<para>Initializes a new instance of the EPSG4326Projection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EPSG4326Projection.ToString">
<summary>
<para>Returns the textual representation of EPSG4326Projection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of EPSG4326Projection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ElevationRequestResult">
<summary>
<para>The result of the elevation data request to a map service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ElevationRequestResult.#ctor(DevExpress.XtraMap.ElevationInformation[],DevExpress.XtraMap.RequestResultCode,System.String)">
<summary>
<para>Initializes a new instance of the ElevationRequestResult class with the specified parameters.
</para>
</summary>
<param name="elevations">
An array of the <see cref="T:DevExpress.XtraMap.ElevationInformation"/> objects specifying the location elevations received from a web service.
</param>
<param name="statusCode">
A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the request result code.
</param>
<param name="faultReason">
A <see cref="T:System.String"/> value specifying the reason for the request fault.
</param>
</member>
<member name="P:DevExpress.XtraMap.ElevationRequestResult.Locations">
<summary>
<para>Returns the requested locations with corresponding elevations.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraMap.ElevationInformation"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.ElevationRequestResult.ToString">
<summary>
<para>Returns the textual representation of the ElevationRequestResult.
</para>
</summary>
<returns>The ElevationRequestResult textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ElevationInformation">
<summary>
<para>Contains the elevation information about a geographical point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ElevationInformation.#ctor">
<summary>
<para>Initializes a new instance of the ElevationInformation class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ElevationInformation.Elevation">
<summary>
<para>Gets or sets the elevation value of the specified geographical point.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value specifying the elevation expressed in meters.
</value>
</member>
<member name="P:DevExpress.XtraMap.ElevationInformation.Location">
<summary>
<para>Gets or sets the location by the geographical point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.ElevationInformation.ToString">
<summary>
<para>Returns the textual representation of the ElevationInformation.
</para>
</summary>
<returns>The ElevationInformation textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ElevationsCalculatedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.BingElevationDataProvider.ElevationsCalculated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ElevationsCalculatedEventHandler.Invoke(System.Object,DevExpress.XtraMap.ElevationsCalculatedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingElevationDataProvider.ElevationsCalculated"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraMap.ElevationsCalculatedEventArgs"/> object that contains the event's data.
</param>
</member>
<member name="T:DevExpress.XtraMap.ElevationsCalculatedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingElevationDataProvider.ElevationsCalculated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ElevationsCalculatedEventArgs.#ctor(DevExpress.XtraMap.ElevationRequestResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the ElevationsCalculatedEventArgs class with the specified settings.
</para>
</summary>
<param name="result">
A <see cref="T:DevExpress.XtraMap.ElevationRequestResult"/> object specifying the request result to a web service. This value is assigned to the <see cref="P:DevExpress.XtraMap.ElevationsCalculatedEventArgs.Result"/> property.
</param>
<param name="error">
A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.
</param>
<param name="cancelled">
A <see cref="T:System.Boolean"/> value containing information whether or not receiving information should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.ElevationsCalculatedEventArgs.Result">
<summary>
<para>Returns the result of the elevation calculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ElevationRequestResult"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.IMouseClickRequestSender">
<summary>
<para>Interface that should be implemented by any object which can define a location by a mouse click on a Map control surface.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.IMouseClickRequestSender.RequestByPoint(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.MapPoint)">
<summary>
<para>Requests the information by a mouse click on the point.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point on the map.
</param>
<param name="screenPoint">
A <see cref="T:DevExpress.XtraMap.MapPoint"/> object specifying the point within a Map control.
</param>
</member>
<member name="T:DevExpress.XtraMap.ISearchPanelRequestSender">
<summary>
<para>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.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ISearchPanelRequestSender.Addresses">
<summary>
<para>Returns a list of addresses that should be displayed in the Search Panel.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.ISearchPanelRequestSender.SearchByString(System.String)">
<summary>
<para>Searches for information by the keyword.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.
</param>
</member>
<member name="T:DevExpress.XtraMap.OsmSearchDataProvider">
<summary>
<para>Provides the search options using the Open Street Map service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the OsmSearchDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.OsmSearchDataProvider.ResultsCount">
<summary>
<para>Gets or sets the total number of search results that can be obtained using an OsmSearchDataProvider.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String,System.String,System.String[],DevExpress.XtraMap.SearchBoundingBox,System.Int32)">
<summary>
<para>Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.
</param>
<param name="cultureCode">
A <see cref="T:System.String"/> value containing the local culture.
</param>
<param name="countryCodes">
A <see cref="T:System.String[]"/> object containing country codes.
</param>
<param name="boundingBox">
A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the region to search for.
</param>
<param name="limit">
A <see cref="T:System.Int32"/> value specifying the maximum number of search results.
</param>
</member>
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String,System.String,System.String[],DevExpress.XtraMap.SearchBoundingBox)">
<summary>
<para>Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.
</param>
<param name="cultureCode">
A <see cref="T:System.String"/> containing the local culture.
</param>
<param name="countryCodes">
A <see cref="T:System.String[]"/> object containing country codes.
</param>
<param name="boundingBox">
A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the region to search for.
</param>
</member>
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String,System.String)">
<summary>
<para>Searches for locations that best correspond to the specified keyword in accordance with local culture.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> value containing information to search for on a map. This string can contain either geographical names or other information to look for.
</param>
<param name="cultureCode">
A <see cref="T:System.String"/> value specifying the local culture code.
</param>
</member>
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String)">
<summary>
<para>Searches for locations that best correspond to the specified keyword.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.
</param>
</member>
<member name="E:DevExpress.XtraMap.OsmSearchDataProvider.SearchCompleted">
<summary>
<para>Occurs when a search operation has been completed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.ToString">
<summary>
<para>Returns the textual representation of the OsmSearchDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the OsmSearchDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.OsmAddress">
<summary>
<para>An address used to specify the location for which to obtain geo data from the Open Street Map service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OsmAddress.#ctor">
<summary>
<para>Initializes a new instance of the OsmAddress class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.City">
<summary>
<para>Gets or sets the city to specify the location address.
</para>
</summary>
<value>The city name.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.CityDistrict">
<summary>
<para>Gets or sets the city district to specify the location address.
</para>
</summary>
<value>The name of a city district.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.Country">
<summary>
<para>Gets or sets the localized country name.
</para>
</summary>
<value>The localized country name.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.CountryCode">
<summary>
<para>Gets or sets <a href="https://www.iso.org/iso-3166-country-codes.html">the two letter ISO country code</a> in the upper case.
</para>
</summary>
<value>The two letter ISO country code in the upper case.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.County">
<summary>
<para>Gets or sets the county to specify the location address.
</para>
</summary>
<value>The county name.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.CountyDistrict">
<summary>
<para>Gets or sets the country district to specify the location address.
</para>
</summary>
<value>The name of a country district.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.HouseNumber">
<summary>
<para>Gets or sets the house number to specify the location address.
</para>
</summary>
<value>The house number.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.Postcode">
<summary>
<para>Gets or sets the postal code of a building/area.
</para>
</summary>
<value>The postal code of a building/area.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.River">
<summary>
<para>Gets or sets the river to specify the location address.
</para>
</summary>
<value>The river name.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.Road">
<summary>
<para>Gets or sets the road name to specify an address.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.State">
<summary>
<para>Gets or sets the state to specify the location address.
</para>
</summary>
<value>The state name.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.StateDistrict">
<summary>
<para>Gets or sets the state district to specify the location address.
</para>
</summary>
<value>The state district name.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.Suburb">
<summary>
<para>Gets or sets the suburb to specify the location address.
</para>
</summary>
<value>The suburb name.
</value>
</member>
<member name="M:DevExpress.XtraMap.OsmAddress.ToString">
<summary>
<para>Returns the textual representation of the OsmAddress.
</para>
</summary>
<returns>The OsmAddress textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.Town">
<summary>
<para>Gets or sets the town name to specify the location address.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.OsmAddress.Village">
<summary>
<para>Gets or sets the village name to specify the location address.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.SearchCompletedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.OsmSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SearchCompletedEventHandler.Invoke(System.Object,DevExpress.XtraMap.SearchCompletedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.OsmSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraMap.SearchCompletedEventArgs"/> object that contains the event's data.
</param>
</member>
<member name="T:DevExpress.XtraMap.SearchCompletedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.OsmSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SearchCompletedEventArgs.#ctor(DevExpress.XtraMap.SearchRequestResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the SearchCompletedEventArgs class with the specified settings.
</para>
</summary>
<param name="requestResult">
A <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> object specifying the request result. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchCompletedEventArgs.RequestResult"/> property.
</param>
<param name="error">
A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.
</param>
<param name="cancelled">
A <see cref="T:System.Boolean"/> value containing information on whether or not the search operation should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.SearchCompletedEventArgs.RequestResult">
<summary>
<para>Returns the result of the search request.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.BingElevationDataProvider">
<summary>
<para>Provides the capability to obtain the elevation data from the <a href="http://www.bing.com/maps/">Bing Maps</a> service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingElevationDataProvider class with default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.BingElevationDataProvider.ElevationsCalculated">
<summary>
<para>Occurs when the location elevations are calculated.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.RequestPointElevation(DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Requests the elevation of the specified geo point.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the required geo point.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.RequestPointsElevations(System.Collections.Generic.List`1)">
<summary>
<para>Requests elevations of the set of geographical points.
</para>
</summary>
<param name="points">
A list of the <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the set of geographical points.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.RequestPointsElevations(System.Collections.Generic.List`1,System.Object)">
<summary>
<para>Requests elevations of the set of geographical points for the specified user state.
</para>
</summary>
<param name="points">
A list of the <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the set of the geographical points.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying the user state.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.ToString">
<summary>
<para>Returns the textual representation of the BingElevationDataProvider.
</para>
</summary>
<returns>The BingElevationDataProvider textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingLocationInformation">
<summary>
<para>Contains the <a href="http://www.bing.com/maps/">Bing</a> location information on the map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingLocationInformation.#ctor">
<summary>
<para>Initializes a new instance of the BingLocationInformation class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingLocationInformation.BoundingBox">
<summary>
<para>Gets or sets the bounding box containing the search result of <a href="http://www.bing.com/maps/">Bing</a> locations.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingLocationInformation.Confidence">
<summary>
<para>Get or sets the confidence level of the geocoded location search results.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingConfidence"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingLocationInformation.MatchCode">
<summary>
<para>Gets or sets the confidence level of the <a href="http://www.bing.com/maps/">Bing</a> location on the map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingMatchCode"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.BingMatchCode">
<summary>
<para>Lists the possible geocoding levels for the each location in the map service response.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingMatchCode.Ambiguous">
<summary>
<para>The requested location has several suitable equal matches.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingMatchCode.Good">
<summary>
<para>The requested location has a reliable match.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingMatchCode.UpHierarchy">
<summary>
<para>Reliable matches are not found.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.BingHint">
<summary>
<para>The single hint to assist in the route passage.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingHint.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the BingHint class with the specified settings.
</para>
</summary>
<param name="hintType">
A <see cref="T:System.String"/> specifying the hint type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingHint.HintType"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> specifying the hint text. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingHint.Text"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.BingHint.HintType">
<summary>
<para>Returns the type of the hint.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingHint.Text">
<summary>
<para>Returns the text of the hint.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingHint.ToString">
<summary>
<para>Returns the textual representation of the BingHint.
</para>
</summary>
<returns>The BingHint textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingDetail">
<summary>
<para>The additional information about the single route itinerary item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingDetail.#ctor(System.Int32,System.String,System.String)">
<summary>
<para>Initializes a new instance of the BingDetail class with the specified settings.
</para>
</summary>
<param name="compassDegrees">
A <see cref="T:System.Int32"/> value specifying the angle of rotation in degrees. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingDetail.CompassDegrees"/> property.
</param>
<param name="name">
A <see cref="T:System.String"/> value specifying the street name. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingDetail.Name"/> property.
</param>
<param name="roadType">
A <see cref="T:System.String"/> value specifying the road type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingDetail.RoadType"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.BingDetail.CompassDegrees">
<summary>
<para>Returns the angle in degrees for which it is necessary to change the travel direction.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value representing an angle expressed in degrees.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingDetail.Name">
<summary>
<para>Returns the name of street, highway or intersection where a traffic maneuver occurs.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingDetail.RoadType">
<summary>
<para>Returns the type of the road.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the road type.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingDetail.ToString">
<summary>
<para>Returns the textual representation of the BingDetail.
</para>
</summary>
<returns>The BingDetail textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingItineraryWarningSeverity">
<summary>
<para>Lists values indicating a warning level associated with an itinerary item of a Bing route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.LowImpact">
<summary>
<para>The warning has the low impact on the route passage.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.Minor">
<summary>
<para>The warning has the minor effect on the route passage.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.Moderate">
<summary>
<para>The warning has the moderate effect on the route passage.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.None">
<summary>
<para>The warning does not affect the route passage.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.Serious">
<summary>
<para>The warning has a serious effect on the route passage.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.IWmsPointConverter">
<summary>
<para>The interface that should be implemented by classes providing a point converter.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.IWmsPointConverter.CRSCode">
<summary>
<para>Return the CRS code for a layer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapImageDataProviderBase">
<summary>
<para>A base class for all Map Image Data Providers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapImageDataProviderBase.GetMapSizeInPixels(System.Double)">
<summary>
<para>Returns a map size in pixels.
</para>
</summary>
<param name="zoomLevel">
A <see cref="T:System.Double"/> value specifying the zoom level.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the map size.
</returns>
</member>
<member name="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest">
<summary>
<para>Occurs when a Map control sends a request to an external web service.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.CapabilitiesResponsedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.WmsDataProvider.ResponseCapabilities"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CapabilitiesResponsedEventHandler.Invoke(System.Object,DevExpress.XtraMap.CapabilitiesResponsedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.WmsDataProvider.ResponseCapabilities"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.WmsDataProvider"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.CapabilitiesResponsedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.CapabilitiesResponsedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.WmsDataProvider.ResponseCapabilities"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CapabilitiesResponsedEventArgs.#ctor(DevExpress.XtraMap.WmsLayerCollection)">
<summary>
<para>Initializes a new instance of the CapabilitiesResponsedEventArgs class with the specified values of the event arguments.
</para>
</summary>
<param name="layers">
The <see cref="T:DevExpress.XtraMap.WmsLayerCollection"/> value provides available layers from a Web Map Service.
</param>
</member>
<member name="P:DevExpress.XtraMap.CapabilitiesResponsedEventArgs.Layers">
<summary>
<para>Returns a collection of available layers supported by a Web Map Service.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraMap.WmsLayer"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.WmsDataProvider">
<summary>
<para>Provides map images from the Web Map Service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.WmsDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the WmsDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.WmsDataProvider.ActiveLayer">
<summary>
<para>Returns the WMS layer that is currently displayed by the provider.
</para>
</summary>
<value>The currently displayed WMS layer.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsDataProvider.ActiveLayerName">
<summary>
<para>Gets or sets the active layer name retrieved from a Web Map Service.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the layer name.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsDataProvider.CustomParameters">
<summary>
<para>Returns a collection of custom parameters of a WMS request.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.WmsCustomParameterCollection"/> object, containing parameter key-value pairs.
</value>
</member>
<member name="M:DevExpress.XtraMap.WmsDataProvider.GetMapSizeInPixels(System.Double)">
<summary>
<para>Returns a map size in pixels.
</para>
</summary>
<param name="zoomLevel">
A <see cref="T:System.Double"/> value specifying the level of zooming.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.WmsDataProvider.RequestCapabilities">
<summary>
<para>Requests the supported capabilities of a Web Map Service.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.WmsDataProvider.ResponseCapabilities">
<summary>
<para>Occurs when a Web Map Service returns the supported capabilities.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.WmsDataProvider.ServerUri">
<summary>
<para>Gets or sets the server URI, which supports a Web Map Service.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.WmsDataProvider.SetCoordinateConverter(DevExpress.XtraMap.IWmsPointConverter)">
<summary>
<para>Specifies the coordinate converter object.
</para>
</summary>
<param name="converter">
A <see cref="T:DevExpress.XtraMap.IWmsPointConverter"/> object.
</param>
</member>
<member name="M:DevExpress.XtraMap.WmsDataProvider.ToString">
<summary>
<para>Returns the textual representation of the WmsDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the WmsDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.WmsLayer">
<summary>
<para>Provides information about a single layer obtained from a Web Map Service Provider.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.WmsLayer.BoundingBoxes">
<summary>
<para>Returns the WMS layer bounding boxes.
</para>
</summary>
<value>An array of the <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsLayer.Children">
<summary>
<para>Returns a collection of layers embedded into a WMS layer.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraMap.WmsLayer"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsLayer.LeftTop">
<summary>
<para>Returns the left-top coordinate of the geographical region provided by the WmsLayer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical point.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsLayer.Name">
<summary>
<para>Returns the name of a WMS layer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsLayer.RightBottom">
<summary>
<para>Returns the right-bottom coordinate of the geographical region provided by the WmsLayer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical point.
</value>
</member>
<member name="P:DevExpress.XtraMap.WmsLayer.Title">
<summary>
<para>Returns short information about the layer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.WmsLayer.ToString">
<summary>
<para>Returns the textual representation of the WmsLayer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the WmsLayer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ImageLayer">
<summary>
<para>Displays map images obtained from map image data providers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ImageLayer.#ctor">
<summary>
<para>Initializes a new instance of the ImageLayer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ImageLayer.DataProvider">
<summary>
<para>Gets or sets the provider used to obtain images from an external source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapImageDataProviderBase"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ImageLayer.EnableAntialiasing">
<summary>
<para>Gets or sets a value specifying whether the image layer will be smoothed when it is rendered.
</para>
</summary>
<value><b>true</b>, if antialiasing is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraMap.ImageLayer.RequestDataLoading">
<summary>
<para>Occurs when a request data download has begun.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ImageLayer.ToString">
<summary>
<para>Returns the textual representation of the ImageLayer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the ImageLayer.
</returns>
</member>
<member name="P:DevExpress.XtraMap.ImageLayer.Transparency">
<summary>
<para>Gets or sets the transparency value to draw the ImageLayer.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.Ellipsoid">
<summary>
<para>This class represents an ellipsoid used to build a projected coordinate system.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.AustralianNational66">
<summary>
<para>Returns the Australian National (1966) ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateBySemimajorAndInverseFlattering(System.Double,System.Double,System.String)">
<summary>
<para>Initializes an instance of Ellipsoid class using a semimajor axis and inverse flattering values.
</para>
</summary>
<param name="semimajor">
A <see cref="T:System.Double"/> object specifying a semimajor axis value.
</param>
<param name="inverseFlattering">
A <see cref="T:System.Double"/> object specifying an inverse flattering value.
</param>
<param name="name">
A <see cref="T:System.String"/> object specifying the name of an ellipsoid.
</param>
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateBySemimajorAndInverseFlattering(System.Double,System.Double)">
<summary>
<para>Initializes an instance of Ellipsoid class using a semimajor axis and inverse flattering values.
</para>
</summary>
<param name="semimajor">
A <see cref="T:System.Double"/> object specifying a semimajor axis value.
</param>
<param name="inverseFlattering">
A <see cref="T:System.Double"/> object specifying an inverse flattering value.
</param>
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateByTwoAxes(System.Double,System.Double,System.String)">
<summary>
<para>Initializes an instance of Ellipsoid class using semimajor and semiminor axis values.
</para>
</summary>
<param name="semimajor">
A <see cref="T:System.Double"/> object specifying a semimajor axis value.
</param>
<param name="semiminor">
A <see cref="T:System.Double"/> object specifying a semiminor axis value.
</param>
<param name="name">
A <see cref="T:System.String"/> object specifying the name of an ellipsoid.
</param>
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateByTwoAxes(System.Double,System.Double)">
<summary>
<para>Initializes an instance of Ellipsoid class using semimajor and semiminor axis values.
</para>
</summary>
<param name="semimajor">
A <see cref="T:System.Double"/> object specifying a semimajor axis value.
</param>
<param name="semiminor">
A <see cref="T:System.Double"/> object specifying a semiminor axis value.
</param>
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.Flattening">
<summary>
<para>Returns the flattering value of an ellipsoid.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.Ellipsoid.GetPredefinedEllipsoids">
<summary>
<para>Returns an array of predefined ellipsoids.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraMap.Ellipsoid"/> objects, which represent predefined ellipsoids.
</returns>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.GRS67">
<summary>
<para>Returns the GRS-67 ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.GRS80">
<summary>
<para>Returns the <a href="http://en.wikipedia.org/wiki/GRS_80">GRS-80</a> ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.GSK11">
<summary>
<para>Returns the GSK-2011 ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.IERS03">
<summary>
<para>Returns the IERS (2003) ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.IERS89">
<summary>
<para>Returns the <a href="http://en.wikipedia.org/wiki/International_Earth_Rotation_and_Reference_Systems_Service
">IERS (2003)</a> ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.InverseFlattening">
<summary>
<para>Returns the inverse flattering value of the ellipsoid.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.Krassovsky">
<summary>
<para>Returns the Krassovsky (1940) ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.Name">
<summary>
<para>Gets or sets the name of an ellipsoid.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.NewInternational67">
<summary>
<para>Returns the New International (1967) ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.PZ90">
<summary>
<para>Returns the PZ-90 ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.SemimajorAxis">
<summary>
<para>Returns the semimajor axis value of an ellipsoid.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.SemiminorAxis">
<summary>
<para>Returns the semiminor axis value of an ellipsoid.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.SouthAmerican69">
<summary>
<para>Returns the South American (1969) ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.SquareOfEccentricity">
<summary>
<para>Returns the square of eccentricity value of an ellipsoid.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.Ellipsoid.ToString">
<summary>
<para>Returns the textual representation of the Ellipsoid.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the Ellipsoid.
</returns>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.WGS66">
<summary>
<para>Returns the <a href="http://en.wikipedia.org/wiki/World_Geodetic_System#The_United_States_Department_of_Defense_World_Geodetic_System_1966">WGS66</a> ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.WGS72">
<summary>
<para>Returns the <a href="http://en.wikipedia.org/wiki/World_Geodetic_System#The_United_States_Department_of_Defense_World_Geodetic_System_1972">WGS-72</a> ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.Ellipsoid.WGS84">
<summary>
<para>Returns the <a href="http://en.wikipedia.org/wiki/World_Geodetic_System#A_new_World_Geodetic_System:_WGS_84">WGS-84</a> ellipsoid.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.FileDataAdapterBase">
<summary>
<para>The base class for data adapters that can load data from a file.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.FileDataAdapterBase.FileUri">
<summary>
<para>Gets or sets an Uri that defines the location of a vector data file.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object that contains a vector data file Uri.
</value>
</member>
<member name="E:DevExpress.XtraMap.FileDataAdapterBase.ItemsLoaded">
<summary>
<para>Occurs when items are loaded.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.FileDataAdapterBase.Load">
<summary>
<para>Loads data from a datasource.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapErrorEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.Error"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapErrorEventHandler.Invoke(System.Object,DevExpress.XtraMap.MapErrorEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.Error"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.LayerBase"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.MapErrorEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.MapErrorEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.Error"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapErrorEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the MapErrorEventArgs class with the specified values of the event arguments.
</para>
</summary>
<param name="exception">
A <see cref="T:System.Exception"/> class descendant object representing the raised exception.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapErrorEventArgs.Exception">
<summary>
<para>Returns the raised exception.
</para>
</summary>
<value>A <see cref="T:System.Exception"/> class descendant object representing the raised exception.
</value>
</member>
<member name="T:DevExpress.XtraMap.ChartItemValueProvider">
<summary>
<para>This class is used to provide chart item values to measure rules of the <see cref="T:DevExpress.XtraMap.ChartDataSourceAdapter"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ChartItemValueProvider.#ctor">
<summary>
<para>Initializes a new instance of the ChartItemValueProvider class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ChartItemValueProvider.ToString">
<summary>
<para>Returns the textual representation of ChartItemValueProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of ChartItemValueProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.GeoSourceCoordinateSystem">
<summary>
<para>This class allows use of the Geographical coordinate system for the data adapter.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GeoSourceCoordinateSystem.#ctor">
<summary>
<para>Initializes a new instance of the GeoSourceCoordinateSystem class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GeoSourceCoordinateSystem.ToString">
<summary>
<para>Returns the textual representation of the GeoSourceCoordinateSystem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the GeoSourceCoordinateSystem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapViewport">
<summary>
<para>A map viewport.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapViewport.#ctor">
<summary>
<para>Initializes a new instance of the MapViewport class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapViewport.CenterPoint">
<summary>
<para>Gets or sets the center point of the viewport.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapViewport.ToString">
<summary>
<para>Returns the textual representation of the MapViewport.
</para>
</summary>
<returns>The MapViewport textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapViewport.ZoomLevel">
<summary>
<para>Gets or sets the zoom level of the viewport.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the viewport's zoom level.
</value>
</member>
<member name="T:DevExpress.XtraMap.WmsLayerCollection">
<summary>
<para>Provides a collection of WMS layers.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.WmsLayerCollection.Item(System.Int32)">
<summary>
<para>Returns a WMS layer from the <see cref="T:DevExpress.XtraMap.WmsLayerCollection"/> stored under the specified index.
</para>
</summary>
<param name="index">
A <see cref="T:System.Int32"/> object representing the index number.
</param>
<value>A <see cref="T:DevExpress.XtraMap.WmsLayer"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.WmsLayerCollection.ToString">
<summary>
<para>Returns the textual representation of the WmsLayerCollection.
</para>
</summary>
<returns>The WmsLayerCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.OverlayArrangement">
<summary>
<para>Contains information about the overlay and its child item arrangement.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.OverlayArrangement.ItemLayouts">
<summary>
<para>Returns the layouts of items stored by the map overlay which this arrangement belongs to.
</para>
</summary>
<value>An array of <see cref="T:System.Drawing.Rectangle"/> objects specifying arrangements of stored items.
</value>
</member>
<member name="P:DevExpress.XtraMap.OverlayArrangement.OverlayLayout">
<summary>
<para>Gets or sets the layout of the map overlay.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object specifying the overlay layout.
</value>
</member>
<member name="M:DevExpress.XtraMap.OverlayArrangement.ToString">
<summary>
<para>Returns the textual representation of the OverlayArrangement.
</para>
</summary>
<returns>The OverlayArrangement textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapHitUiElementType">
<summary>
<para>Lists element types that can be hit.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.MiniMap">
<summary>
<para>The mini map.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.NavigationPanel">
<summary>
<para>The navigation panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.None">
<summary>
<para>Nothing was hit tested.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.Overlay">
<summary>
<para>The overlay.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ScrollButtons">
<summary>
<para>The navigation panel's scroll buttons.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.SearchPanel">
<summary>
<para>The search panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomIn">
<summary>
<para>The <b>Zoom In</b> button on the navigation panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomOut">
<summary>
<para>The <b>Zoom Out</b> button on the navigation panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomTrackBar">
<summary>
<para>The Zoom trackbar on the navigation panel.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomTrackBarThumb">
<summary>
<para>The Zoom trackbar's thumb on the navigation panel.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapUiHitInfo">
<summary>
<para>The class providing information about hit tested elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapUiHitInfo.#ctor(System.Drawing.Point,DevExpress.XtraMap.MapHitUiElementType)">
<summary>
<para>Initializes a new instance of the MapUiHitInfo class with the specified settings.
</para>
</summary>
<param name="hitPoint">
A <see cref="T:System.Drawing.Point"/> object specifying the hit tested point.
</param>
<param name="hitElement">
A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value specifying the type of the hit UI element.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapUiHitInfo.HitElement">
<summary>
<para>Returns the type of the hit UI element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapUiHitInfo.HitPoint">
<summary>
<para>Returns the location of hit tested point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapUiHitInfo.ToString">
<summary>
<para>Returns the textual representation of the MapUiHitInfo.
</para>
</summary>
<returns>The MapUiHitInfo textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.IMapUiHitInfo">
<summary>
<para>The interface that should be implemented by a class providing information about hit tested UI elements.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.IMapUiHitInfo.HitElement">
<summary>
<para>Returns the type of hit UI element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.IMapUiHitInfo.HitPoint">
<summary>
<para>Returns the location of the hit tested point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.OverlaysArrangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.OverlaysArranged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OverlaysArrangedEventHandler.Invoke(System.Object,DevExpress.XtraMap.OverlaysArrangedEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.OverlaysArranged"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.MapControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraMap.OverlaysArrangedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.OverlaysArrangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.OverlaysArranged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OverlaysArrangedEventArgs.#ctor(DevExpress.XtraMap.OverlayArrangement[])">
<summary>
<para>Initializes a new instance of the OverlaysArrangedEventArgs class with the specified settings.
</para>
</summary>
<param name="overlayArrangements">
An array of <see cref="T:DevExpress.XtraMap.OverlayArrangement"/> objects representing the arrangement of map overlays.
</param>
</member>
<member name="P:DevExpress.XtraMap.OverlaysArrangedEventArgs.OverlayArrangements">
<summary>
<para>Returns an array of overlay arrangements.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraMap.OverlayArrangement"/> objects specifying layouts of map overlays and their overlay items.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapOverlayTextItem">
<summary>
<para>A text item that can be placed on a map overlay.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayTextItem.#ctor">
<summary>
<para>Initializes a new instance of the MapOverlayTextItem class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayTextItem.Text">
<summary>
<para>Gets or sets the text displayed by the overlay text item.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayTextItem.TextAlignment">
<summary>
<para>Gets or sets the alignment of the text item's text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayTextItem.TextStyle">
<summary>
<para>Gets or sets the style of text displayed by the overlay text item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayTextItem.ToString">
<summary>
<para>Returns the textual representation of the MapOverlayTextItem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapOverlayTextItem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapOverlayItemCollection">
<summary>
<para>A collection that stores <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> class descendant objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayItemCollection.ToString">
<summary>
<para>Returns the textual representation of the MapOverlayItemCollection.
</para>
</summary>
<returns>The MapOverlayItemCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapOverlayItemBase">
<summary>
<para>A base class for all overlay items.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Alignment">
<summary>
<para>Gets or sets the alignment of the overlay item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.BackgroundStyle">
<summary>
<para>Returns the background style of a map overlay.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object specifying the style of an overlay item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.HotTrackedStyle">
<summary>
<para>Gets a background style applied to a hot-tracked overlay item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.JoiningOrientation">
<summary>
<para>Gets or sets the value specifying how overlay items are arranged if they have the same <b>Alignment</b> value.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Orientation"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Location">
<summary>
<para>Gets or sets the location of an overlay item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Margin">
<summary>
<para>Gets or sets the margin of an overlay item.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Padding">
<summary>
<para>Gets or sets the padding of an overlay item.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Size">
<summary>
<para>Gets or sets the size of an overlay item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> value specifying the size.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Visible">
<summary>
<para>Gets or sets the value indicating whether or not a overlay item is visible.
</para>
</summary>
<value><b>true</b> if a map overlay is visible; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapOverlayImageItem">
<summary>
<para>An image that can be placed on map overlay.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayImageItem.#ctor">
<summary>
<para>Initializes a new instance of the MapOverlayImageItem class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayImageItem.Image">
<summary>
<para>Gets or sets an image displayed by the overlay item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object, representing an image.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayImageItem.ImageIndex">
<summary>
<para>Gets or sets the index of an image stored in the <see cref="P:DevExpress.XtraMap.MapControl.ImageList"/> list and that should be displayed by the image overlay item.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value specifying the index.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayImageItem.ImageUri">
<summary>
<para>Gets or sets the URI of an image that should be displayed by the image overlay item.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object specifying the URI.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayImageItem.ToString">
<summary>
<para>Returns the textual representation of the MapOverlayImageItem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapOverlayImageItem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapOverlayHitInfo">
<summary>
<para>Contains information about what is located at a specific point on the map overlay.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayHitInfo.#ctor(System.Drawing.Point,DevExpress.XtraMap.MapHitUiElementType,DevExpress.XtraMap.MapOverlay,DevExpress.XtraMap.MapOverlayItemBase)">
<summary>
<para>Initializes a new instance of the MapOverlayHitInfo class with the specified settings.
</para>
</summary>
<param name="hitPoint">
A <see cref="T:System.Drawing.Point"/> object, specifying the hit tested point.
</param>
<param name="hitElement">
A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value, specifying the type of the hit UI element.
</param>
<param name="overlay">
A <see cref="T:DevExpress.XtraMap.MapOverlay"/> object that was hit.
</param>
<param name="overlayItem">
A <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> class descendant object that was hit.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayHitInfo.Overlay">
<summary>
<para>Returns the hit overlay.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapOverlay"/> object that has been hit.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlayHitInfo.OverlayItem">
<summary>
<para>Returns the hit overlay item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> object that has been hit.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayHitInfo.ToString">
<summary>
<para>Returns the textual representation of the MapOverlayHitInfo.
</para>
</summary>
<returns>The MapOverlayHitInfo textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapOverlayCollection">
<summary>
<para>A collection that stores <see cref="T:DevExpress.XtraMap.MapOverlay"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapOverlayCollection.ToString">
<summary>
<para>Returns the textual representation of the MapOverlayCollection.
</para>
</summary>
<returns>The MapOverlayCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapOverlay">
<summary>
<para>A Map Control overlay.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapOverlay.#ctor">
<summary>
<para>Initializes a new instance of the MapOverlay class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.Alignment">
<summary>
<para>Gets or sets the alignment of the map overlay.
</para>
</summary>
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.BackgroundStyle">
<summary>
<para>Returns the background style of a map overlay.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object specifying the style of a map overlay.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.Items">
<summary>
<para>Returns the collection of overlay items that should be displayed on the overlay.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> class descendant objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.JoiningOrientation">
<summary>
<para>Gets or sets the value specifying how overlays are arranged if they have the same <b>Alignment</b> value.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Orientation"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.Location">
<summary>
<para>Gets or sets the location of a map overlay.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.Margin">
<summary>
<para>Gets or sets the margin of a map overlay.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.Padding">
<summary>
<para>Gets or sets the padding of a map overlay.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.Size">
<summary>
<para>Gets or sets the size of the map overlay.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> value specifying the size.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapOverlay.ToString">
<summary>
<para>Returns the textual representation of the MapOverlay.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapOverlay.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapOverlay.Visible">
<summary>
<para>Gets or sets the value indicating whether or not a map overlay is visible.
</para>
</summary>
<value><b>true</b> if a map overlay is visible; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapClusterValueProvider">
<summary>
<para>Provides the count of items in a cluster as the value that is used to calculate a color for a cluster representative.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapClusterValueProvider.#ctor">
<summary>
<para>Initializes a new instance of the MapClusterValueProvider class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapClusterValueProvider.ToString">
<summary>
<para>Returns the textual representation of the MapClusterValueProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapClusterValueProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapBubbleValueProvider">
<summary>
<para>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.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapBubbleValueProvider.#ctor">
<summary>
<para>Initializes a new instance of the MapBubbleValueProvider class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapBubbleValueProvider.ToString">
<summary>
<para>Returns the textual representation of the MapBubbleValueProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapBubbleValueProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ClusteringEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustering"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ClusteringEventHandler.Invoke(System.Object,System.EventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustering"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.MapClustererBase"/> which raised the event.
</param>
<param name="e">
A <see cref="T:System.EventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.ClusteredEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustered"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ClusteredEventHandler.Invoke(System.Object,DevExpress.XtraMap.ClusteredEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustered"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.MapClustererBase"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.ClusteredEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.ClusteredEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustered"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ClusteredEventArgs.Items">
<summary>
<para>Returns the collection of cluster representatives.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects, that are cluster representatives.
</value>
</member>
<member name="T:DevExpress.XtraMap.SourceCoordinateSystem">
<summary>
<para>The base class for the coordinate systems of a data adapter.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SourceCoordinateSystem.CoordinateConverter">
<summary>
<para>Gets or sets a coordinate converter.
</para>
</summary>
<value>An object, implementing the <b>ICoordPointConverter</b> interface.
</value>
</member>
<member name="M:DevExpress.XtraMap.SourceCoordinateSystem.CreatePoint(System.Double,System.Double)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraMap.CartesianPoint"/> with the specified coordinates.
</para>
</summary>
<param name="x">
A double value, specifying the X coordinate of point.
</param>
<param name="y">
A double value, specifying the Y coordinate of point.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SearchBoundingBox">
<summary>
<para>The rectangular area bounding the region containing a search result.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SearchBoundingBox.#ctor(System.Double,System.Double,System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the SearchBoundingBox class with the specified coordinates of its corners.
</para>
</summary>
<param name="westLongitude">
A <see cref="T:System.Double"/> value specifying the west longitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.WestLongitude"/> property.
</param>
<param name="northLatitude">
A <see cref="T:System.Double"/> value specifying the north latitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.NorthLatitude"/> property.
</param>
<param name="eastLongitude">
A <see cref="T:System.Double"/> value specifying the east longitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.EastLongitude"/> property.
</param>
<param name="southLatitude">
A <see cref="T:System.Double"/> value specifying the south latitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.SouthLatitude"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.SearchBoundingBox.EastLongitude">
<summary>
<para>Returns the value of the east longitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the east longitude expressed in degrees.
</value>
</member>
<member name="P:DevExpress.XtraMap.SearchBoundingBox.NorthLatitude">
<summary>
<para>Returns the value of the north latitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the north latitude expressed in degrees.
</value>
</member>
<member name="P:DevExpress.XtraMap.SearchBoundingBox.SouthLatitude">
<summary>
<para>Returns the value of the south latitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the south latitude expressed in degrees.
</value>
</member>
<member name="M:DevExpress.XtraMap.SearchBoundingBox.ToString">
<summary>
<para>Returns the textual representation of the SearchBoundingBox.
</para>
</summary>
<returns>The SearchBoundingBox textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.SearchBoundingBox.WestLongitude">
<summary>
<para>Returns the value of the west longitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the west longitude expressed in degrees.
</value>
</member>
<member name="T:DevExpress.XtraMap.ItemsLayerLegend">
<summary>
<para>The base class for legends that obtain data from the <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ItemsLayerLegend.Layer">
<summary>
<para>Specifies the layer from which the legend obtains data to display.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> class descendant.
</value>
</member>
<member name="T:DevExpress.XtraMap.LayerVisibleChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.VisibleChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LayerVisibleChangedEventArgs.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the LayerVisibleChangedEventArgs class with the specified visible value.
</para>
</summary>
<param name="visible">
A <see cref="T:System.Boolean"/> value, specifying the changed <see cref="P:DevExpress.XtraMap.LayerBase.Visible"/>.
</param>
</member>
<member name="P:DevExpress.XtraMap.LayerVisibleChangedEventArgs.Visible">
<summary>
<para>Returns the specified value of the <see cref="P:DevExpress.XtraMap.LayerBase.Visible"/> property.
</para>
</summary>
<value><b>true</b> if the layer is visible; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraMap.LayerVisibleChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.VisibleChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LayerVisibleChangedEventHandler.Invoke(System.Object,DevExpress.XtraMap.LayerVisibleChangedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.VisibleChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraMap.LayerVisibleChangedEventArgs"/> object that contains the event's data.
</param>
</member>
<member name="T:DevExpress.XtraMap.MapClustererBase">
<summary>
<para>The base class for all vector item clusterers.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapClustererBase.Clustered">
<summary>
<para>Occurs when the clusterer finishes clustering.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapClustererBase.Clustering">
<summary>
<para>Occurs when the clusterer starts clustering.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapClustererBase.DisplayNonClusteredItems">
<summary>
<para>Gets or sets the value indicating whether or not the map items that can't be clustered should be displayed.
</para>
</summary>
<value><b>true</b> if non-clustered items should be displayed, otherwise <b>false</b>;
</value>
</member>
<member name="M:DevExpress.XtraMap.MapClustererBase.Dispose">
<summary>
<para>Disposes of the MapClustererBase object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapClustererBase.GroupProvider">
<summary>
<para>Gets or sets the group provider used to separate an initial list of items into groups.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapClustererGroupProviderBase"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapClustererBase.ItemMaxSize">
<summary>
<para>Gets the maximum size of a map item that is the cluster representative.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapClustererBase.ItemMinSize">
<summary>
<para>Gets the minimum size of a map item that is the cluster representative.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapClustererBase.SetClusterItemFactory(DevExpress.XtraMap.IClusterItemFactory)">
<summary>
<para>Sets the factory used to create cluster representatives from items in a cluster.
</para>
</summary>
<param name="clusterItemFactory">
An object of the class implementing the <see cref="T:DevExpress.XtraMap.IClusterItemFactory"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapClustererBase.StepInPixels">
<summary>
<para>Gets or sets the maximum distance between <see cref="T:DevExpress.XtraMap.MapItem"/> objects inside one cluster.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.IClusterItemFactory">
<summary>
<para>This interface should be implemented by classes which can be used as a cluster item factory.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.IClusterItemFactory.CreateClusterItem(System.Collections.Generic.IList`1)">
<summary>
<para>Creates a cluster representative for the specified cluster items.
</para>
</summary>
<param name="objects">
A list of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects that are cluster items.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant object, that is a cluster representative.
</returns>
</member>
<member name="T:DevExpress.XtraMap.IClustererGroupProvider">
<summary>
<para>The interface that should be implemented by classes that can be used as group providers for clusterers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.IClustererGroupProvider.GetGroups(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Separates source items into groups.
</para>
</summary>
<param name="sourceItems">
A <see cref="T:System.Collections.Generic.IEnumerable`1[[DevExpress.XtraMap.MapItem]]"/> object containing map items for grouping.
</param>
<returns>A dictionary that stores pairs (value used to group items, an items group).
</returns>
</member>
<member name="M:DevExpress.XtraMap.IClustererGroupProvider.OnClusterCreated(DevExpress.XtraMap.MapItem)">
<summary>
<para>Called after the cluster is created.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant object, that is the cluster representative.
</param>
</member>
<member name="T:DevExpress.XtraMap.AttributeGroupProvider">
<summary>
<para>This class groups items based on the attribute values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.AttributeGroupProvider.#ctor">
<summary>
<para>Initializes a new instance of the AttributeGroupProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.AttributeGroupProvider.AttributeName">
<summary>
<para>Gets or sets the attribute name used to group map items by its value.
</para>
</summary>
<value>A <see cref="T:System.String"/> object, that is the name of the attribute.
</value>
</member>
<member name="M:DevExpress.XtraMap.AttributeGroupProvider.ToString">
<summary>
<para>Returns the textual representation of the AttributeGroupProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the AttributeGroupProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapClustererGroupProviderBase">
<summary>
<para>The base class for group providers used by clusterers.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.IClusterer">
<summary>
<para>The interface that should be implemented by classes providing clustering functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.IClusterer.Clusterize(System.Collections.Generic.IEnumerable`1,DevExpress.XtraMap.MapViewport,System.Boolean)">
<summary>
<para>Applies the clustering method to the source vector item collection.
</para>
</summary>
<param name="sourceItems">
A collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</param>
<param name="viewport">
A <see cref="T:DevExpress.XtraMap.MapViewport"/> object, specifying the current viewport.
</param>
<param name="sourceChanged">
A <see cref="T:System.Boolean"/> value indicating whether or not the source item collection is changed.
</param>
</member>
<member name="P:DevExpress.XtraMap.IClusterer.IsBusy">
<summary>
<para>Returns a value indicating whether a clusterer is busy or not.
</para>
</summary>
<value><b>true</b> if clusterer is clustering items; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.IClusterer.Items">
<summary>
<para>Returns the collection of cluster representatives.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemCollection"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.IClusterer.SetOwner(DevExpress.XtraMap.IMapDataAdapter)">
<summary>
<para>Specifies the owner object for a clusterer.
</para>
</summary>
<param name="owner">
An object of a class implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraMap.MarkerClusterer">
<summary>
<para>The clusterer based on grouping items in an item neighborhood.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MarkerClusterer.#ctor">
<summary>
<para>Initializes a new instance of the MarkerClusterer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MarkerClusterer.ToString">
<summary>
<para>Returns the textual representation of the MarkerClusterer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the MarkerClusterer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.DistanceBasedClusterer">
<summary>
<para>The clusterer based on the building distance tree.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DistanceBasedClusterer.#ctor">
<summary>
<para>Initializes a new instance of the DistanceBasedClusterer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DistanceBasedClusterer.ToString">
<summary>
<para>Returns the textual representation of the DistanceBasedClusterer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the DistanceBasedClusterer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SvgFileDataAdapter">
<summary>
<para>Data adapter that provides data from a <a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SvgFileDataAdapter.#ctor">
<summary>
<para>Initializes a new instance of the SvgFileDataAdapter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.BoundaryPoint1">
<summary>
<para>Gets or sets the first point determining the boundaries in which the imported SVG content is inscribed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.BoundaryPoint2">
<summary>
<para>Gets or sets the second point determining the boundaries in which the imported SVG content is inscribed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.FileUri">
<summary>
<para>Gets or sets a Uri that defines the location of a vector data file.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object that contains a vector data file URI.
</value>
</member>
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.SourceCoordinateSystem">
<summary>
<para>Gets or sets the coordinate system of a data adapter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.CartesianSourceCoordinateSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.SvgFileDataAdapter.ToString">
<summary>
<para>Returns the textual representation of the SvgFileDataAdapter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the SvgFileDataAdapter.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ShpExportOptions">
<summary>
<para>Stores shapefile export options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ShpExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the ShpExportOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ShpExportOptions.DbfEncoding">
<summary>
<para>Gets or sets the encoding of the <b>dbf</b> file.
</para>
</summary>
<value>The encoding of the <b>dbf</b> file.
</value>
</member>
<member name="P:DevExpress.XtraMap.ShpExportOptions.ExportToDbf">
<summary>
<para>Gets or sets a value indicating whether attribute values be exported to a <b>DBF</b> file.
</para>
</summary>
<value><b>true </b>, if attribute values should be exported, otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.ShpExportOptions.ShapeType">
<summary>
<para>Gets or sets the shape type used to store exported shapes.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraMap.ShapeType"/> enumeration value, specifying the type used to store data.
</value>
</member>
<member name="M:DevExpress.XtraMap.ShpExportOptions.ToString">
<summary>
<para>Returns the textual representation of the ShpExportOptions.
</para>
</summary>
<returns>The ShpExportOptions textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ShapeType">
<summary>
<para>Lists shape types that can be stored in the <a href="https://en.wikipedia.org/wiki/Shapefile">shapefile</a> format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.MultiPoint">
<summary>
<para>A set of Points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.MultiPointM">
<summary>
<para>A set of PointMs.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.MultiPointZ">
<summary>
<para>A set of PointZs.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.Point">
<summary>
<para>A point consists of a pair of XY-coordinates.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.PointM">
<summary>
<para>A point consists of a pair of XY-coordinates and a measure.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.PointZ">
<summary>
<para>A point consists of a triplet of XYZ-coordinates and a measure.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.Polygon">
<summary>
<para>A set of one ore more connected sequences of four or more Points that form a closed loop.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.PolygonM">
<summary>
<para>A set of one ore more connected sequences of four or more PointMs that form a closed loop.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.PolygonZ">
<summary>
<para>A set of one ore more connected sequences of four or more PointZs that form a closed loop.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.PolyLine">
<summary>
<para>A set of vertices that consists of one or more connected sequences of two or more Points.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.PolyLineM">
<summary>
<para>A set of vertices that consists of one or more connected sequences of two or more PointMs.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ShapeType.PolyLineZ">
<summary>
<para>A set of vertices that consists of one or more connected sequences of two or more PointZs.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.DrawMapShapeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event if the <see cref="T:DevExpress.XtraMap.MapShape"/> class descendant should be drawn.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DrawMapShapeEventArgs.#ctor(DevExpress.XtraMap.MapShape)">
<summary>
<para>Initializes a new instance of the DrawMapShapeEventArgs class with the specified settings.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapShape"/> class descendant which should be drawn.
</param>
</member>
<member name="P:DevExpress.XtraMap.DrawMapShapeEventArgs.ActualTitle">
<summary>
<para>Gets or sets the title of a map shape used to draw the map shape.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapShapeEventArgs.TitleColor">
<summary>
<para>Gets or sets the color used to draw the map shape's title.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapShapeEventArgs.TitleGlowColor">
<summary>
<para>Gets or sets the glow color of a map shape used to draw the shape.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.DrawMapPointerEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event if the <see cref="T:DevExpress.XtraMap.MapPointer"/> class descendant should be drawn.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DrawMapPointerEventArgs.#ctor(DevExpress.XtraMap.MapPointer)">
<summary>
<para>Initializes a new instance of the DrawMapPointerEventArgs class with the specified settings.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapPointer"/> object which should be drawn.
</param>
</member>
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.DisposeImage">
<summary>
<para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Image"/> property value should be disposed when drawing is finished.
</para>
</summary>
<value><b>true</b>, if an image should be disposed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Image">
<summary>
<para>Gets or sets the image used to draw a map pointer.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Text">
<summary>
<para>Gets or sets the text used to draw the map pointer.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.TextColor">
<summary>
<para>Gets or sets the color used to draw text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Transparency">
<summary>
<para>Gets or sets the transparency value used to draw the map pointer.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.Hemisphere">
<summary>
<para>Lists the values used to specify the Earth's hemishpere.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.Hemisphere.Northern">
<summary>
<para>The Earth's northern hemisphere is projected.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.Hemisphere.Southern">
<summary>
<para>The Earth's southern hemisphere is projected.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.CoordinateConverterBase">
<summary>
<para>The base class for all coordinate converters.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CoordinateConverterBase.Convert(DevExpress.Map.CoordPoint)">
<summary>
<para>Converts the specified point from one coordinate system to another.
</para>
</summary>
<param name="sourcePoint">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant that is a point in the old coordinate system.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object that is a converted point.
</returns>
</member>
<member name="T:DevExpress.XtraMap.UTMCartesianToGeoConverter">
<summary>
<para>Converter that transforms data from the <a href="http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system
">Universal Transverse Mercator</a> projected coordinate system to the geographic coordinate system.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.UTMCartesianToGeoConverter.#ctor">
<summary>
<para>Initializes a new instance of the UTMCartesianToGeoConverter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.UTMCartesianToGeoConverter.#ctor(System.Int32,DevExpress.XtraMap.Hemisphere)">
<summary>
<para>Initializes new instance of the UTMCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="utmZone">
A <see cref="T:System.Int32"/> object specifying the UTM zone.
</param>
<param name="hemisphere">
A <see cref="T:DevExpress.XtraMap.Hemisphere"/> enumeration value specifying the Earth's hemisphere.
</param>
</member>
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.Ellipsoid">
<summary>
<para>Returns the ellipsoid used to convert the UTM projected coordinate system to the geographic coordinate system.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.FalseEasting">
<summary>
<para>Returns the false easting used to convert the UTM projected coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.FalseNorthing">
<summary>
<para>Returns the false northing used to convert the UTM projected coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.Hemisphere">
<summary>
<para>Gets or sets the hemisphere type used to convert the UTM projected coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.Hemisphere"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.ProjectionCenter">
<summary>
<para>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.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object which <see cref="P:DevExpress.XtraMap.GeoPoint.Latitude"/> represents the latitude of the projection's origin and <see cref="P:DevExpress.XtraMap.GeoPoint.Longitude"/> represents the central meridian.
</value>
</member>
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.ScaleFactor">
<summary>
<para>Returns the scale factor used to convert the UTM projected coordinate system to the geographic coordinate system.
</para>
</summary>
<value>The scale factor.
</value>
</member>
<member name="M:DevExpress.XtraMap.UTMCartesianToGeoConverter.ToString">
<summary>
<para>Returns the textual representation of the UTMCartesianToGeoConverter.
</para>
</summary>
<returns>The UTMCartesianToGeoConverter textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.UtmZone">
<summary>
<para>Gets or sets the UTM zone used to convert the UTM projected coordinate system to the geographic coordinate system.
</para>
</summary>
<value>An <see cref="T:System.Int32"/> object representing UTM zone.
</value>
</member>
<member name="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter">
<summary>
<para>Converter that transforms data from the <a href="http://en.wikipedia.org/wiki/Transverse_Mercator_projection">Transverse Mercator</a> projected coordinate system to the geographic coordinate system.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double)">
<summary>
<para>Initializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</param>
<param name="falseEasting">
A <see cref="T:System.Double"/> value specifying the false easting value.
</param>
<param name="falseNorthing">
A <see cref="T:System.Double"/> value specifying the false northing value.
</param>
<param name="projectionCenter">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.
</param>
<param name="scaleFactor">
A <see cref="T:System.Double"/> object specifying the scale factor.
</param>
</member>
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Initializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</param>
<param name="falseEasting">
A <see cref="T:System.Double"/> value specifying the false easting value.
</param>
<param name="falseNorthing">
A <see cref="T:System.Double"/> value specifying the false northing value.
</param>
<param name="projectionCenter">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of the projection's origin values.
</param>
</member>
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor">
<summary>
<para>Initializes a new instance of the TransverseMercatorCartesianToGeoConverter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double)">
<summary>
<para>Initializes new instance of the TransverseMercatorCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="falseEasting">
The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="falseNorthing">
The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="projectionCenter">
The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="scaleFactor">
The scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.
</param>
<param name="primeMeridian">
The prime meridian of the Geo coordinate system.
</param>
</member>
<member name="P:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.ScaleFactor">
<summary>
<para>Gets or sets the scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.ToString">
<summary>
<para>Returns the textual representation of the TransverseMercatorCartesianToGeoConverter.
</para>
</summary>
<returns>The TransverseMercatorCartesianToGeoConverter textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter">
<summary>
<para>Converter that transforms data from the <a href="http://en.wikipedia.org/wiki/Web_Mercator">Mercator Auxiliary</a> projected coordinate system to the geographic coordinate system.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Int32)">
<summary>
<para>Initializes new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</param>
<param name="falseEasting">
A <see cref="T:System.Double"/> value specifying the false easting value.
</param>
<param name="falseNorthing">
A <see cref="T:System.Double"/> value specifying the false northing value.
</param>
<param name="projectionCenter">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.
</param>
<param name="sphereType">
A <see cref="T:System.Int32"/> object specifying the sphere type.
</param>
</member>
<member name="M:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.#ctor">
<summary>
<para>Initializes a new instance of the MercatorAuxiliarySphereCartesianToGeoConverter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.SphereType">
<summary>
<para>Gets or sets the sphere type used to convert a Cartesian coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.ToString">
<summary>
<para>Returns the textual representation of the MercatorAuxiliarySphereCartesianToGeoConverter.
</para>
</summary>
<returns>The MercatorAuxiliarySphereCartesianToGeoConverter textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter">
<summary>
<para>Converter that transforms data from the <a href="http://en.wikipedia.org/wiki/Lambert_conformal_conic_projection">Lambert</a> projected coordinate system to the geographic coordinate system.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double)">
<summary>
<para>Initializes new instance of the LambertConformalConicCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</param>
<param name="falseEasting">
A <see cref="T:System.Double"/> value specifying the false easting value.
</param>
<param name="falseNorthing">
A <see cref="T:System.Double"/> value specifying the false northing value.
</param>
<param name="projectionCenter">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.
</param>
<param name="standardParallelN">
A <see cref="T:System.Double"/> value specifying the north standard parallel.
</param>
<param name="standardParallelS">
A <see cref="T:System.Double"/> value specifying the south standard parallel.
</param>
</member>
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.#ctor">
<summary>
<para>Initializes a new instance of the LambertConformalConicCartesianToGeoConverter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the LambertConformalConicCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="falseEasting">
The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="falseNorthing">
The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="projectionCenter">
The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="standardParallelN">
The value of the north standard parallel.
</param>
<param name="standardParallelS">
The value of the south standard parallel.
</param>
<param name="primeMeridian">
The prime meridian of the Geo coordinate system.
</param>
</member>
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.ToString">
<summary>
<para>Returns the textual representation of the LambertConformalConicCartesianToGeoConverter.
</para>
</summary>
<returns>The LambertConformalConicCartesianToGeoConverter textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter">
<summary>
<para>The base class for converters from an ellipsoid based projected coordinate system to the geographic coordinate system.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.Ellipsoid">
<summary>
<para>Gets or sets the ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.FalseEasting">
<summary>
<para>Gets or sets the false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.FalseNorthing">
<summary>
<para>Gets or sets the false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.PrimeMeridian">
<summary>
<para>Gets or sets the prime meridian of the coordinate system to which the Cartesian system is converted.
</para>
</summary>
<value>The prime meridian.
</value>
</member>
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.ProjectionCenter">
<summary>
<para>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.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object which <see cref="P:DevExpress.Xpf.Map.GeoPoint.Latitude"/> represents the latitude of the projection's origin and <see cref="P:DevExpress.Xpf.Map.GeoPoint.Longitude"/> represents the central meridian.
</value>
</member>
<member name="T:DevExpress.XtraMap.ConicCartesianToGeoConverter">
<summary>
<para>The base class for converters from a conic projected coordinate system to the geographic coordinate system.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ConicCartesianToGeoConverter.StandardParallelN">
<summary>
<para>Gets or sets the value of the north standard parallel.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ConicCartesianToGeoConverter.StandardParallelS">
<summary>
<para>Gets or sets the value of the south standard parallel.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.AlbersEqualAreaConticCartesianToGeoConverter">
<summary>
<para>Converter that transforms data from the <a href="http://en.wikipedia.org/wiki/Albers_projection">Albers</a> projected coordinate system to the geographic coordinate system.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConticCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double)">
<summary>
<para>Initializes new instance of the AlbersEqualAreaConticCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</param>
<param name="falseEasting">
A <see cref="T:System.Double"/> value specifying the false easting value.
</param>
<param name="falseNorthing">
A <see cref="T:System.Double"/> value specifying the false northing value.
</param>
<param name="projectionCenter">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.
</param>
<param name="standardParallelN">
A <see cref="T:System.Double"/> value specifying the north standard parallel.
</param>
<param name="standardParallelS">
A <see cref="T:System.Double"/> value specifying the south standard parallel.
</param>
</member>
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConticCartesianToGeoConverter.#ctor">
<summary>
<para>Initializes a new instance of the AlbersEqualAreaConticCartesianToGeoConverter class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConticCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the AlbersEqualAreaConticCartesianToGeoConverter class with the specified parameters.
</para>
</summary>
<param name="ellipsoid">
The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="falseEasting">
The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="falseNorthing">
The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="projectionCenter">
The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.
</param>
<param name="standardParallelN">
The value of the north standard parallel.
</param>
<param name="standardParallelS">
The value of the south standard parallel.
</param>
<param name="primeMeridian">
The prime meridian of the Geo coordinate system.
</param>
</member>
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConticCartesianToGeoConverter.ToString">
<summary>
<para>Returns the textual representation of the AlbersEqualAreaConticCartesianToGeoConverter.
</para>
</summary>
<returns>The AlbersEqualAreaConticCartesianToGeoConverter textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ItemsLoadedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.FileDataAdapterBase.ItemsLoaded"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ItemsLoadedEventArgs.Items">
<summary>
<para>Returns the list of loaded map items.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.DrawMapItemEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DrawMapItemEventHandler.Invoke(System.Object,DevExpress.XtraMap.DrawMapItemEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.DrawMapItemEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.CartesianMapCoordinateSystem">
<summary>
<para>This class allows use of the Cartesian coordinate system for the Map Control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.#ctor">
<summary>
<para>Initializes a new instance of the CartesianMapCoordinateSystem class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.ConvertCoordinate(System.Double,DevExpress.XtraMap.MeasureUnit,DevExpress.XtraMap.MeasureUnit)">
<summary>
<para>Converts the coordinate from one measure unit to another.
</para>
</summary>
<param name="coordinate">
A <see cref="T:System.Double"/> value coordinate in the old measure unit.
</param>
<param name="fromUnit">
A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, which is the old measure unit.
</param>
<param name="toUnit">
A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, which is the new measure unit.
</param>
<returns>A <see cref="T:System.Double"/> value coordinate in the new measure unit.
</returns>
</member>
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.ConvertPoint(DevExpress.Map.CoordPoint,DevExpress.XtraMap.MeasureUnit,DevExpress.XtraMap.MeasureUnit)">
<summary>
<para>Converts a point from one measure unit to another.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object, which is the point in the old measure unit.
</param>
<param name="fromUnit">
A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, the old measure unit.
</param>
<param name="toUnit">
A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, the new measure unit.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.CartesianPoint"/> object, which is a point in the new measure unit.
</returns>
</member>
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.CreatePoint(System.Double,System.Double)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraMap.CartesianPoint"/> with the specified coordinates.
</para>
</summary>
<param name="x">
A <see cref="T:System.Double"/> value, specifying the X coordinate.
</param>
<param name="y">
A <see cref="T:System.Double"/> value, specifying the Y coordinate.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.CartesianPoint"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.CreatePoint(System.String)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraMap.CartesianPoint"/> object from its string representation.
</para>
</summary>
<param name="input">
A string value, that is a string representation of a point.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.CartesianPoint"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.CartesianMapCoordinateSystem.MeasureUnit">
<summary>
<para>Gets or sets a measure unit used by the Cartesian coordinate system.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.ToString">
<summary>
<para>Returns the textual representation of CartesianMapCoordinateSystem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of CartesianMapCoordinateSystem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ColorizerKeyItem">
<summary>
<para>A key for the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorizerKeyItem.#ctor">
<summary>
<para>Initializes a new instance of the ColorizerKeyItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ColorizerKeyItem.Key">
<summary>
<para>Gets or sets the key of the ColorizerKeyItem.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraMap.ColorizerKeyItem.Name">
<summary>
<para>Gets or sets the name of the ColorizerKeyItem.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.ColorizerKeyItem.ToString">
<summary>
<para>Returns the textual representation of the ColorizerKeyItem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the ColorizerKeyItem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ColorizerKeyCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorizerKeyCollection.#ctor">
<summary>
<para>Initializes a new instance of the ColorizerKeyCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorizerKeyCollection.ToString">
<summary>
<para>Returns the textual representation of the ColorizerKeyCollection.
</para>
</summary>
<returns>The ColorizerKeyCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ColorLegendItem">
<summary>
<para>An item that stores information about the color and description of the <see cref="T:DevExpress.XtraMap.ColorLegendBase"/> class descendants.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorLegendItem.#ctor">
<summary>
<para>Initializes a new instance of the ColorLegendItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ColorLegendItem.ImageIndex">
<summary>
<para>Gets or sets the index of an image used by this legend item.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.ColorLegendItem.ToString">
<summary>
<para>Returns the textual representation of the ColorLegendItem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the ColorLegendItem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.NamedAttributeProviderBase">
<summary>
<para>Provides the base functionality to provide map item attributes values by their names.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.NamedAttributeProviderBase.AttributeName">
<summary>
<para>Gets or sets the name of an attribute whose value is provided.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.ArgumentItemKeyProvider">
<summary>
<para>This class is used to provide an argument value of map chart items as a key for the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/> to colorize these items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ArgumentItemKeyProvider.#ctor">
<summary>
<para>Initializes a new instance of the ArgumentItemKeyProvider class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ArgumentItemKeyProvider.ToString">
<summary>
<para>Returns the textual representation of the ArgumentItemKeyProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the ArgumentItemKeyProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.AttributeItemKeyProvider">
<summary>
<para>This class is used to provide an <see cref="T:DevExpress.XtraMap.MapItem"/> objects argument value as a key for the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/> to colorize these items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.AttributeItemKeyProvider.#ctor">
<summary>
<para>Initializes a new instance of the AttributeItemKeyProvider class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.AttributeItemKeyProvider.ToString">
<summary>
<para>Returns the textual representation of the AttributeItemKeyProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the AttributeItemKeyProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemHighlightedStrokeWidthMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> object specifying the highlighted stroke width of map items.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemHighlightedStrokeWidthMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemHighlightedStrokeWidthMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.GeoMapCoordinateSystem">
<summary>
<para>This class allows use of the Geographical coordinate system for the Map Control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GeoMapCoordinateSystem.#ctor">
<summary>
<para>Initializes a new instance of the GeoMapCoordinateSystem class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GeoMapCoordinateSystem.CreatePoint(System.Double,System.Double)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraMap.GeoPoint"/> object with the specified coordinates.
</para>
</summary>
<param name="x">
A <see cref="T:System.Double"/> value, specifying the latitude.
</param>
<param name="y">
A <see cref="T:System.Double"/> value, specifying the longitude.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.GeoMapCoordinateSystem.CreatePoint(System.String)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraMap.GeoPoint"/> object from its string representation.
</para>
</summary>
<param name="input">
A string value, that is the string representation of a point.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.GeoMapCoordinateSystem.Projection">
<summary>
<para>Gets or sets the projection used by the geographical coordinate system.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.GeoMapCoordinateSystem.ToString">
<summary>
<para>Returns the textual representation of GeoMapCoordinateSystem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of GeoMapCoordinateSystem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemSelectedStrokeMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemSelectedStrokeMapping class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemSelectedStrokeMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemSelectedStrokeMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemHighlightedStrokeMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemHighlightedStrokeMapping class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemHighlightedStrokeMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemHighlightedStrokeMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemStrokeMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemStrokeMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemStrokeMapping class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemStrokeMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemStrokeMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemStrokeMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.KeyColorColorizer">
<summary>
<para>A colorizer that uses key-color pairs to colorize map items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.KeyColorColorizer.#ctor">
<summary>
<para>Initializes a new instance of the KeyColorColorizer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.KeyColorColorizer.ColorizeElement(DevExpress.XtraMap.IColorizerElement)">
<summary>
<para>Colorize a map element.
</para>
</summary>
<param name="element">
An object implementing the <see cref="T:DevExpress.XtraMap.IColorizerElement"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraMap.KeyColorColorizer.Colors">
<summary>
<para>Returns a collection of colors used by the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ColorCollection"/> object that stores <see cref="T:System.Drawing.Color"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.KeyColorColorizer.GetColor(System.Object)">
<summary>
<para>Returns the color for the specified key.
</para>
</summary>
<param name="key">
An <see cref="T:System.Object"/> representing the key.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.KeyColorColorizer.ItemKeyProvider">
<summary>
<para>Gets or sets the items' key provider.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraMap.IColorizerItemKeyProvider"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraMap.KeyColorColorizer.Keys">
<summary>
<para>Returns the collection of keys used by the KeyColorColorizer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ColorizerKeyCollection"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.KeyColorColorizer.ToString">
<summary>
<para>Returns the textual representation of the KeyColorColorizer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the KeyColorColorizer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemSelectedFillMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemSelectedFillMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemSelectedFillMapping class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemSelectedFillMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemSelectedFillMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemSelectedFillMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemHighlightedFillMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedFill"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemHighlightedFillMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemHighlightedFillMapping class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemHighlightedFillMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemHighlightedFillMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemHighlightedFillMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemFillMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.Fill"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemFillMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemFillMapping class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemFillMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemFillMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemFillMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapLinePoint2YMapping">
<summary>
<para>This class allows setting the data member value to the Y coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point2"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint2YMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapLinePoint2YMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapLinePoint2YMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the Y coordinate default value of the second point of map lines.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint2YMapping.ToString">
<summary>
<para>Returns the textual representation of the MapLinePoint2YMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapLinePoint2YMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapLinePoint2XMapping">
<summary>
<para>This class allows setting the data member value to the X coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point2"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint2XMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapLinePoint2XMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapLinePoint2XMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the X coordinate default value of the second point of map lines.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint2XMapping.ToString">
<summary>
<para>Returns the textual representation of the MapLinePoint2XMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapLinePoint2XMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapLinePoint1YMapping">
<summary>
<para>This class allows setting the data member value to the Y coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point1"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint1YMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapLinePoint1YMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapLinePoint1YMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the Y coordinate default value of the first point of map lines.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint1YMapping.ToString">
<summary>
<para>Returns the textual representation of the MapLinePoint1YMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapLinePoint1YMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapLinePoint1XMapping">
<summary>
<para>This class allows setting the data member value to the X coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point1"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint1XMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapLinePoint1XMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapLinePoint1XMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the X coordinate default value of the first point of map lines.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapLinePoint1XMapping.ToString">
<summary>
<para>Returns the textual representation of the MapLinePoint1XMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapLinePoint1XMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapCalloutPropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapCallout"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapCustomElementPropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapCustomElement"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapPolylinePropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPolyline"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapPolygonPropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPolygon"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapItemVisiblePropertyMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.Visible"/> property of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemVisiblePropertyMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemVisiblePropertyMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemVisiblePropertyMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> object specifying the visibility of map items.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemVisiblePropertyMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemVisiblePropertyMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemVisiblePropertyMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapPathPropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPath"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapLinePropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapLine"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapEllipseWidthMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapEllipse.Width"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapEllipseWidthMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapEllipseWidthMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapEllipseWidthMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the default width of map ellipses.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapEllipseWidthMapping.ToString">
<summary>
<para>Returns the textual representation of the MapEllipseWidthMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapEllipseWidthMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapEllipseHeightMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapEllipse.Height"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapEllipseHeightMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapEllipseHeightMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapEllipseHeightMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the default height of map ellipses.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapEllipseHeightMapping.ToString">
<summary>
<para>Returns the textual representation of the MapEllipseHeightMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapEllipseHeightMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapEllipsePropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapEllipse"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapPiePropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPie"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapBubbleMarkerTypeMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapBubble.MarkerType"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapBubbleMarkerTypeMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapBubbleMarkerTypeMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapBubbleMarkerTypeMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MarkerType"/> enumeration value specifying the shape kind of map dots.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapBubbleMarkerTypeMapping.ToString">
<summary>
<para>Returns the textual representation of the MapBubbleMarkerTypeMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapBubbleMarkerTypeMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapBubbleSizeMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapBubble.Size"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapBubbleSizeMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapBubbleSizeMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapBubbleSizeMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the size of map bubbles.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapBubbleSizeMapping.ToString">
<summary>
<para>Returns the textual representation of the MapBubbleSizeMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapBubbleSizeMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapBubblePropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapBubble"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.BorderedElementStyle">
<summary>
<para>This class allows specifying the style of the map viewport of the mini map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BorderedElementStyle.#ctor">
<summary>
<para>Initializes a new instance of the BorderedElementStyle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BorderedElementStyle.Stroke">
<summary>
<para>Gets or sets the stroke color of the bordered element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.BorderedElementStyle.ToString">
<summary>
<para>Returns the textual representation of the BorderedElementStyle.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the BorderedElementStyle.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapDotSizeMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapDot.Size"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapDotSizeMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapDotSizeMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapDotSizeMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the size of map dots.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapDotSizeMapping.ToString">
<summary>
<para>Returns the textual representation of the MapDotSizeMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapDotSizeMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapDotShapeKindMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapDot.ShapeKind"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapDotShapeKindMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapDotShapeKindMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapDotShapeKindMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapDotShapeKind"/> enumeration value specifying the shape kind of map dots.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapDotShapeKindMapping.ToString">
<summary>
<para>Returns the textual representation of the MapDotShapeKindMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapDotShapeKindMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapRectanglePropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapRectangle"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapRectangleWidthMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapRectangle.Width"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapRectangleWidthMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapRectangleWidthMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapRectangleWidthMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the default width of map rectangles.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapRectangleWidthMapping.ToString">
<summary>
<para>Returns the textual representation of the MapRectangleWidthMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapRectangleWidthMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapRectangleHeightMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapRectangle.Height"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapRectangleHeightMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapRectangleHeightMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapRectangleHeightMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Double"/> object specifying the default height of map rectangles.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapRectangleHeightMapping.ToString">
<summary>
<para>Returns the textual representation of the MapRectangleHeightMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapRectangleHeightMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MiniMapVectorItemsLayer">
<summary>
<para>A layer that displays vector data on the mini map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MiniMapVectorItemsLayer.#ctor">
<summary>
<para>Initializes a new instance of the MiniMapVectorItemsLayer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MiniMapVectorItemsLayer.Data">
<summary>
<para>Gets or sets the data of the <see cref="T:DevExpress.XtraMap.MiniMapVectorItemsLayer"/>.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMapVectorItemsLayer.ItemImageIndex">
<summary>
<para>Gets or sets the index of an image that all vector items in this layer use.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMapVectorItemsLayer.ItemStyle">
<summary>
<para>Returns the style of vector items stored in this layer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MiniMapVectorItemsLayer.ToString">
<summary>
<para>Returns the textual representation of the MiniMapVectorItemsLayer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MiniMapVectorItemsLayer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MiniMapImageTilesLayer">
<summary>
<para>A layer that displays image tiles, obtained from one of the supported map providers, on the mini map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MiniMapImageTilesLayer.#ctor">
<summary>
<para>Initializes a new instance of the MiniMapImageTilesLayer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MiniMapImageTilesLayer.DataProvider">
<summary>
<para>Gets or sets the data provider of the <see cref="T:DevExpress.XtraMap.MiniMapImageTilesLayer"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapDataProviderBase"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MiniMapImageTilesLayer.ToString">
<summary>
<para>Returns the textual representation of the MiniMapImageTilesLayer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MiniMapImageTilesLayer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MiniMapLayerCollection">
<summary>
<para>A collection of mini map layers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MiniMapLayerCollection.Swap(System.Int32,System.Int32)">
<summary>
<para>Swaps two layers that are stored in the collection.
</para>
</summary>
<param name="index1">
A <see cref="T:System.Int32"/> value specifying the index of the first swapping layer.
</param>
<param name="index2">
A <see cref="T:System.Int32"/> value specifying the index of the second swapping layer.
</param>
</member>
<member name="M:DevExpress.XtraMap.MiniMapLayerCollection.ToString">
<summary>
<para>Returns the textual representation of the MiniMapLayerCollection.
</para>
</summary>
<returns>The MiniMapLayerCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MiniMapLayerBase">
<summary>
<para>The base class for all mini map layers.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MiniMapLayerBase.Name">
<summary>
<para>Gets or sets the name of this layer.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.MiniMapLayerBase.ToString">
<summary>
<para>Returns the textual representation of the MiniMapLayerBase.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MiniMapLayerBase.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapDotPropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapDot"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapShapePropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapShape"/> property mappings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapItemPropertyMappingBase">
<summary>
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapItem"/> property mappings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemPropertyMappingBase.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemPropertyMappingBase.Member">
<summary>
<para>Gets or sets the data member whose value is assigned as the map item property.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data member name.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemPropertyMappingBase.Name">
<summary>
<para>Gets or sets the name of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the property.
</value>
</member>
<member name="T:DevExpress.XtraMap.ItemsLoadedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.FileDataAdapterBase.ItemsLoaded"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ItemsLoadedEventHandler.Invoke(System.Object,DevExpress.XtraMap.ItemsLoadedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.FileDataAdapterBase.ItemsLoaded"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.ItemsLoadedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.MapItemPropertyMappingCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingBase"/> class descendant objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemPropertyMappingCollection.ToString">
<summary>
<para>Returns the textual representation of the MapItemPropertyMappingCollection.
</para>
</summary>
<returns>The MapItemPropertyMappingCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.CartesianSourceCoordinateSystem">
<summary>
<para>This class allows use of the Cartesian coordinate system for the Map Control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CartesianSourceCoordinateSystem.#ctor">
<summary>
<para>Initializes a new instance of the CartesianSourceCoordinateSystem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.CartesianSourceCoordinateSystem.MeasureUnit">
<summary>
<para>Gets or sets the measure unit used by the Cartesian coordinate system.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, specifying the measure unit.
</value>
</member>
<member name="M:DevExpress.XtraMap.CartesianSourceCoordinateSystem.ToString">
<summary>
<para>Returns the textual representation of the CartesianSourceCoordinateSystem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the CartesianSourceCoordinateSystem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.FixedMiniMapBehavior">
<summary>
<para>This class provides the fixed mini map behavior.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.FixedMiniMapBehavior.#ctor">
<summary>
<para>Initializes a new instance of the FixedMiniMapBehavior class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.FixedMiniMapBehavior.CenterPoint">
<summary>
<para>Gets or sets a center point of a mini map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.FixedMiniMapBehavior.ToString">
<summary>
<para>Returns the textual representation of FixedMiniMapBehavior.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of FixedMiniMapBehavior.
</returns>
</member>
<member name="P:DevExpress.XtraMap.FixedMiniMapBehavior.ZoomLevel">
<summary>
<para>Gets or sets the zoom level of a mini map.
</para>
</summary>
<value>A double value, specifying the zoom level.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapCoordinateSystem">
<summary>
<para>This class provides the base functionality of the coordinate system for the Map Control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapCoordinateSystem.CreatePoint(System.Double,System.Double)">
<summary>
<para>Creates a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant with the specified coordinates.
</para>
</summary>
<param name="x">
A <see cref="T:System.Double"/> value, specifying the X coordinate.
</param>
<param name="y">
A <see cref="T:System.Double"/> value, specifying the Y coordinate.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapCoordinateSystem.CreatePoint(System.String)">
<summary>
<para>Creates a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object from its string representation.
</para>
</summary>
<param name="input">
A string value, that is the string representation of a point.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MiniMapBehavior">
<summary>
<para>The base class to provide mini map behavior.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.CoordPointCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CoordPointCollection.#ctor">
<summary>
<para>Initializes a new instance of the CoordPointCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CoordPointCollection.Add(DevExpress.Map.CoordPoint)">
<summary>
<para>Adds a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object to the collection.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object which should be added to the collection.
</param>
<returns>An integer value indicating the position into which the new element was inserted.
</returns>
</member>
<member name="P:DevExpress.XtraMap.CoordPointCollection.Item(System.Int32)">
<summary>
<para>Returns a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object stored in the specified index.
</para>
</summary>
<param name="index">
A <see cref="T:System.Int32"/> value.
</param>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.CoordPointCollection.ToString">
<summary>
<para>Returns the textual representation of the CoordPointCollection.
</para>
</summary>
<returns>The CoordPointCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SqlGeometryDataAdapter">
<summary>
<para>The data adapter that allows generating map items from a <a href="https://msdn.microsoft.com/library/cc280487(v=sql.120).aspx">geometry</a> datasource.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryDataAdapter.#ctor">
<summary>
<para>Initializes a new instance of the SqlGeometryDataAdapter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.ConnectionString">
<summary>
<para>Gets or sets the connection string to a SQL database.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryDataAdapter.Load">
<summary>
<para>Loads <a href="https://msdn.microsoft.com/library/cc280487(v=sql.120).aspx">geometry</a> items from the specified data source.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.SpatialDataMember">
<summary>
<para>Gets or sets the name of a spatial data member.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.SqlText">
<summary>
<para>Gets or sets the SQL query that will be used to select data from a SQL database.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryDataAdapter.ToString">
<summary>
<para>Returns the textual representation of SqlGeometryDataAdapter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of SqlGeometryDataAdapter.
</returns>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.WizardSource">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraMap.SqlGeometryDataAdapterBase">
<summary>
<para>This class provides the base functionality to provide data from a SQL Geometry datasource.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapItemsLoadedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event of the <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLoadedEventArgs.#ctor(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes a new instance of the MapItemsLoadedEventArgs class with specified settings.
</para>
</summary>
<param name="items">
A set of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLoadedEventArgs.Items">
<summary>
<para>Returns the list of loaded map items.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.DynamicMiniMapBehavior">
<summary>
<para>This class provides the dynamic mini map behavior.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DynamicMiniMapBehavior.#ctor">
<summary>
<para>Initializes a new instance of the DynamicMiniMapBehavior class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.DynamicMiniMapBehavior.MaxZoomLevel">
<summary>
<para>Gets or sets the maximum value of the mini map zoom level.
</para>
</summary>
<value>A double value, specifying the maximum of zoom level.
</value>
</member>
<member name="P:DevExpress.XtraMap.DynamicMiniMapBehavior.MinZoomLevel">
<summary>
<para>Gets or sets the minimum value of the mini map zoom level.
</para>
</summary>
<value>A double value, specifying the minimum zoom level.
</value>
</member>
<member name="M:DevExpress.XtraMap.DynamicMiniMapBehavior.ToString">
<summary>
<para>Returns the textual representation of DynamicMiniMapBehavior.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of DynamicMiniMapBehavior.
</returns>
</member>
<member name="P:DevExpress.XtraMap.DynamicMiniMapBehavior.ZoomOffset">
<summary>
<para>Gets or sets the mini map zoom level offset relative to the map control zoom level.
</para>
</summary>
<value>A double value, specifying the offset.
</value>
</member>
<member name="T:DevExpress.XtraMap.KmlFileDataAdapter">
<summary>
<para>Data adapter that provides data from a <a href="https://developers.google.com/kml/documentation/kml_tut">KML</a> file.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.KmlFileDataAdapter.#ctor">
<summary>
<para>Initializes a new instance of the KmlFileDataAdapter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.KmlFileDataAdapter.FileUri">
<summary>
<para>Gets or sets an Uri that defines the location of a KML file.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object that contains a KML file Uri.
</value>
</member>
<member name="P:DevExpress.XtraMap.KmlFileDataAdapter.SourceCoordinateSystem">
<summary>
<para>Gets or sets the coordinate system of the KML file data adapter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoSourceCoordinateSystem"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.KmlFileDataAdapter.ToString">
<summary>
<para>Returns the textual representation of KmlFileDataAdapter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of KmlFileDataAdapter.
</returns>
</member>
<member name="T:DevExpress.XtraMap.OpenStreetMapKind">
<summary>
<para>Lists the values used to specify the kind of layer that should be obtained from the <see cref="T:DevExpress.XtraMap.OpenStreetMapDataProvider"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Basic">
<summary>
<para><para>The layer represents the basic (<a href="http://wiki.openstreetmap.org/wiki/Mapnik">mapnik</a>) OSM map. To see this map kind, use the following link: <a href="http://www.openstreetmap.org/#map=5/51.481/-0.132">openstreetmap.org</a>. This is the <b>base</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.CycleMap">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/OpenCycleMap">MapCycleMap</a> OSM map. To see this map kind, use the following link: <a href="http://www.openstreetmap.org/#map=5/50.289/-0.176&amp;layers=C">openstreetmap.org</a>. This is the <b>base</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.CyclingRoutes">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/Cycle_routes">Cycle routes</a> OSM map. To see this map kind, use the following link: <a href="http://cycling.waymarkedtrails.org/">cycling.waymarkedtrails.org</a>. This is the <b>overlay</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.GrayScale">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/Mapnik">mapnik map grayscale</a> OSM map. This is the <b>base</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.HikingRoutes">
<summary>
<para><para>The layer represents the <a href="https://wiki.openstreetmap.org/wiki/Hiking_Map">Hiking Map</a> OSM map. To see this map kind, use the following link: <a href="http://hiking.waymarkedtrails.org/">hiking.waymarkedtrails.org</a>. This is the <b>overlay</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Hot">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/Humanitarian_OSM_Team">Humanitarian OSM Team</a> OSM map. To see this map kind, use the following link: <a href="http://www.openstreetmap.org/#map=5/50.289/-0.176&amp;layers=H">openstreetmap.org</a>. This is the <b>base</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Mapquest">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/MapQuest">MapQuest</a> OSM map. To see this map kind, use the following link: <a href="http://www.openstreetmap.org/#map=5/50.289/-0.176&amp;layers=Q">openstreetmap.org</a>. This is the <b>base</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.MapquestSatellite">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/MapQuest">MapQuest Satellite</a> OSM map. To see this map kind, use the following link: <a href="http://www.mapquest.com/satellite-maps/">mapquest.org</a>. This is the <b>base</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.PublicTransport">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/Openptmap">Openptmap</a> OSM map. To see this map kind, use the following link: <a href="http://www.openptmap.org/">openptmap.org</a>. This is the <b>overlay</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.SeaMarks">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/OpenSeaMap">OpenSeaMap</a> OSM map. To see this map kind, use the following link: <a href="http://www.openseamap.org/">www.openseamap.org</a>. This is the <b>overlay</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.SkiMap">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/OpenPisteMap">OpenPisteMap</a> OSM map. This is the <b>overlay</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Transport">
<summary>
<para><para>The layer represents the <a href="http://wiki.openstreetmap.org/wiki/Transport_Map">transport</a> OSM map. To see this map kind, use the following link: <a href="http://www.openstreetmap.org/#map=5/50.289/-0.176&amp;layers=T">openstreetmap.org</a>. This is the <b>base</b> layer type.
</para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.BingAddress">
<summary>
<para>This class represents the address information obtained from the Bing GIS services.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingAddress.#ctor">
<summary>
<para>Initializes a new instance of the BingAddress class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.AddressLine">
<summary>
<para>Gets or sets the official street line of an address relative to the area, as specified by the <see cref="P:DevExpress.XtraMap.BingAddress.Locality"/> or <see cref="P:DevExpress.XtraMap.BingAddress.PostalCode"/> properties.
</para>
</summary>
<value>The official street line of an address relative to the area, as specified by the <b>Locality</b> or <b>PostalCode</b> properties.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.AdminDistrict">
<summary>
<para>Gets or sets the subdivision name in the country or region for an address.
</para>
</summary>
<value>The subdivision name in the country or region for an address.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.CountryRegion">
<summary>
<para>Gets or sets the country or region name of an address.
</para>
</summary>
<value>The country or region name of an address.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.CountryRegionIso2">
<summary>
<para>Gets or sets the <a href="https://www.iso.org/iso-3166-country-codes.html">two-letter ISO country code</a>.
</para>
</summary>
<value>The two-letter ISO country code.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.District">
<summary>
<para>Gets or sets the subdivision name in the country or region for an address.
</para>
</summary>
<value>The subdivision name in the country or region for an address.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.Locality">
<summary>
<para>Gets or sets the populated place for the address.
</para>
</summary>
<value>The populated place for the address.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.Neighborhood">
<summary>
<para>Gets or sets the neighborhood for an address.
</para>
</summary>
<value>The neighborhood for an address.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.PostalCode">
<summary>
<para>Gets or sets the post code, postal code, or ZIP Code of an address.
</para>
</summary>
<value>The post code, postal code, or ZIP Code of an address.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingAddress.PostalTown">
<summary>
<para>Gets or sets the city or neighborhood that corresponds to the <see cref="P:DevExpress.XtraMap.BingAddress.PostalCode"/> of the address information obtained from Bing GIS services.
</para>
</summary>
<value>A <see cref="T:System.String"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingAddress.ToString">
<summary>
<para>Returns the textual representation of the BingAddress.
</para>
</summary>
<returns>The BingAddress textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.AddressBase">
<summary>
<para>The base class for all classes representing the address information obtained from GIS services.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.AddressBase.FormattedAddress">
<summary>
<para>Gets or sets the complete address.
</para>
</summary>
<value>The complete address.
</value>
</member>
<member name="T:DevExpress.XtraMap.CartesianPoint">
<summary>
<para>A Cartesian point on the map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CartesianPoint.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the CartesianPoint class with specified X and Y coordinates.
</para>
</summary>
<param name="x">
A <b>Double</b> value specifying an X coordinate.
</param>
<param name="y">
A <b>Double</b> value specifying an Y coordinate.
</param>
</member>
<member name="M:DevExpress.XtraMap.CartesianPoint.#ctor">
<summary>
<para>Initializes a new instance of the CartesianPoint class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CartesianPoint.Offset(System.Double,System.Double)">
<summary>
<para>Initializes an instance of a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object offset by specified values.
</para>
</summary>
<param name="offsetX">
A <see cref="T:System.Double"/> value specifying an X coordinate offset.
</param>
<param name="offsetY">
A <see cref="T:System.Double"/> value specifying an Y coordinate offset.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.CartesianPoint.Parse(System.String)">
<summary>
<para>Initializes a Cartesian point from a string.
</para>
</summary>
<param name="source">
A <b>String</b> value representing a point.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.CartesianPoint"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.CartesianPoint.X">
<summary>
<para>Gets or sets the value of an X coordinate of a Cartesian point.
</para>
</summary>
<value>A <b>Double</b> value representing a value of an X coordinate.
</value>
</member>
<member name="P:DevExpress.XtraMap.CartesianPoint.Y">
<summary>
<para>Gets or sets the value of an Y coordinate of a Cartesian point.
</para>
</summary>
<value>A <b>Double</b> value representing a value of an Y coordinate.
</value>
</member>
<member name="T:DevExpress.XtraMap.MeasureUnit">
<summary>
<para>Represents a measure unit used by a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.#ctor(System.Double,System.String,System.String)">
<summary>
<para>Initializes a new instance of the MeasureUnit class with the specified meters in a unit, and the name and abbreviation parameters.
</para>
</summary>
<param name="metersInUnit">
A <b>Double</b> value specifying the number of units in one meter.
</param>
<param name="name">
A string specifying the name of the measure unit.
</param>
<param name="abbreviation">
A string specifying the abbreviation of the measure unit.
</param>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Abbreviation">
<summary>
<para>Gets an abbreviation corresponding to the current measure unit.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which is the abbreviation of a measure unit.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Centimeter">
<summary>
<para>Returns an instance of the MeasureUnit class representing centimeters.
</para>
</summary>
<value>A MeasureUnit object representing centimeters.
</value>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current MeasureUnit instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b>, if the specified object is equal to the current MeasureUnit instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.Equals(DevExpress.XtraMap.MeasureUnit)">
<summary>
<para>Determines whether the specified measure unit is equal to the current MeasureUnit instance.
</para>
</summary>
<param name="unit">
The <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object to compare with the current object.
</param>
<returns><b>true</b>, if the specified measure unit is equal to the current MeasureUnit instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Foot">
<summary>
<para>Returns an instance of the MeasureUnit class representing feet.
</para>
</summary>
<value>A MeasureUnit object representing foots.
</value>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.FromMeters(System.Double)">
<summary>
<para>Converts a value in meters to the value in the current measure unit.
</para>
</summary>
<param name="value">
A <b>Double</b> value specifying the quantity in meters.
</param>
<returns>A <b>Double</b> value specifying the quantity in the current measure unit.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Furlong">
<summary>
<para>Returns an instance of the MeasureUnit class representing furlongs.
</para>
</summary>
<value>A MeasureUnit object representing furlongs.
</value>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current MeasureUnit object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.GetPredefinedUnits">
<summary>
<para>Returns a list of predefined measure units.
</para>
</summary>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.XtraMap.MeasureUnit"/> objects, representing typical measure units.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Inch">
<summary>
<para>Returns an instance of the MeasureUnit class representing inches.
</para>
</summary>
<value>A MeasureUnit object representing inches.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Kilometer">
<summary>
<para>Returns an instance of the MeasureUnit class representing kilometers.
</para>
</summary>
<value>A MeasureUnit object representing kilometers.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Meter">
<summary>
<para>Returns an instance of the MeasureUnit class representing meters.
</para>
</summary>
<value>A MeasureUnit object representing meters.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.MetersInUnit">
<summary>
<para>Returns a value specifying the current measure unit converted into meters.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the number of meters in the measure unit.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Mile">
<summary>
<para>Returns an instance of the MeasureUnit class representing miles.
</para>
</summary>
<value>A MeasureUnit object representing miles.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Millimeter">
<summary>
<para>Returns an instance of the MeasureUnit class representing millimeters.
</para>
</summary>
<value>A MeasureUnit object representing millimeters.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Name">
<summary>
<para>Gets a name of a measure unit
</para>
</summary>
<value>A <see cref="T:System.String"/> value which is the name of a measure unit.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.NauticalMile">
<summary>
<para>Returns an instance of the MeasureUnit class representing nautical miles.
</para>
</summary>
<value>A MeasureUnit object representing nautical miles.
</value>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.ToMeters(System.Double)">
<summary>
<para>Converts a current measure unit value to its value in meters.
</para>
</summary>
<param name="value">
A <b>Double</b> value in the current measure unit.
</param>
<returns>A <b>Double</b> value in meters.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MeasureUnit.ToString">
<summary>
<para>Returns the textual representation of MeasureUnit.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MeasureUnit.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MeasureUnit.Yard">
<summary>
<para>Returns an instance of the MeasureUnit class representing yards.
</para>
</summary>
<value>A MeasureUnit object representing yards.
</value>
</member>
<member name="T:DevExpress.XtraMap.KavrayskiyProjection">
<summary>
<para>Represents the <a href="http://en.wikipedia.org/wiki/Kavrayskiy_VII_projection">Kavrayskiy VII</a> map projection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.KavrayskiyProjection.#ctor">
<summary>
<para>Initializes a new instance of the KavrayskiyProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.KavrayskiyProjection.ToString">
<summary>
<para>Returns the textual representation of KavrayskiyProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of KavrayskiyProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection">
<summary>
<para>Represents the <a href="http://en.wikipedia.org/wiki/Lambert_cylindrical_equal-area_projection">Lambert cylindrical equal-area</a> map projection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection.#ctor">
<summary>
<para>Initializes a new instance of the LambertCylindricalEqualAreaProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection.ToString">
<summary>
<para>Returns the textual representation of LambertCylindricalEqualAreaProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of LambertCylindricalEqualAreaProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.EquidistantProjection">
<summary>
<para>Represents the <a href="http://mathworld.wolfram.com/CylindricalEquidistantProjection.html">cylindrical equidistant</a> map projection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EquidistantProjection.#ctor">
<summary>
<para>Initializes a new instance of the EquidistantProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EquidistantProjection.ToString">
<summary>
<para>Returns the textual representation of EquidistantProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of EquidistantProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ColorConverter">
<summary>
<para>Converter that transforms instances of the <see cref="T:System.Object"/> class to instances of the <see cref="T:System.Drawing.Color"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorConverter.ConvertToColor(System.Object)">
<summary>
<para>Converts the specified <see cref="T:System.Object"/> to <see cref="T:System.Drawing.Color"/>
</para>
</summary>
<param name="val">
A <see cref="T:System.Object"/> which should be converted.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> object representing the converted specified object.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MiniMapAlignment">
<summary>
<para>Lists the values used to specify the position of a mini map on a map.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MiniMapAlignment.BottomLeft">
<summary>
<para>A mini map aligned to the bottom-left corner of a map.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MiniMapAlignment.BottomRight">
<summary>
<para>A mini map aligned to the bottom-right corner of a map.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MiniMapAlignment.TopLeft">
<summary>
<para>A mini map aligned to the top-left corner of a map.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MiniMapAlignment.TopRight">
<summary>
<para>A mini map aligned to the top-right corner of a map.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MiniMap">
<summary>
<para>This class allows showing the mini map on the <see cref="T:DevExpress.XtraMap.MapControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MiniMap.#ctor">
<summary>
<para>Initializes a new instance of the MiniMap class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.Alignment">
<summary>
<para>Gets or sets the alignment of a mini map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MiniMapAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.Behavior">
<summary>
<para>Gets or sets the behavior of a mini map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MiniMapBehavior"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.EnableScrolling">
<summary>
<para>Gets or sets a value indicating whether or not scrolling is enabled.
</para>
</summary>
<value><b>true</b>, if scrolling is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.EnableZooming">
<summary>
<para>Gets or sets a value indicating whether or not zooming is enabled.
</para>
</summary>
<value><b>true</b>, if zooming is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.Height">
<summary>
<para>Gets or sets the height of a mini map.
</para>
</summary>
<value>An integer value specifying the height of a mini map.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.Layers">
<summary>
<para>Returns the collection of <see cref="T:DevExpress.XtraMap.MiniMapLayerBase"/> class descendant objects.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MiniMapLayerCollection"/> object, which stores <see cref="T:DevExpress.XtraMap.MiniMapLayerBase"/> class descendant objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.SetMapCenterOnClick">
<summary>
<para>Gets or sets a value indicating whether or not to change the map center when an end-user clicks the mini map.
</para>
</summary>
<value><b>true</b> to allow setting the center point; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.MiniMap.ToString">
<summary>
<para>Returns the textual representation of MiniMap.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MiniMap.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.ViewportStyle">
<summary>
<para>Returns the style of a mini map viewport.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BorderedElementStyle"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.Visible">
<summary>
<para>Gets or sets a value indicating whether or not a mini map should be displayed.
</para>
</summary>
<value><b>true</b> to display a mini map; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MiniMap.Width">
<summary>
<para>Gets or sets the width of a mini map.
</para>
</summary>
<value>An integer value, specifying the height of a mini map.
</value>
</member>
<member name="T:DevExpress.XtraMap.SqlGeometryItemStorage">
<summary>
<para>The date adapter stores manually added <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItemStorage.#ctor">
<summary>
<para>Initializes new instance of the SqlGeometryItemStorage class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryItemStorage.Items">
<summary>
<para>Provides access to the collection of SQL Geometry items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SqlGeometryItemCollection"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItemStorage.Load">
<summary>
<para>Loads manually created <a href="https://msdn.microsoft.com/library/cc280487(v=sql.120).aspx">geometry</a> items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItemStorage.ToString">
<summary>
<para>Returns the textual representation of the SqlGeometryItemStorage.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SqlGeometryItemStorage.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SqlGeometryItemCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/>s.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItemCollection.#ctor(DevExpress.XtraMap.SqlGeometryItemStorage)">
<summary>
<para>Initializes new instance of the SqlGeometryItemCollection class with the specified parameters.
</para>
</summary>
<param name="sqlGeometryItemStorage">
A <see cref="T:DevExpress.XtraMap.SqlGeometryItemStorage"/> object which is the owner of this collection.
</param>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItemCollection.ToString">
<summary>
<para>Returns the textual representation of the SqlGeometryItemCollection.
</para>
</summary>
<returns>The SqlGeometryItemCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SqlGeometryItem">
<summary>
<para>This class is used to represent the SQL Geometry <a href="https://msdn.microsoft.com/en-us/library/bb964711.aspx">spatial data objects</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItem.#ctor(System.String,System.Int32)">
<summary>
<para>Initializes new instance of the SqlGeometryItem class with the specified parameters.
</para>
</summary>
<param name="wktString">
A <see cref="T:System.String"/> object representing Well-Known Text.
</param>
<param name="srid">
A <see cref="T:System.Int32"/> object representing <a href="https://msdn.microsoft.com/library/bb964707.aspx">SRID</a>.
</param>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItem.#ctor">
<summary>
<para>Initializes new instance of the SqlGeometryItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryItem.Attributes">
<summary>
<para>Returns the collection of <see cref="T:DevExpress.XtraMap.MapItemAttribute"/> objects assigned to this item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> object stored <see cref="T:DevExpress.XtraMap.MapItemAttribute"/> object assigned to this item.
</value>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItem.FromWkt(System.String,System.Int32)">
<summary>
<para>Creates the <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> object from the <a href="http://en.wikipedia.org/wiki/Well-known_text">Well-Known Text</a>.
</para>
</summary>
<param name="wktString">
A <see cref="T:System.String"/> object representing WKT.
</param>
<param name="srid">
A <see cref="T:System.Int32"/> object representing <a href="https://msdn.microsoft.com/library/bb964707.aspx">SRID</a>.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> object created from WKT.
</returns>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryItem.Srid">
<summary>
<para>Gets or sets the <a href="https://msdn.microsoft.com/library/bb964707.aspx">spatial reference ID</a> of the item.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> object representing the SRID.
</value>
</member>
<member name="M:DevExpress.XtraMap.SqlGeometryItem.ToString">
<summary>
<para>Returns the textual representation of the SqlGeometryItem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SqlGeometryItem.
</returns>
</member>
<member name="P:DevExpress.XtraMap.SqlGeometryItem.WktString">
<summary>
<para>Gets or sets the string representing the <a href="http://en.wikipedia.org/wiki/Well-known_text">Well-Known Text</a>.
</para>
</summary>
<value>A <see cref="T:System.String"/> object representing the WKT.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemColorMappingBase">
<summary>
<para>The base class for color-based property mappings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemColorMappingBase.ColorConverter">
<summary>
<para>Gets or sets the color converter used by this property mapping class' descendants.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ColorConverter"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemColorMappingBase.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.ShapefileDataAdapter">
<summary>
<para>Data adapter that provides data from a <a href="https://en.wikipedia.org/wiki/Shapefile">shapefile</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.#ctor">
<summary>
<para>Initializes a new instance of the ShapefileDataAdapter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ShapefileDataAdapter.DefaultEncoding">
<summary>
<para>Gets or sets the encoding, which should be used if a file does not contain encoding information.
</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ShapefileDataAdapter.FileUri">
<summary>
<para>Gets or sets an Uri that defines the location of a shapefile.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object that contains a shapefile Uri.
</value>
</member>
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.LoadFromStream(System.IO.Stream,System.IO.Stream)">
<summary>
<para>Loads data in a Shapefile format from a stream.
</para>
</summary>
<param name="shpStream">
A <see cref="T:System.IO.Stream"/> class descendant object, that is a stream of an ESRI Shapefile.
</param>
<param name="dbfStream">
A <see cref="T:System.IO.Stream"/> class descendant object, that is a stream of a DBF file.
</param>
</member>
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.LoadPrjFile">
<summary>
<para>Loads the <b>*.prj</b> file data, which contains information about the coordinate system and projection.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraMap.SourceCoordinateSystem"/> class descendant object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.LoadPrjFile(System.Uri)">
<summary>
<para>Loads coordinate system metadata from the <i>*.PRJ</i> file.
</para>
</summary>
<param name="prjFileUri">
A <see cref="T:System.Uri"/> object, that is the URI to the <i>*.PRJ</i> file.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.SourceCoordinateSystem"/> class descendant representing the contents of the <i>*.PRJ</i> file.
</returns>
</member>
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.ToString">
<summary>
<para>Returns the textual representation of ShapefileDataAdapter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of ShapefileDataAdapter.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapSegmentCollectionBase`1">
<summary>
<para>Defines the base type for collections used by vector items containing segments.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.CoordinateSystemDataAdapterBase">
<summary>
<para>The base class for adapters, whose data should be interpreted by the coordinate system.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CoordinateSystemDataAdapterBase.Load">
<summary>
<para>Loads data from a datasource.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.CoordinateSystemDataAdapterBase.SourceCoordinateSystem">
<summary>
<para>Gets or sets the coordinate system of a data adapter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SourceCoordinateSystem"/> class descendant object.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapChartItemMappingInfo">
<summary>
<para>The base for all classes that contain information about mapping chart items.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapChartItemMappingInfo.ImageIndex">
<summary>
<para>This property is hidden because it can not be used with the MapChartItemMappingInfo.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.MapChartItemMappingInfo.Type">
<summary>
<para>This property is hidden, because it can not be used with the MapChartItemMappingInfo.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.MapChartItemMappingInfo.Value">
<summary>
<para>Gets or sets the name of the data field, which contains data to determine values for chart items.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapBubbleMappingInfo">
<summary>
<para>Contains information about mapping the Bubble chart item.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapBubbleMappingInfo.BubbleGroup">
<summary>
<para>Gets or sets the name of the data field, which contains data to determine groups for Bubble charts.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapBubbleMappingInfo.ToString">
<summary>
<para>Returns the textual representation of MapBubbleMappingInfo.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapBubbleMappingInfo.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemMappingInfoBase">
<summary>
<para>The base for all classes that contain information about mapping various chart items.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.GenericColorizer`1">
<summary>
<para>The base class for all colorizers used with generic types.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ListSourceDataAdapter">
<summary>
<para>The data adapter that provides the means to bind the Map control to data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ListSourceDataAdapter.#ctor">
<summary>
<para>Initializes a new instance of the ListSourceDataAdapter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.DefaultMapItemType">
<summary>
<para>Specifies the type of map items to be used by default when generating items from a data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.ImageIndexMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.LatitudeMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.LongitudeMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.Mappings">
<summary>
<para>Contains information on how data for map items should be obtained from a data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemMappingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.TextMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraMap.ListSourceDataAdapter.ToString">
<summary>
<para>Returns the textual representation of the ListSourceDataAdapter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the ListSourceDataAdapter.
</returns>
</member>
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.TypeMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraMap.InnerBoundary">
<summary>
<para>Contains a list of points that define the inner boundaries of a vector item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.InnerBoundary.#ctor">
<summary>
<para>Initializes a new instance of the InnerBoundary class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.InnerBoundary.Points">
<summary>
<para>Gets or sets a collection of points defining the inner boundary.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.InnerBoundary.ToString">
<summary>
<para>Returns the textual representation of the InnerBoundary.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the InnerBoundary.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemSelectedStrokeWidthMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> object specifying the selected stroke width of map items.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemSelectedStrokeWidthMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemSelectedStrokeWidthMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SummaryFunction">
<summary>
<para>Lists the values that specify the types of summary functions used when generating chart items for the Map control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.SummaryFunction.Average">
<summary>
<para>The <b>average</b> value is calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.SummaryFunction.Count">
<summary>
<para>The <b>total count</b> value is calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.SummaryFunction.Max">
<summary>
<para>The <b>maximum value</b> is calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.SummaryFunction.Min">
<summary>
<para>The <b>minimum value</b> is calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.SummaryFunction.Sum">
<summary>
<para>The <b>total summary</b> value is calculated.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.SizeLegendType">
<summary>
<para>Lists the values that specify the types of size legends.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.SizeLegendType.Inline">
<summary>
<para>Legend items are placed in line.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.SizeLegendType.Nested">
<summary>
<para>Legend items are placed nested one into another.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MeasureRules">
<summary>
<para>Contains measure rules for vector items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MeasureRules.#ctor">
<summary>
<para>Initializes a new instance of the MeasureRules class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MeasureRules.ApproximateValues">
<summary>
<para>Gets or sets a value indicating whether or not it's necessary to approximate values for measure rules.
</para>
</summary>
<value><b>true</b>, to approximate values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureRules.RangeDistribution">
<summary>
<para>Gets or sets the distribution type of range colors in these measure rules.
</para>
</summary>
<value>An object implementing the <b>IRangeDistribution</b> interface.
</value>
</member>
<member name="P:DevExpress.XtraMap.MeasureRules.RangeStops">
<summary>
<para>Gets range stops for these measure rules.
</para>
</summary>
<value>A collection of double values that represents colorizer range stops.
</value>
</member>
<member name="M:DevExpress.XtraMap.MeasureRules.ToString">
<summary>
<para>Returns the textual representation of the MeasureRules.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the MeasureRules.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MeasureRules.ValueProvider">
<summary>
<para>Provides values to these measure rules.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraMap.IMeasuredItemValueProvider"/> interface.
</value>
</member>
<member name="T:DevExpress.XtraMap.SizeLegend">
<summary>
<para>Represents a map legend that details the meaning of Bubble sizes in a Bubble chart.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SizeLegend.#ctor">
<summary>
<para>Initializes a new instance of the SizeLegend class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.SizeLegend.CustomItems">
<summary>
<para>Provides access to the collection of custom legend items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> object that contains custom legend items.
</value>
</member>
<member name="F:DevExpress.XtraMap.SizeLegend.DefaultSizeLegendType">
<summary>
<para>Specifies the default type for a <b>Size Legend</b>.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.XtraMap.SizeLegend.ShowTickMarks">
<summary>
<para>Gets or sets a value indicating whether or not it is necessary to show tick marks for the size legend.
</para>
</summary>
<value><b>true</b> to show tickmarks; <b>false</b> to hide them.
</value>
</member>
<member name="M:DevExpress.XtraMap.SizeLegend.ToString">
<summary>
<para>Returns the textual representation of SizeLegend.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of SizeLegend.
</returns>
</member>
<member name="P:DevExpress.XtraMap.SizeLegend.Type">
<summary>
<para>Specifies the type of a Size legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SizeLegendType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraMap.PieChartDataAdapter">
<summary>
<para>The data adapter that provides data to generate Pie chart items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.PieChartDataAdapter.#ctor">
<summary>
<para>Initializes a new instance of the PieChartDataAdapter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.PieChartDataAdapter.Mappings">
<summary>
<para>Contains information on how data for chart items should be obtained from a data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPieMappingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.PieChartDataAdapter.PieItemDataMember">
<summary>
<para>Gets or sets the name of a field that stores values used to group pie segments into pies.
</para>
</summary>
<value>The data field name.
</value>
</member>
<member name="P:DevExpress.XtraMap.PieChartDataAdapter.PieSegmentMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraMap.PieChartDataAdapter.ToString">
<summary>
<para>Returns the textual representation of PieChartDataAdapter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of PieChartDataAdapter.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BubbleChartDataAdapter">
<summary>
<para>The data adapter that provides data to generate Bubble chart items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BubbleChartDataAdapter.#ctor">
<summary>
<para>Initializes a new instance of the BubbleChartDataAdapter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.BubbleGroupMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.BubbleItemDataMember">
<summary>
<para>Specifies the name of an object in a data source to provide data for a data adapter.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.Mappings">
<summary>
<para>Contains information on how data for chart items should be obtained from a data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapBubbleMappingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.MarkerType">
<summary>
<para>Gets or sets a value specifying the appearance of bubble markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MarkerType"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraMap.BubbleChartDataAdapter.ToString">
<summary>
<para>Returns the textual representation of BubbleChartDataAdapter.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of BubbleChartDataAdapter.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ChartDataSourceAdapter">
<summary>
<para>The base class for data adapters that provide data to generate chart items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ChartDataSourceAdapter.GetItemListSourceIndices(System.Object)">
<summary>
<para>Returns indices of items in the source list for the specified item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> or a <see cref="T:DevExpress.XtraMap.PieSegment"/> object.
</param>
<returns>An array of integer values.
</returns>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.ItemMaxSize">
<summary>
<para>Specifies the maximum size of generated chart items.
</para>
</summary>
<value>An integer value specifying the maximum chart size, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.ItemMinSize">
<summary>
<para>Specifies the minimum size of generated chart items.
</para>
</summary>
<value>An integer value specifying the minimum chart size, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.LatitudeMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.LongitudeMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.Mappings">
<summary>
<para>Contains information on how data for chart items should be obtained from a data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapChartItemMappingInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.MeasureRules">
<summary>
<para>Specifies rules to define the meaning of the size for generated chart items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MeasureRules"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.SummaryFunction">
<summary>
<para>Specifies the summary function to aggregate data when generating chart items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SummaryFunction"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.TextMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.ValueMember">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemStrokeWidthMapping">
<summary>
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemStrokeWidthMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemStrokeWidthMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemStrokeWidthMapping.DefaultValue">
<summary>
<para>Gets or sets the default value of the property specified by this mapping.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> object specifying the stroke width of map items.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemStrokeWidthMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemStrokeWidthMapping.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the MapItemStrokeWidthMapping.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingAvoidRoads">
<summary>
<para>Lists limitations in the use of toll and highway roads when route planning.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingAvoidRoads.Highways">
<summary>
<para>Highways are not used to build a route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingAvoidRoads.MinimizeHighways">
<summary>
<para>The number of highways is minimized in a route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingAvoidRoads.MinimizeTolls">
<summary>
<para>The number of toll roads is minimized in a route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingAvoidRoads.None">
<summary>
<para>All road types can be used to build a route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingAvoidRoads.Tolls">
<summary>
<para>Toll roads are not used to build a route.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.DataSourceAdapterBase">
<summary>
<para>The base class for data adapters that can load data from data sources.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.AttributeMappings">
<summary>
<para>Provides access to the collection of attribute mappings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeMappingCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.DataMember">
<summary>
<para>Specifies the name of an object in a data source to provide data for a data adapter.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.DataSource">
<summary>
<para>Specifies the data source to provide data for a data adapter.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="M:DevExpress.XtraMap.DataSourceAdapterBase.Load">
<summary>
<para>Loads vector items from the specified data source.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.DataSourceAdapterBase.MapItemTypeDefault">
<summary>
<para>Specifies the type of map items that are generated by default.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraMap.MapItemType"/> enumeration value.
</returns>
</member>
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.PropertyMappings">
<summary>
<para>Returns a collection of map item property mappings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingCollection"/> object, which stores <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingBase"/> class descendant objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapSegmentBase">
<summary>
<para>The base for classes that are used to draw segments.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapSegmentBase.Fill">
<summary>
<para>Gets or sets the color that is used to fill a map segment.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill a map segment.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapSegmentBase.Stroke">
<summary>
<para>Gets or sets the color that specifies how the map segment outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map segment outline is painted.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapSegmentBase.StrokeWidth">
<summary>
<para>Gets or sets a value that specifies the width of the stroke on the map segment.
</para>
</summary>
<value>An integer value that is the width of the stroke on the map segment.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapPathBase`1">
<summary>
<para>The base class for map items that are drawn as a path.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.DataProviderLegend">
<summary>
<para>The base class for legends that obtain data from map data providers.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapDataAdapterBase">
<summary>
<para>The base class for all data adapters that can be used with the Map control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapDataAdapterBase.Clusterer">
<summary>
<para>Gets or sets the clusterer used to clusterize map items.
</para>
</summary>
<value>An object of a class implementing the <see cref="T:DevExpress.XtraMap.IClusterer"/> interface.
</value>
</member>
<member name="E:DevExpress.XtraMap.MapDataAdapterBase.DataChanged">
<summary>
<para>Occurs when data is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapDataAdapterBase.SetMapItemFactory(DevExpress.XtraMap.IMapItemFactory)">
<summary>
<para>Sets the factory used to generate map items.
</para>
</summary>
<param name="factory">
An object implementing the <see cref="T:DevExpress.XtraMap.IMapItemFactory"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraMap.VisibilityMode">
<summary>
<para>Lists the values that specify visibility modes for various map elements.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.VisibilityMode.Auto">
<summary>
<para>Visibility is determined automatically.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.VisibilityMode.Hidden">
<summary>
<para>An element is hidden.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.VisibilityMode.Visible">
<summary>
<para>An element is visible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ShapeTitleOptions">
<summary>
<para>Contains options that define the visibility, text and appearance of shape titles.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ShapeTitleOptions.#ctor">
<summary>
<para>Initializes a new instance of the ShapeTitleOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.Pattern">
<summary>
<para>Gets or sets the pattern for shape titles.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.TextColor">
<summary>
<para>Gets or sets the text color of shape titles.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.TextGlowColor">
<summary>
<para>Gets or sets the text glowing color of shape titles.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.ShapeTitleOptions.ToString">
<summary>
<para>Returns the textual representation of the ShapeTitleOptions.
</para>
</summary>
<returns>The ShapeTitleOptions textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.Visibility">
<summary>
<para>Gets or sets a value indicating whether or not shape titles should be visible.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.VisibilityMode"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraMap.RotationDirection">
<summary>
<para>Lists the values that specify how pie slices should be rotated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RotationDirection.Clockwise">
<summary>
<para>Specifies a clockwise pie slice rotation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RotationDirection.CounterClockwise">
<summary>
<para>Specifies a counter-clockwise pie slice rotation.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.PieSegmentCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraMap.PieSegment"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.PieSegmentCollection.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the PieSegmentCollection class with the predefined owner.
</para>
</summary>
<param name="owner">
A <see cref="T:System.Object"/> that is the owner of the collection.
</param>
</member>
<member name="M:DevExpress.XtraMap.PieSegmentCollection.ToString">
<summary>
<para>Returns the textual representation of the PieSegmentCollection.
</para>
</summary>
<returns>The PieSegmentCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.PieSegment">
<summary>
<para>A segment of a pie chart item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.PieSegment.#ctor">
<summary>
<para>Initializes a new instance of the PieSegment class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.PieSegment.Argument">
<summary>
<para>Gets or sets an object, which provides arguments for the PieSegment.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraMap.PieSegment.Attributes">
<summary>
<para>Gets the attributes for this pie segment.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.PieSegment.Stroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapSegmentBase.Stroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.PieSegment.StrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapSegmentBase.StrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.PieSegment.ToString">
<summary>
<para>Returns the textual representation of the PieSegment.
</para>
</summary>
<returns>The PieSegment textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.PieSegment.Value">
<summary>
<para>Gets or sets the value of the pie segment.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, which is the value of the PieSegment.
</value>
</member>
<member name="T:DevExpress.XtraMap.MarkerType">
<summary>
<para>Lists the values that specify types of markers displayed as bubble chart items above the map.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Circle">
<summary>
<para>A marker is drawn as a circle.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Cross">
<summary>
<para>A marker is drawn as a cross.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Default">
<summary>
<para>The default marker type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Diamond">
<summary>
<para>A marker is drawn as a diamond.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Hexagon">
<summary>
<para>A marker is drawn as a hexagon.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.InvertedTriangle">
<summary>
<para>A marker is drawn as an inverted triangle.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Pentagon">
<summary>
<para>A marker is drawn as a pentagon.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Plus">
<summary>
<para>A marker is drawn as a plus sign.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Square">
<summary>
<para>A marker is drawn as a square.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Star5">
<summary>
<para>A marker is drawn as a five pointed star.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Star6">
<summary>
<para>A marker is drawn as a six pointed star.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Star8">
<summary>
<para>A marker is drawn as an eight pointed star.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MarkerType.Triangle">
<summary>
<para>A marker is drawn as a triangle.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapUpdateType">
<summary>
<para>Lists the values that specify types of data updates.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapUpdateType.Data">
<summary>
<para>Data was updated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapUpdateType.Render">
<summary>
<para>Map rendering was performed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapUpdateType.Style">
<summary>
<para>The map style was changed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapUpdateType.ViewInfo">
<summary>
<para>Map view information was changed.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapLegendItemBase">
<summary>
<para>The base class for items displayed in map legends.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapLegendItemBase.Color">
<summary>
<para>Gets or sets the color of the legend item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendItemBase.Text">
<summary>
<para>Specifies the text of the legend item.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendItemBase.Value">
<summary>
<para>Gets or sets the value of the legend item.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, which is the value of the MapLegendItemBase.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapLegendBase">
<summary>
<para>The base class for all legends that can be used in the Map control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.Alignment">
<summary>
<para>Gets or sets the alignment of a map legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.LegendAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.BackgroundStyle">
<summary>
<para>Provides access to the object that defines the appearance of a legend.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object.
</value>
</member>
<member name="F:DevExpress.XtraMap.MapLegendBase.DefaultAlignment">
<summary>
<para>Specifies the legend alignment used by default.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.XtraMap.MapLegendBase.DefaultVisibility">
<summary>
<para>Specifies the legend visibility used by default.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.Description">
<summary>
<para>Gets or set the description of the map legend.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.DescriptionStyle">
<summary>
<para>Provides access to style settings of the legend description.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the legend description.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.Header">
<summary>
<para>Gets or sets the header of the map legend.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.HeaderStyle">
<summary>
<para>Provides access to the style settings of the legend header.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the legend header.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.ItemStyle">
<summary>
<para>Provides access to the style settings of legend items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapElementStyle"/> object that contains style settings to customize legend items.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.RangeStopsFormat">
<summary>
<para>Specifies the display format of range stops on a color legend.
</para>
</summary>
<value>A string value that specifies the text representation of range stops on a color legend.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLegendBase.Visibility">
<summary>
<para>Gets or sets a value indicating whether or not a legend should be visible.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.VisibilityMode"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapPie">
<summary>
<para>The class used to draw a pie chart on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPie.#ctor">
<summary>
<para>Initializes a new instance of the MapPie class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPie.Argument">
<summary>
<para>Gets or sets an object, which provides arguments for the MapPie.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="F:DevExpress.XtraMap.MapPie.DefaultRotationAngle">
<summary>
<para>Specifies the default value for the <see cref="P:DevExpress.XtraMap.MapPie.RotationAngle"/> property.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.XtraMap.MapPie.DefaultRotationDirection">
<summary>
<para>Specifies the default value for the <see cref="P:DevExpress.XtraMap.MapPie.RotationDirection"/> property.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.XtraMap.MapPie.Location">
<summary>
<para>Gets or sets the location of a MapPie object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPie.RotationAngle">
<summary>
<para>Gets or sets the angle by which the pie is rotated, relative to its default appearance.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPie.RotationDirection">
<summary>
<para>Gets or sets the direction in which pie slices should be rotated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.RotationDirection"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPie.Segments">
<summary>
<para>Gets or sets segments of a map pie.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.PieSegmentCollection"/> object that is a collection of map path segments.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPie.Size">
<summary>
<para>Specifies the size of a Pie item.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPie.ToString">
<summary>
<para>Returns the textual representation of MapPie.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapPie.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapBubble">
<summary>
<para>The class used to draw a Bubble chart on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapBubble.#ctor">
<summary>
<para>Initializes a new instance of the MapBubble class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapBubble.Argument">
<summary>
<para>Gets or sets an object, which provides arguments for the MapBubble.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapBubble.Group">
<summary>
<para>Gets or sets the object which identifies a group to which the current MapBubble belongs.
</para>
</summary>
<value>A <see cref="T:System.Object"/>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapBubble.Location">
<summary>
<para>Gets or sets the location of a MapBubble object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapBubble.MarkerType">
<summary>
<para>Gets or sets a value specifying the appearance of a bubble marker.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MarkerType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapBubble.Size">
<summary>
<para>Specifies the size of a Bubble item.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapBubble.ToString">
<summary>
<para>Returns the textual representation of MapBubble.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapBubble.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapBubble.Value">
<summary>
<para>Gets or sets the value of the Bubble chart item.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, which is the value of the MapBubble.
</value>
</member>
<member name="T:DevExpress.XtraMap.LegendCollection">
<summary>
<para>A collection of map legends.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LegendCollection.ToString">
<summary>
<para>Returns the textual representation of the LegendCollection.
</para>
</summary>
<returns>The LegendCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.LegendItemCreatingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.LegendItemCreating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LegendItemCreatingEventHandler.Invoke(System.Object,DevExpress.XtraMap.LegendItemCreatingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.LegendItemCreating"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.LegendItemCreatingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.LegendItemCreatingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.LegendItemCreating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LegendItemCreatingEventArgs.#ctor(DevExpress.XtraMap.MapLegendBase,System.Int32,DevExpress.XtraMap.MapLegendItemBase)">
<summary>
<para>Initializes a new instance of the LegendItemCreatingEventArgs class with the predefined color.
</para>
</summary>
<param name="legend">
A <see cref="T:DevExpress.XtraMap.MapLegendBase"/> class descendant specifying the owner of the legend item. This object is assigned to the <see cref="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Legend"/> property.
</param>
<param name="index">
An integer value specifying the index of the created legend item. This value is assigned to the <see cref="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Index"/> property.
</param>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapLegendItemBase"/> class descendant specifying the created legend item. This object is assigned to the <see cref="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Item"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Index">
<summary>
<para>Returns the index of the legend item being created.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Item">
<summary>
<para>Returns the legend item being created.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemBase"/> class descendant.
</value>
</member>
<member name="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Legend">
<summary>
<para>Provides access to the legend for which a new item has been created.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapLegendBase"/> class descendant.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemCollection.#ctor(DevExpress.XtraMap.IMapDataAdapter)">
<summary>
<para>Initializes a new instance of the MapItemCollection class with the predefined color.
</para>
</summary>
<param name="dataAdapter">
An object implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemCollection.Swap(System.Int32,System.Int32)">
<summary>
<para>Swaps items with indexes index1 and index2 inside the collection.
</para>
</summary>
<param name="index1">
An integer value that specifies index of the first swapping element.
</param>
<param name="index2">
An integer value that specifies index of the second swapping element.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemCollection.ToString">
<summary>
<para>Returns the textual representation of the MapItemCollection.
</para>
</summary>
<returns>The MapItemCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.DataAdapterChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapDataAdapterBase.DataChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DataAdapterChangedEventHandler.Invoke(System.Object,DevExpress.XtraMap.DataAdapterChangedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapDataAdapterBase.DataChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.DataAdapterChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.DataAdapterChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapDataAdapterBase.DataChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DataAdapterChangedEventArgs.#ctor(DevExpress.XtraMap.MapUpdateType)">
<summary>
<para>Initializes a new instance of the DataAdapterChangedEventArgs class with the predefined color.
</para>
</summary>
<param name="updateType">
A <see cref="T:DevExpress.XtraMap.MapUpdateType"/> value specifying the type of the update. This value is assigned to the <see cref="P:DevExpress.XtraMap.DataAdapterChangedEventArgs.UpdateType"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.DataAdapterChangedEventArgs.UpdateType">
<summary>
<para>Returns the type of the map update.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapUpdateType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraMap.ColorLegendBase">
<summary>
<para>The base class for legends that explain the meaning of vector item colors.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.InnerBoundaryCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraMap.InnerBoundary"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.InnerBoundaryCollection.#ctor(DevExpress.XtraMap.MapPathSegment)">
<summary>
<para>Initializes a new instance of the InnerBoundaryCollection class with the specified owner.
</para>
</summary>
<param name="segment">
A <see cref="T:DevExpress.XtraMap.MapPathSegment"/> object that is the owner of this collection.
</param>
</member>
<member name="M:DevExpress.XtraMap.InnerBoundaryCollection.ToString">
<summary>
<para>Returns the textual representation of InnerBoundaryCollection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of InnerBoundaryCollection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.IMapDataAdapter">
<summary>
<para>If implemented by a class, provides methods required for a <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/> to operate with data.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.IMapDataAdapter.Clusterer">
<summary>
<para>Gets or sets the clusterer used to clusterize map items.
</para>
</summary>
<value>An object of class implementing the <see cref="T:DevExpress.XtraMap.IClusterer"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraMap.IMapDataAdapter.Count">
<summary>
<para>Gets the number of items in the data adapter.
</para>
</summary>
<value>An integer value, which is the number of items.
</value>
</member>
<member name="E:DevExpress.XtraMap.IMapDataAdapter.DataChanged">
<summary>
<para>Occurs when data is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.IMapDataAdapter.DefaultMapItemType">
<summary>
<para>Specifies the type of map items to be used by default when generating items from a data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemType"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetItem(System.Int32)">
<summary>
<para>Returns the item at the specified position.
</para>
</summary>
<param name="index">
An integer value, which specifies the position of the item.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object at the specified position.
</returns>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetItemBySourceObject(System.Object)">
<summary>
<para>Gets a map item by the source object.
</para>
</summary>
<param name="sourceObject">
A source object.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object that is obtained from the source object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetItemSourceObject(DevExpress.XtraMap.MapItem)">
<summary>
<para>Gets a source object for a map item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> descendant for which a source object is searched.
</param>
<returns>A source object to search.
</returns>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetLayer">
<summary>
<para>Returns the layer associated with this data adapter.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.IsCSCompatibleTo(DevExpress.XtraMap.MapCoordinateSystem)">
<summary>
<para>Returns the value indicating is the coordinate system of an adapter is compatible with coordinate system of a map control.
</para>
</summary>
<param name="mapCS">
A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant.
</param>
<returns><b>true</b>, if a coordinate systems is compatible; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraMap.IMapDataAdapter.IsReady">
<summary>
<para>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.
</para>
</summary>
<value><b>true</b>, if the data adapter is ready; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.IMapDataAdapter.Items">
<summary>
<para>Provides access to the collection of data adapter items.
</para>
</summary>
<value>An object of a class implementing the <see cref="T:System.Collections.Generic.IEnumerable`1"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.LoadData(DevExpress.XtraMap.IMapItemFactory)">
<summary>
<para>Loads data using the specified factory.
</para>
</summary>
<param name="factory">
An object implementing the <see cref="T:DevExpress.XtraMap.IMapItemFactory"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.OnClustered">
<summary>
<para>Called after the clusterization is finished.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.OnViewportUpdated(DevExpress.XtraMap.MapViewport)">
<summary>
<para>Called every time the viewport changed.
</para>
</summary>
<param name="viewport">
A <see cref="T:DevExpress.Xpf.Map.MapViewport"/> object specifying a new viewport.
</param>
</member>
<member name="M:DevExpress.XtraMap.IMapDataAdapter.SetLayer(DevExpress.XtraMap.MapItemsLayerBase)">
<summary>
<para>Sets the association between the specified layer and this data adapter.
</para>
</summary>
<param name="layer">
A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> class descendant.
</param>
</member>
<member name="P:DevExpress.XtraMap.IMapDataAdapter.SourceItems">
<summary>
<para>Returns a source collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemStorage">
<summary>
<para>The data adapter that stores manually added vector items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemStorage.#ctor">
<summary>
<para>Initializes a new instance of the MapItemStorage class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemStorage.Items">
<summary>
<para>Provides access to the collection of map items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemCollection"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemStorage.ToString">
<summary>
<para>Returns the textual representation of MapItemStorage.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapItemStorage.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapLegendItemCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraMap.MapLegendItemBase"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapLegendItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the MapLegendItemCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapLegendItemCollection.ToString">
<summary>
<para>Returns the textual representation of the MapLegendItemCollection.
</para>
</summary>
<returns>The MapLegendItemCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.GenericColorizerItemCollection`1">
<summary>
<para>A generic collection of Colorizer's items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GenericColorizerItemCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the GenericColorizerItemCollection&lt;T&gt; class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GenericColorizerItemCollection`1.ToColors">
<summary>
<para>Converts the GenericColorizerItemCollection&lt;T&gt; object to a <see cref="T:DevExpress.XtraMap.ColorCollection"/> object.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraMap.ColorCollection"/> object.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemClickEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.MapItemClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemClickEventArgs.#ctor(DevExpress.XtraMap.MapItem,System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Initializes a new instance of the MapItemClickEventArgs class with the specified settings.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item to be clicked. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.
</param>
<param name="args">
A <see cref="T:System.Windows.Forms.MouseEventArgs"/> object that contains information on the clicked map item.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapItemClickEventArgs.Handled">
<summary>
<para>Gets or sets a value specifying whether an event has been handled.
</para>
</summary>
<value><b>true</b> if the event hasn't been handled by a control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemClickEventArgs.MouseArgs">
<summary>
<para>Returns data for the <b>MouseUp</b>, <b>MouseDown</b>, and <b>MouseMove</b> events.
</para>
</summary>
<value>A System.Windows.Forms.MouseEventArgs object which provides data for the mouse events.
</value>
</member>
<member name="T:DevExpress.XtraMap.IMapItemFactory">
<summary>
<para>Provides a method for creating map items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.IMapItemFactory.CreateMapItem(DevExpress.XtraMap.MapItemType,System.Object)">
<summary>
<para>If implemented by a class, creates a map item of the specified type.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraMap.MapItemType"/> enumeration value specifying the type of the created map item.
</param>
<param name="obj">
A <see cref="T:System.Object"/> specifying the object.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object which represents a map item of the specified type.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemType">
<summary>
<para>Lists the types of a map item.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Bubble">
<summary>
<para>Represents a Bubble chart.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Callout">
<summary>
<para>Represents a map callout.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Custom">
<summary>
<para>Represents a map custom element.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Dot">
<summary>
<para>Represents a map dot.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Ellipse">
<summary>
<para>Represents a map ellipse.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Line">
<summary>
<para>Represents a map line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Path">
<summary>
<para>Represents a map path.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Pie">
<summary>
<para>Represents a Pie chart.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Polygon">
<summary>
<para>Represents a map polygon.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Polyline">
<summary>
<para>Represents a map polyline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Pushpin">
<summary>
<para>Represents a map pushpin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Rectangle">
<summary>
<para>Represents a map rectangle.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapItemType.Unknown">
<summary>
<para>Represents an unknown map item type.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.TextAlignment">
<summary>
<para>Specifies how the text associated with the map pointer should be aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.BottomCenter">
<summary>
<para>The text is vertically aligned at the bottom, and horizontally aligned at the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.BottomLeft">
<summary>
<para>The text is vertically aligned at the bottom, and horizontally aligned on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.BottomRight">
<summary>
<para>The text is vertically aligned at the bottom, and horizontally aligned on the right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.MiddleLeft">
<summary>
<para>The text is vertically aligned in the middle, and horizontally aligned on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.MiddleRight">
<summary>
<para>The text is vertically aligned in the middle, and horizontally aligned on the right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.TopCenter">
<summary>
<para>The text is vertically aligned at the top, and horizontally aligned at the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.TopLeft">
<summary>
<para>The text is vertically aligned at the top, and horizontally aligned on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.TextAlignment.TopRight">
<summary>
<para>The text is vertically aligned at the top, and horizontally aligned on the right.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.DataLoadedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DataLoadedEventHandler.Invoke(System.Object,DevExpress.XtraMap.DataLoadedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.DataLoadedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.DataLoadedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DataLoadedEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the DataLoadedEventArgs class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ExportMapItemEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.ExportMapItem"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ExportMapItemEventHandler.Invoke(System.Object,DevExpress.XtraMap.ExportMapItemEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.ExportMapItem"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraMap.ExportMapItemEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.ExportMapItemEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.ExportMapItem"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ExportMapItemEventArgs.#ctor(DevExpress.XtraMap.MapItem)">
<summary>
<para>Initializes a new instance of the ExportMapItemEventArgs class with the specified map item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item in the map control. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.ExportMapItemEventArgs.Cancel">
<summary>
<para>Gets or sets whether the export of a map item should be canceled.
</para>
</summary>
<value><b>true</b>, if the export of a map item should be canceled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.ExportMapItemEventArgs.IsSelected">
<summary>
<para>Gets a value that indicates whether an exported map item is selected.
</para>
</summary>
<value><b>true</b>, if a map item is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemEventArgs">
<summary>
<para>Provides data for <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/>, <see cref="E:DevExpress.XtraMap.MapControl.ExportMapItem"/> and <see cref="E:DevExpress.XtraMap.MapControl.MapItemClick"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemEventArgs.#ctor(DevExpress.XtraMap.MapItem)">
<summary>
<para>Initializes a new instance of the MapItemEventArgs class with the specified map item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item in the map control. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapItemEventArgs.Item">
<summary>
<para>Gets a map item to be represented in the map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItem"/> object that is the map item.
</value>
</member>
<member name="T:DevExpress.XtraMap.PredefinedColorSchema">
<summary>
<para>Lists the predefined color schemas which are used by the map colorizer to color map shapes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.Criteria">
<summary>
<para>A map shape is painted using a color according to the criteria.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.Gradient">
<summary>
<para>A map shape is painted using a color gradient.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.None">
<summary>
<para>Unspecified color schema.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.Palette">
<summary>
<para> A map shape is painted using a color palette.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapItemClickEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.MapItemClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemClickEventHandler.Invoke(System.Object,DevExpress.XtraMap.MapItemClickEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.MapItemClick"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.MapItemClickEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.BingItineraryItemWarning">
<summary>
<para>Contains information about a warning associated with an itinerary item of a Bing route.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingItineraryItemWarning.#ctor(System.String,DevExpress.XtraMap.BingItineraryWarningType)">
<summary>
<para>Initializes a new instance of the BingItineraryItemWarning class with the specified settings.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> specifying the warning text. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Text"/> property.
</param>
<param name="type">
A <see cref="T:DevExpress.XtraMap.BingItineraryWarningType"/> enumeration value specifying the warning type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Type"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingItineraryItemWarning.#ctor(System.String,DevExpress.XtraMap.BingItineraryWarningType,DevExpress.XtraMap.BingItineraryWarningSeverity)">
<summary>
<para>Initializes a new instance of the BingItineraryItemWarning class with the specified parameters.
</para>
</summary>
<param name="text">
A <see cref="T:System.String"/> specifying the warning text. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Text"/> property.
</param>
<param name="type">
A <see cref="T:DevExpress.XtraMap.BingItineraryWarningType"/> enumeration value specifying the warning type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Type"/> property.
</param>
<param name="severity">
A <see cref="T:DevExpress.XtraMap.BingItineraryWarningSeverity"/> enumeration value specifying the warning severity. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Severity"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItemWarning.Severity">
<summary>
<para>Gets the severity level of the itinerary item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingItineraryWarningSeverity"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItemWarning.Text">
<summary>
<para>Gets the text of the warning.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the warning text.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingItineraryItemWarning.ToString">
<summary>
<para>Returns the textual representation of the BingItineraryItemWarning.
</para>
</summary>
<returns>The BingItineraryItemWarning textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItemWarning.Type">
<summary>
<para>Gets the type of the warning.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingItineraryWarningType"/> enumeration value specifying the warning type.
</value>
</member>
<member name="T:DevExpress.XtraMap.BingItineraryItem">
<summary>
<para>Contains information about a single itinerary item of a Bing route.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingItineraryItem.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.BingManeuverType,System.String,System.Collections.Generic.List`1,System.Double,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the BingItineraryItem class with the specified settings.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Location"/> property.
</param>
<param name="maneuver">
A <see cref="T:DevExpress.XtraMap.BingManeuverType"/> enumeration value specifying the maneuver type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Maneuver"/> property.
</param>
<param name="maneuverInstruction">
A <see cref="T:System.String"/> specifying the maneuver instruction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.ManeuverInstruction"/> property.
</param>
<param name="warnings">
A list of <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> objects containing a warning for this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Warnings"/> property.
</param>
<param name="distance">
A <see cref="T:System.Double"/> value specifying the item distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Distance"/> property.
</param>
<param name="time">
A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Time"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingItineraryItem.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.BingManeuverType,System.String,System.Collections.Generic.List`1,System.Double,System.TimeSpan,System.String,DevExpress.XtraMap.BingDetail,DevExpress.XtraMap.BingHint[],System.String,System.String[],System.String)">
<summary>
<para>Initializes a new instance of the BingItineraryItem class with the specified settings.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Location"/> property.
</param>
<param name="maneuver">
A <see cref="T:DevExpress.XtraMap.BingManeuverType"/> enumeration value specifying the maneuver type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Maneuver"/> property.
</param>
<param name="maneuverInstruction">
A <see cref="T:System.String"/> specifying the maneuver instruction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.ManeuverInstruction"/> property.
</param>
<param name="warnings">
A list of <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> objects containing a warning for this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Warnings"/> property.
</param>
<param name="distance">
A <see cref="T:System.Double"/> value specifying the item distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Distance"/> property.
</param>
<param name="time">
A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Time"/> property.
</param>
<param name="compassDirection">
A <see cref="T:System.String"/> value specifying the compass direction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.CompassDirection"/> property.
</param>
<param name="detail">
A <see cref="T:DevExpress.XtraMap.BingDetail"/> object specifying the details of this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Detail"/> property.
</param>
<param name="hints">
An array of <see cref="T:DevExpress.XtraMap.BingHint"/> objects provide hints. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Hints"/> property.
</param>
<param name="sideOfStreet">
A <see cref="T:System.String"/> value specifying side of the street. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.SideOfStreet"/> property.
</param>
<param name="signs">
An array of <see cref="T:System.String"/> values specifying sings on the road. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Signs"/> property.
</param>
<param name="towardsRoadName">
A <see cref="T:System.String"/> value specifying the direction in accordance with road name. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.TowardsRoadName"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.CompassDirection">
<summary>
<para>Returns the compass direction indicating the cardinal point.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the cardinal point.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Detail">
<summary>
<para>Returns the additional information about the single itinerary item of the route.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingDetail"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Distance">
<summary>
<para>Gets the distance of the itinerary item.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the item distance.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Hints">
<summary>
<para>Returns the hints to assist in the route passage.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraMap.BingHint"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Location">
<summary>
<para>Gets the location of the itinerary item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Maneuver">
<summary>
<para>Gets the maneuver type associated with the itinerary item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingManeuverType"/> enumeration value specifying the maneuver type.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.ManeuverInstruction">
<summary>
<para>Gets the maneuver instruction of the itinerary item.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the maneuver instruction.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.SideOfStreet">
<summary>
<para>Returns the side of the street where the route destination is.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the side of the street.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Signs">
<summary>
<para>Returns the signs which are placed along the route.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> objects representing the sign names.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Time">
<summary>
<para>Gets the time required to pass the itinerary item.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingItineraryItem.ToString">
<summary>
<para>Returns the textual representation of the BingItineraryItem.
</para>
</summary>
<returns>The BingItineraryItem textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.TowardsRoadName">
<summary>
<para>Returns the street name in which direction the first itinerary item goes.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the street name.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingItineraryItem.Warnings">
<summary>
<para>Gets the warnings associated with the itinerary item.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> objects containing a warning for this itinerary item.
</value>
</member>
<member name="T:DevExpress.XtraMap.BingManeuverType">
<summary>
<para>Lists the values used to specify the current maneuver type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.ArriveFinish">
<summary>
<para>Arrive at the last stop in the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.ArriveIntermediateStop">
<summary>
<para>Arrive at an intermediate stop in the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeft">
<summary>
<para>Bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenBearLeft">
<summary>
<para>Bear left then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenBearRight">
<summary>
<para>Bear left then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenTurnLeft">
<summary>
<para>Bear left then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenTurnRight">
<summary>
<para>Bear left then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRight">
<summary>
<para>Bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenBearLeft">
<summary>
<para>Bear right then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenBearRight">
<summary>
<para>Bear right then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenTurnLeft">
<summary>
<para>Bear right then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenTurnRight">
<summary>
<para>Bear right then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearThenKeep">
<summary>
<para>Bear then keep on the current road.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.BearThenMerge">
<summary>
<para>Bear then merge onto another road.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.Continue">
<summary>
<para>Continue along the current road.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.DepartIntermediateStop">
<summary>
<para>Depart an intermediate stop on the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.DepartIntermediateStopReturning">
<summary>
<para>Return to an intermediate stop on the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.DepartStart">
<summary>
<para>Depart the first stop on the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.EnterRoundabout">
<summary>
<para>Enter a roundabout.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.EnterThenExitRoundabout">
<summary>
<para>Enter then exit a roundabout.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.ExitRoundabout">
<summary>
<para>Exit a roundabout.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepLeft">
<summary>
<para>Keep left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepOnrampLeft">
<summary>
<para>Keep on the left side of the ramp.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepOnrampRight">
<summary>
<para>Keep on the right side of the ramp.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepOnrampStraight">
<summary>
<para>Keep straight ahead on the ramp.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepRight">
<summary>
<para>Keep right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepStraight">
<summary>
<para>Keep straight.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepToStayLeft">
<summary>
<para>Keep on the current road then stay left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepToStayRight">
<summary>
<para>Keep on the current road then stay right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepToStayStraight">
<summary>
<para>Keep on the current road then go straight.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.Merge">
<summary>
<para>Merge onto another road.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.None">
<summary>
<para>No maneuver.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.RampThenHighwayLeft">
<summary>
<para>Take a ramp to the highway on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.RampThenHighwayRight">
<summary>
<para>Take a ramp to the highway on the right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.RampToHighwayStraight">
<summary>
<para>Take a ramp to the highway straight ahead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.RoadNameChange">
<summary>
<para>The road name has changed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.Take">
<summary>
<para>Take a new road.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeRampLeft">
<summary>
<para>Take a ramp left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeRampRight">
<summary>
<para>Take a ramp right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeRampStraight">
<summary>
<para>Take a ramp straight ahead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeTransit">
<summary>
<para>Take transit.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.Transfer">
<summary>
<para>Transfer from one transit to another.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnBack">
<summary>
<para>Turn around.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeft">
<summary>
<para>Turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenBearLeft">
<summary>
<para>Turn left then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenBearRight">
<summary>
<para>Turn left then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenTurnLeft">
<summary>
<para>Turn left then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenTurnRight">
<summary>
<para>Turn left then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRight">
<summary>
<para>Turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenBearLeft">
<summary>
<para>Turn right then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenBearRight">
<summary>
<para>Turn right then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenTurnLeft">
<summary>
<para>Turn right then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenTurnRight">
<summary>
<para>Turn right then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnThenMerge">
<summary>
<para>Turn then merge onto another road.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnToStayLeft">
<summary>
<para>Turn then stay left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnToStayRight">
<summary>
<para>Turn then stay right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.Unknown">
<summary>
<para>Unknown maneuver.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.UTurn">
<summary>
<para>Take a U-turn.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.Wait">
<summary>
<para>Wait.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingManeuverType.Walk">
<summary>
<para>Walk.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.BingItineraryWarningType">
<summary>
<para>Lists the values used to specify a warning type.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Accident">
<summary>
<para>There is a car accident.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.AdminDivisionChange">
<summary>
<para>The route has left one administrative division and entered another.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.BlockedRoad">
<summary>
<para>The road is blocked.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.CheckTimetable">
<summary>
<para>Check a time table. This usually refers to a ferry time table.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Congestion">
<summary>
<para>The traffic is slow.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.CountryChange">
<summary>
<para>The route has left one country and entered another.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.DisabledVehicle">
<summary>
<para>There is a disabled vehicle.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.GateAccess">
<summary>
<para>A gate blocks the road and access is required to continue along the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.GetOffTransit">
<summary>
<para>Get off the transit at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.GetOnTransit">
<summary>
<para>Get on the transit at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.IllegalUTurn">
<summary>
<para>A U-turn is illegal at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.MassTransit">
<summary>
<para>Use mass transit at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Miscellaneous">
<summary>
<para>A miscellaneous warning is available for this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.NoIncident">
<summary>
<para>There is no incident at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.None">
<summary>
<para>There is no warning at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Other">
<summary>
<para>There is a warning at this location that can not be classified as any other type of warning.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.OtherNews">
<summary>
<para>There is news about this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.OtherTrafficIncidents">
<summary>
<para>There are other traffic incidents at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.PlannedEvent">
<summary>
<para>There are scheduled events that may disrupt the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.PrivateRoad">
<summary>
<para>The road being travelled on is private.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.RestrictedTurn">
<summary>
<para>The turn is restricted depending on the time of day.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.RoadClosures">
<summary>
<para>There are road closures at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.RoadHazard">
<summary>
<para>There is a road hazard.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.ScheduledConstruction">
<summary>
<para>There is scheduled construction.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.SeasonalClosures">
<summary>
<para>A seasonal closure occurs at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Tollbooth">
<summary>
<para>A toll is required at this location to continue along the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TollRoad">
<summary>
<para>The road being travelled on is a toll road.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TrafficFlow">
<summary>
<para>The warning is a traffic warning.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.UnpavedRoad">
<summary>
<para>The road being travelled on is unpaved.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.UnscheduledConstruction">
<summary>
<para>There is construction at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Weather">
<summary>
<para>There is significant weather at this location.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.BingRouteLeg">
<summary>
<para>Contains information about a single leg of a route.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingRouteLeg.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.GeoPoint,System.Collections.Generic.List`1,System.Double,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the BingRouteLeg class with the specified parameters.
</para>
</summary>
<param name="startPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the starting point. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.StartPoint"/> property.
</param>
<param name="endPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the end point. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.EndPoint"/> property.
</param>
<param name="itinerary">
A list of <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> objects containing information on the route leg. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Itinerary"/> property.
</param>
<param name="distance">
A <see cref="T:System.Double"/> value specifying the distance of this route leg. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Distance"/> property.
</param>
<param name="time">
A <see cref="T:System.TimeSpan"/> object specifying the time required to traverse this route leg. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Time"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingRouteLeg.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.LocationInformation,DevExpress.XtraMap.LocationInformation,System.Collections.Generic.List`1,System.String,System.Double,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the BingRouteLeg class with the specified parameters.
</para>
</summary>
<param name="startPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the start point of the route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.StartPoint"/> property.
</param>
<param name="endPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the end point of the route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.EndPoint"/> property.
</param>
<param name="startLocation">
A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object specifying information about the start location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.StartLocation"/> property.
</param>
<param name="endLocation">
A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object specifying information about the end location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.EndLocation"/> property.
</param>
<param name="itinerary">
A list of <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> objects specifying the list of itinerary items. This list is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Itinerary"/> property.
</param>
<param name="description">
A <see cref="T:System.String"/> specifying the description of the route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Description"/> property.
</param>
<param name="distance">
A <see cref="T:System.Double"/> value specifying the distance between the start and end points. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Distance"/> property.
</param>
<param name="time">
A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Time"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.Description">
<summary>
<para>Returns the description for the leg of the route.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the description text.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.Distance">
<summary>
<para>Gets the distance of this route leg.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.EndLocation">
<summary>
<para>Returns information about the end location on the map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.EndPoint">
<summary>
<para>Gets the end point of this route leg.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.Itinerary">
<summary>
<para>Gets additional information about this route leg.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.StartLocation">
<summary>
<para>Returns information about the start location on the map.
</para>
</summary>
<value><see cref="T:DevExpress.XtraMap.LocationInformation"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.StartPoint">
<summary>
<para>Gets the starting point of this route leg.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteLeg.Time">
<summary>
<para>Gets the time required to pass this route leg.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingRouteLeg.ToString">
<summary>
<para>Returns the textual representation of the BingRouteLeg.
</para>
</summary>
<returns>The BingRouteLeg textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingTravelMode">
<summary>
<para>Lists the values used to specify the travel mode to calculate the route.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingTravelMode.Driving">
<summary>
<para>A route is calculated for a car or another vehicle that is moving at a similar speed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingTravelMode.Walking">
<summary>
<para>A route is calculated for a pedestrian or a vehicle that is moving at a similar speed.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapPrintSizeMode">
<summary>
<para>Lists the values specifying size modes used when a map is printed or exported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapPrintSizeMode.Normal">
<summary>
<para>A map is printed in the identical size it appears on the form.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapPrintSizeMode.Stretch">
<summary>
<para>A map is stretched or shrunk to fit the page on which it is printed.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapPrintSizeMode.Zoom">
<summary>
<para>A map is resized proportionally (without clipping), so that it best fits the page on which it is printed.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.BingRouteOptimization">
<summary>
<para>Lists the values used to specify how to optimize route calculation.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingRouteOptimization.MinimizeDistance">
<summary>
<para>A route is calculated in such a way that its total distance will be the minimum possible.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingRouteOptimization.MinimizeTime">
<summary>
<para>A route is calculated in such a way that the time required to follow this route will be the minimum possible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.BingRouteResult">
<summary>
<para>Contains results of a request to the Microsoft Bing web service for route calculation.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingRouteResult.#ctor(System.Collections.Generic.List`1,System.Double,System.TimeSpan,System.Collections.Generic.List`1)">
<summary>
<para>Initializes a new instance of the BingRouteResult class with the specified parameters.
</para>
</summary>
<param name="routePath">
A list of <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the route path. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.RoutePath"/> property.
</param>
<param name="distance">
A <see cref="T:System.Double"/> value specifying the distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Distance"/> property.
</param>
<param name="time">
A <see cref="T:System.TimeSpan"/> value specifying the time. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Time"/> property.
</param>
<param name="legs">
A list of <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> objects specifying all the route legs. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Legs"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingRouteResult.#ctor(System.Collections.Generic.List`1,System.Double,System.TimeSpan,System.TimeSpan,System.Collections.Generic.List`1,DevExpress.XtraMap.SearchBoundingBox)">
<summary>
<para>Initializes a new instance of the BingRouteResult class with the specified parameters.
</para>
</summary>
<param name="routePath">
A list of <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the route path. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.RoutePath"/> property.
</param>
<param name="distance">
A <see cref="T:System.Double"/> value specifying the distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Distance"/> property.
</param>
<param name="time">
A <see cref="T:System.TimeSpan"/> value specifying the time. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Time"/> property.
</param>
<param name="trafficTime">
A <see cref="T:System.TimeSpan"/> value specifying the estimated time for the route passage in accordance with traffic congestion. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.TrafficTime"/> property.
</param>
<param name="legs">
A list of <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> objects specifying all the route legs. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Legs"/> property.
</param>
<param name="boundingBox">
A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the region containing the resulting route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.BoundingBox"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.BingRouteResult.BoundingBox">
<summary>
<para>Returns the rectangular area containing the <a href="http://www.bing.com/maps/">Bing</a> resulting route.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the rectangular region.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteResult.Distance">
<summary>
<para>Returns the total distance of a route.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteResult.Legs">
<summary>
<para>Returns all legs that together comprise the calculated route.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteResult.RoutePath">
<summary>
<para>Returns a list of geographical points that together, comprise the route path.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteResult.Time">
<summary>
<para>Returns the time required to follow the calculated route.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingRouteResult.ToString">
<summary>
<para>Returns the textual representation of the BingRouteResult.
</para>
</summary>
<returns>The BingRouteResult textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.BingRouteResult.TrafficTime">
<summary>
<para>Returns the estimated traffic time based on the road congestion.
</para>
</summary>
<value><see cref="T:System.TimeSpan"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.RequestResultCode">
<summary>
<para>Lists the values used to specify the resulting code of a request.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RequestResultCode.BadRequest">
<summary>
<para>The request was incorrect.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RequestResultCode.ServerError">
<summary>
<para>The request was unsuccessful because of a server error.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RequestResultCode.Success">
<summary>
<para>The request was successful.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RequestResultCode.Timeout">
<summary>
<para>The request was terminated because the time was out.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.LocationInformation">
<summary>
<para>Contains information about a specific location on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LocationInformation.#ctor">
<summary>
<para>Initializes a new instance of the LocationInformation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LocationInformation.#ctor(DevExpress.XtraMap.GeoPoint,System.String,System.String,DevExpress.XtraMap.AddressBase)">
<summary>
<para>Initializes a new instance of the LocationInformation class with the specified parameters.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.Location"/> property.
</param>
<param name="entityType">
A <see cref="T:System.String"/> specifying the entity type. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.EntityType"/> property.
</param>
<param name="displayName">
A <see cref="T:System.String"/> specifying the display name. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.DisplayName"/> property.
</param>
<param name="address">
A <see cref="T:DevExpress.XtraMap.AddressBase"/> class descendant specifying the address information. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.Address"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.LocationInformation.Address">
<summary>
<para>Gets or sets the address associated with the current location.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.AddressBase"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.LocationInformation.DisplayName">
<summary>
<para>Gets or sets a display name associated with a location.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.LocationInformation.EntityType">
<summary>
<para>Gets or sets the entity type represented as a string.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.LocationInformation.Location">
<summary>
<para>Gets or sets geographical coordinates of a location.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates of a location.
</value>
</member>
<member name="M:DevExpress.XtraMap.LocationInformation.ToString">
<summary>
<para>Returns the textual representation of LocationInformation.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of LocationInformation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.RequestCompletedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.RequestCompletedEventArgs.#ctor(DevExpress.XtraMap.MapItem[],System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the RequestCompletedEventArgs class with the specified settings.
</para>
</summary>
<param name="items">
An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</param>
<param name="error">
A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.
</param>
<param name="cancelled">
A <see cref="T:System.Boolean"/> value indicating whether the asynchronous operation was canceled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.
</param>
<param name="userState">
A <see cref="T:System.Object"/> that is the optional user-supplied state object passed to the <b>RunWorkerAsync</b> method. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.RequestCompletedEventArgs.Items">
<summary>
<para>Returns all the items generated for the layer as the result of a web request.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.RouteCalculationResult">
<summary>
<para>Contains results of a request to a web service for route calculation.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.RouteCalculationResult.#ctor(DevExpress.XtraMap.RequestResultCode,System.String,System.Collections.Generic.List`1,System.Collections.Generic.List`1)">
<summary>
<para>Initializes a new instance of the RouteCalculationResult class with the specified parameters.
</para>
</summary>
<param name="statusCode">
A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the status code. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.ResultCode"/> property.
</param>
<param name="faultReason">
A <see cref="T:System.String"/> specifying the cause of the fault. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.FaultReason"/> property.
</param>
<param name="routeResults">
A list of <see cref="T:DevExpress.XtraMap.BingRouteResult"/> objects specifying route results. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteCalculationResult.RouteResults"/> property.
</param>
<param name="intermediatePoints">
A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects specifying intermediate points. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteCalculationResult.IntermediatePoints"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.RouteCalculationResult.IntermediatePoints">
<summary>
<para>Returns all intermediate points that were used to calculate routes.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.RouteCalculationResult.RouteResults">
<summary>
<para>Returns all routes calculated for this request.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.BingRouteResult"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.RouteCalculationResult.ToString">
<summary>
<para>Returns the textual representation of the RouteCalculationResult.
</para>
</summary>
<returns>The RouteCalculationResult textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.GeocodeRequestResult">
<summary>
<para>Contains results of a request to a web service to obtain Geocode information about a specific location on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GeocodeRequestResult.#ctor(DevExpress.XtraMap.RequestResultCode,System.String,DevExpress.XtraMap.LocationInformation[])">
<summary>
<para>Initializes a new instance of the GeocodeRequestResult class with the specified parameters.
</para>
</summary>
<param name="resultCode">
A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the result code. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.ResultCode"/> property.
</param>
<param name="faultReason">
A <see cref="T:System.String"/> specifying the cause of the fault. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.FaultReason"/> property.
</param>
<param name="locations">
An array of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying all locations. This value is assigned to the <see cref="P:DevExpress.XtraMap.GeocodeRequestResult.Locations"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.GeocodeRequestResult.Locations">
<summary>
<para>Returns all locations found for the specified geographical point.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.GeocodeRequestResult.ToString">
<summary>
<para>Returns the textual representation of the GeocodeRequestResult.
</para>
</summary>
<returns>The GeocodeRequestResult textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.RequestResultBase">
<summary>
<para>The base for all classes that contain results of requests to web services.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.RequestResultBase.FaultReason">
<summary>
<para>Returns the fault reason of a request.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.RequestResultBase.ResultCode">
<summary>
<para>Returns the code that contains information on whether or not the last request was successful.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraMap.SearchRequestResult">
<summary>
<para>Contains the results of a request to a web service to search a specific location.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SearchRequestResult.#ctor(DevExpress.XtraMap.RequestResultCode,System.String,System.Collections.Generic.List`1,DevExpress.XtraMap.LocationInformation,System.Collections.Generic.List`1,System.Int32,System.String,System.String)">
<summary>
<para>Initializes a new instance of the SearchRequestResult class with the specified parameters.
</para>
</summary>
<param name="statusCode">
A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the status code. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.ResultCode"/> property.
</param>
<param name="faultReason">
A <see cref="T:System.String"/> specifying the cause of the fault. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.FaultReason"/> property.
</param>
<param name="searchResults">
A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying search results. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.SearchResults"/> property.
</param>
<param name="searchRegion">
A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object specifying the search region. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.SearchRegion"/> property.
</param>
<param name="alternateSearchRegions">
A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying alternate search regions. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.AlternateSearchRegions"/> property.
</param>
<param name="estimatedMatches">
An integer value specifying the number of estimated matches. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.EstimatedMatches"/> property.
</param>
<param name="keyword">
A <see cref="T:System.String"/> specifying the keyword. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.Keyword"/> property.
</param>
<param name="location">
A <see cref="T:System.String"/> specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.Location"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.SearchRequestResult.#ctor(System.Collections.Generic.List`1,System.String)">
<summary>
<para>Initializes a new instance of the SearchRequestResult class with the specified keyword and the search result.
</para>
</summary>
<param name="searchResults">
A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying the search results. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.SearchResults"/> property.
</param>
<param name="keyword">
A <see cref="T:System.String"/> value which is contained in the result of a search request.
</param>
</member>
<member name="P:DevExpress.XtraMap.SearchRequestResult.AlternateSearchRegions">
<summary>
<para>Returns alternate regions to search for a result.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.SearchRequestResult.EstimatedMatches">
<summary>
<para>Gets the number of estimated matches.
</para>
</summary>
<value>An integer value that is the number of estimated matches.
</value>
</member>
<member name="P:DevExpress.XtraMap.SearchRequestResult.Keyword">
<summary>
<para>Returns a keyword contained in the result of a search request.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.SearchRequestResult.Location">
<summary>
<para>Returns the location of a search result.
</para>
</summary>
<value>A System.String that is the name of a location contained in a search result.
</value>
</member>
<member name="P:DevExpress.XtraMap.SearchRequestResult.SearchRegion">
<summary>
<para>Returns a region to perform a search.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.SearchRequestResult.SearchResults">
<summary>
<para>Returns all search resuts.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.SearchRequestResult.ToString">
<summary>
<para>Returns the textual representation of the SearchRequestResult.
</para>
</summary>
<returns>The SearchRequestResult textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.RouteWaypoint">
<summary>
<para>Contains information on a specific waypoint of a route, calculated by the Route service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.RouteWaypoint.#ctor(System.String,DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Initializes a new instance of the RouteWaypoint class with the specified parameters.
</para>
</summary>
<param name="description">
A <see cref="T:System.String"/> specifying the description. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Description"/> property.
</param>
<param name="location">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Location"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.RouteWaypoint.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the RouteWaypoint class with the specified description and keyword.
</para>
</summary>
<param name="description">
A <see cref="T:System.String"/> value specifying the description of a waypoint. This value is attached to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Description"/> property.
</param>
<param name="keyword">
A <see cref="T:System.String"/> value containing information to search for on a map. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Keyword"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.RouteWaypoint.Description">
<summary>
<para>Returns the description of a waypoint.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.RouteWaypoint.Keyword">
<summary>
<para>Returns the keyword indicating the required route waypoint to search for on a map.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the keyword.
</value>
</member>
<member name="P:DevExpress.XtraMap.RouteWaypoint.Location">
<summary>
<para>Returns the location of the route waypoint.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates of the route waypoint.
</value>
</member>
<member name="M:DevExpress.XtraMap.RouteWaypoint.ToString">
<summary>
<para>Returns the textual representation of RouteWaypoint.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of RouteWaypoint.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingSearchOptions">
<summary>
<para>Contains settings that define the parameters for searching via the Microsoft Bing service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingSearchOptions.#ctor">
<summary>
<para>Initializes a new instance of the BingSearchOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingSearchOptions.AutocorrectQuery">
<summary>
<para>Gets or sets a value indicating whether or not it is necessary to automatically correct a search query.
</para>
</summary>
<value><b>true</b> to automatically correct a query; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingSearchOptions.DistanceUnit">
<summary>
<para>Gets or sets a value that defines how to measure distances.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.DistanceMeasureUnit"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingSearchOptions.ResultsCount">
<summary>
<para>Gets or sets the total number of results that can be obtained by a search request.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingSearchOptions.SearchRadius">
<summary>
<para>Gets or sets a radius to perform a search.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingSearchOptions.ToString">
<summary>
<para>Returns the textual representation of the BingSearchOptions.
</para>
</summary>
<returns>The BingSearchOptions textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingSearchCompletedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.BingSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingSearchCompletedEventHandler.Invoke(System.Object,DevExpress.XtraMap.BingSearchCompletedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.BingSearchCompletedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.BingSearchCompletedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingSearchCompletedEventArgs.#ctor(DevExpress.XtraMap.SearchRequestResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the BingSearchCompletedEventArgs class with the specified settings.
</para>
</summary>
<param name="requestResult">
A <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> object specifying the request result. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchCompletedEventArgs.RequestResult"/> property.
</param>
<param name="error">
A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.
</param>
<param name="cancelled">
A <see cref="T:System.Boolean"/> value containing information on whether or not the search operation should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.
</param>
</member>
<member name="T:DevExpress.XtraMap.BingSearchDataProvider">
<summary>
<para>The class that is used to send requests to the <a href="http://www.bing.com/maps/">Bing Maps</a> Search service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingSearchDataProvider class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.ClearResults">
<summary>
<para>Clears all results stored by a BingSearchDataProvider class object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String)">
<summary>
<para>Searches for locations that best correspond to the specified keywords.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.Int32)">
<summary>
<para>Searches for locations that best correspond to the specified keywords starting from the specified index.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.
</param>
<param name="startingIndex">
An integer value specifying the index of the first result that should be returned. This means, for instance, if the <i>startingIndex</i> is <b>5</b>, first <b>4</b> results will be skipped.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String)">
<summary>
<para>Searches for locations that best correspond to the specified keywords near the specified location.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.
</param>
<param name="location">
A <see cref="T:System.String"/> specifying the location near which it is necessary to search for the specified keyword.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,DevExpress.XtraMap.GeoPoint,System.Int32)">
<summary>
<para>Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point starting from the specified index.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.
</param>
<param name="location">
A <see cref="T:System.String"/> specifying the location near which it is necessary to search for the specified keyword.
</param>
<param name="searchAnchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword and a location.
</param>
<param name="startingIndex">
An integer value specifying the index of the first result that should be returned. This means, for instance, if the <i>startingIndex</i> is <b>5</b>, first <b>4</b> results will be skipped.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.
</param>
<param name="location">
A <see cref="T:System.String"/> specifying the location near which it is necessary to search for the specified keyword.
</param>
<param name="searchAnchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword and a location.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,System.Int32)">
<summary>
<para>Searches for locations that best correspond to the specified keywords near the specified location starting from the specified index.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.
</param>
<param name="location">
A <see cref="T:System.String"/> specifying the location near to which the specified keyword shall be searched for.
</param>
<param name="startingIndex">
An integer value specifying the index of the first result that should be returned. This means, for instance, if the <i>startingIndex</i> is <b>5</b>, the first <b>4</b> results will be skipped.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Searches for locations that best correspond to the specified keywords around the specified geographical point.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.
</param>
<param name="searchAnchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(DevExpress.XtraMap.BingAddress)">
<summary>
<para>Searches for locations that best correspond to the specified address.
</para>
</summary>
<param name="address">
A <see cref="T:DevExpress.XtraMap.BingAddress"/> object specifying the required address.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(DevExpress.XtraMap.BingAddress,System.String,DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.SearchBoundingBox)">
<summary>
<para>Searches for locations that best correspond to the specified address around the specified geographical point in the defined region in accordance with local culture.
</para>
</summary>
<param name="address">
A <see cref="T:DevExpress.XtraMap.BingAddress"/> object specifying the address to look for.
</param>
<param name="culture">
A <see cref="T:System.String"/> value specifying the local culture.
</param>
<param name="searchAnchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.
</param>
<param name="boundingBox">
A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the bounding region to be searched.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.SearchBoundingBox)">
<summary>
<para>Searches for locations that best correspond to the specified keyword around the specified geographical point in the defined region in accordance with local culture.
</para>
</summary>
<param name="keyword">
A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.
</param>
<param name="culture">
A <see cref="T:System.String"/> value specifying the local culture.
</param>
<param name="searchAnchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.
</param>
<param name="boundingBox">
A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the bounding region to be searched.
</param>
</member>
<member name="E:DevExpress.XtraMap.BingSearchDataProvider.SearchCompleted">
<summary>
<para>Occurs when a search operation has been completed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingSearchDataProvider.SearchOptions">
<summary>
<para>Provides access to the options that define how this data provider should perform a search.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingSearchOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingSearchDataProvider.ShowSearchPanel">
<summary>
<para>Gets or sets a value indicating whether or not the <b>Search Panel</b> should be displayed.
</para>
</summary>
<value><b>true</b> to show the Search Panel; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.ToString">
<summary>
<para>Returns the textual representation of BingSearchDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of BingSearchDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingRouteOptions">
<summary>
<para>Contains settings that define the parameters for calculating a route via the Microsoft Bing service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingRouteOptions.#ctor">
<summary>
<para>Initializes a new instance of the BingRouteOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingRouteOptions.AvoidRoads">
<summary>
<para>Gets or sets an option that allows limitation of the use of the toll or highway roads.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingAvoidRoads"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteOptions.DistanceUnit">
<summary>
<para>Gets or sets a value that defines how to measure distances.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.DistanceMeasureUnit"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteOptions.Mode">
<summary>
<para>Gets or sets a value that defines how a route should be calculated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingTravelMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.BingRouteOptions.RouteOptimization">
<summary>
<para>Gets or sets a value that defines how to optimize the route calculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingRouteOptimization"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingRouteOptions.ToString">
<summary>
<para>Returns the textual representation of the BingRouteOptions.
</para>
</summary>
<returns>The BingRouteOptions textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingRouteCalculatedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.BingRouteDataProvider.RouteCalculated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingRouteCalculatedEventHandler.Invoke(System.Object,DevExpress.XtraMap.BingRouteCalculatedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingRouteDataProvider.RouteCalculated"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.BingRouteCalculatedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.BingRouteCalculatedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingRouteDataProvider.RouteCalculated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingRouteCalculatedEventArgs.#ctor(DevExpress.XtraMap.RouteCalculationResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the BingRouteCalculatedEventArgs class with the specified settings.
</para>
</summary>
<param name="calculationResult">
A <see cref="T:DevExpress.XtraMap.RouteCalculationResult"/> object specifying the result. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteCalculatedEventArgs.CalculationResult"/> property.
</param>
<param name="error">
A <see cref="T:System.Exception"/> object specifying the error occurred during the asynchronous operation. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.
</param>
<param name="cancelled">
A <see cref="T:System.Boolean"/> value indicating whether the asynchronous operation was canceled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.
</param>
<param name="userState">
A <see cref="T:System.Object"/> that is the optional user-supplied state object passed to the <b>RunWorkerAsync</b> method. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.BingRouteCalculatedEventArgs.CalculationResult">
<summary>
<para>Returns a result of a route calculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.RouteCalculationResult"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.BingRouteDataProvider">
<summary>
<para>The class that is used to send requests to the <a href="http://www.bing.com/maps/">Bing Maps</a> Route service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingRouteDataProvider class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List`1,System.Object)">
<summary>
<para>Calculates the most optimal route for the specified list of waypoints for the specified user state.
</para>
</summary>
<param name="waypoints">
A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.
</param>
<param name="userState">
A <see cref="T:System.Object"/> containing the user state.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List`1)">
<summary>
<para>Calculates the most optimal route for the specified list of waypoints.
</para>
</summary>
<param name="waypoints">
A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List`1,System.String,System.Object)">
<summary>
<para>Calculates the most optimal route for the specified list of waypoints and the specified user state.
</para>
</summary>
<param name="waypoints">
A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.
</param>
<param name="culture">
A <see cref="T:System.String"/> object specifying the name of the culture.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying a user state.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.XtraMap.RouteWaypoint)">
<summary>
<para>Returns driving routes to a location from major roads in four directions (West, North, East and South).
</para>
</summary>
<param name="destination">
A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.XtraMap.RouteWaypoint,System.Object)">
<summary>
<para>Returns driving routes to a location from major roads in four directions (West, North, East and South).
</para>
</summary>
<param name="destination">
A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.
</param>
<param name="userState">
A <see cref="T:System.Object"/> containing the user state.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.XtraMap.RouteWaypoint,System.String,System.Object)">
<summary>
<para>Returns driving routes to a location from major roads in four directions (West, North, East and South).
</para>
</summary>
<param name="destination">
A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.
</param>
<param name="culture">
A <see cref="T:System.String"/> object specifying the name of the culture.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying a user state.
</param>
</member>
<member name="E:DevExpress.XtraMap.BingRouteDataProvider.RouteCalculated">
<summary>
<para>Occurs when a route has been calculated.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingRouteDataProvider.RouteOptions">
<summary>
<para>Provides access to the options that define how to calculate a route.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BingRouteOptions"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.ToString">
<summary>
<para>Returns the textual representation of BingRouteDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of BingRouteDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingMapDataProviderBase">
<summary>
<para>The base class for all bing data providers.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BingMapDataProviderBase.BingKey">
<summary>
<para>Gets or sets the key that is required to connect to the <b>Bing Maps</b> data provider.
</para>
</summary>
<value>A <see cref="T:System.String"/> that stores a Bing Maps key.
</value>
</member>
<member name="T:DevExpress.XtraMap.LocationInformationReceivedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingGeocodeDataProvider.LocationInformationReceived"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LocationInformationReceivedEventArgs.#ctor(DevExpress.XtraMap.GeocodeRequestResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the LocationInformationReceivedEventArgs class with the specified settings.
</para>
</summary>
<param name="result">
A <see cref="T:DevExpress.XtraMap.GeocodeRequestResult"/> object specifying the event result. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformationReceivedEventArgs.Result"/> property.
</param>
<param name="error">
A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.
</param>
<param name="cancelled">
A <see cref="T:System.Boolean"/> value containing information whether or not receiving information should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.LocationInformationReceivedEventArgs.Result">
<summary>
<para>Returns the result of a request to obtain information about a specific geographical coordinate.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GeocodeRequestResult"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.LocationInformationReceivedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.BingGeocodeDataProvider.LocationInformationReceived"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LocationInformationReceivedEventHandler.Invoke(System.Object,DevExpress.XtraMap.LocationInformationReceivedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingGeocodeDataProvider.LocationInformationReceived"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.LocationInformationReceivedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.LayerItemsGeneratingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.InformationDataProviderBase.LayerItemsGenerating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LayerItemsGeneratingEventHandler.Invoke(System.Object,DevExpress.XtraMap.LayerItemsGeneratingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.InformationDataProviderBase.LayerItemsGenerating"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.LayerItemsGeneratingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.LayerItemsGeneratingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.InformationDataProviderBase.LayerItemsGenerating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LayerItemsGeneratingEventArgs.#ctor(DevExpress.XtraMap.MapItem[],System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the LayerItemsGeneratingEventArgs class with the specified settings.
</para>
</summary>
<param name="items">
An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects specifying items being generated. This value is assigned to the <see cref="P:DevExpress.XtraMap.LayerItemsGeneratingEventArgs.Items"/> property.
</param>
<param name="error">
A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.
</param>
<param name="cancelled">
A <see cref="T:System.Boolean"/> value containing information on whether or not item generation should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.LayerItemsGeneratingEventArgs.Items">
<summary>
<para>Returns all the items generated for the layer.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.InformationDataProviderBase">
<summary>
<para>The base class for all information data providers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.InformationDataProviderBase.ClearSearchPanel">
<summary>
<para>Clears the Search Panel.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.GenerateLayerItems">
<summary>
<para>Gets or sets a value indicating whether or not it is necessary to automatically generate items for this layer.
</para>
</summary>
<value><b>true</b> to generate layer items; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.IsBusy">
<summary>
<para>Returns a value indicating the InformationDataProviderBase is currently busy performing a previous request.
</para>
</summary>
<value><b>true</b>, if a data provider is busy; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraMap.InformationDataProviderBase.LayerItemsGenerating">
<summary>
<para>Occurs when a data provider starts generating map items for a layer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.MaxVisibleResultCount">
<summary>
<para>Specifies the number of displayed results requested.
</para>
</summary>
<value>A <see cref="T:System.Int32"/> value specifying the number of displayed results requested.
</value>
</member>
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.ProcessMouseEvents">
<summary>
<para>Gets or sets a value indicating whether or not it is necessary to process mouse events by this data provider.
</para>
</summary>
<value><b>true</b>, to process mouse events; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.InformationDataProviderBase.ToString">
<summary>
<para>Returns the textual representation of the InformationDataProviderBase.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the InformationDataProviderBase.
</returns>
</member>
<member name="T:DevExpress.XtraMap.InformationLayer">
<summary>
<para>A layer that is used to display additional information above the map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.InformationLayer.#ctor">
<summary>
<para>Initializes a new instance of the InformationLayer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.InformationLayer.ClearResults">
<summary>
<para>Clears all results displayed on a layer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.InformationLayer.Data">
<summary>
<para>Specifies the data storage for the information layer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemStorage"/> object.
</value>
</member>
<member name="E:DevExpress.XtraMap.InformationLayer.DataLoaded">
<summary>
<para>Overrides the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event to hide it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.InformationLayer.DataProvider">
<summary>
<para>Provides access to an object that obtains information data from online data providers.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.InformationDataProviderBase"/> class descendant that is a specific data provider.
</value>
</member>
<member name="E:DevExpress.XtraMap.InformationLayer.DataRequestCompleted">
<summary>
<para>Occurs when a data request has been completed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.InformationLayer.ToString">
<summary>
<para>Returns the textual representation of InformationLayer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of InformationLayer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapCallout">
<summary>
<para>The class used to draw a callout on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapCallout.#ctor">
<summary>
<para>Initializes a new instance of the MapCallout class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.AllowHtmlText">
<summary>
<para>Gets or sets whether HTML formatting is allowed in the current MapCallout object.
</para>
</summary>
<value>A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.HighlightedStroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.HighlightedStrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.HighlightedTextColor">
<summary>
<para>Gets or sets the color used to display a highlighted map callout's text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure object, representing the color of a highlighted map callout's text.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.SelectedStroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.SelectedStrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.SelectedTextColor">
<summary>
<para>Gets or sets the color used to display a selected map callout's text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure object, representing the color of a selected map callout's text.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.Stroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCallout.StrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapCallout.ToString">
<summary>
<para>Returns the textual representation of MapCallout.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapCallout.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapEllipse">
<summary>
<para>The class used to draw an ellipse on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapEllipse.#ctor">
<summary>
<para>Initializes a new instance of the MapEllipse class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapEllipse.CreateByCenter(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,System.Double,System.Double)">
<summary>
<para>Creates a map ellipse using its center point, width and height.
</para>
</summary>
<param name="coordSystem">
A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant object representing the coordinate system in which the ellipse should be initialized.
</param>
<param name="center">
A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the ellipse center point.
</param>
<param name="width">
A <see cref="T:System.Double"/> specifying the ellipse width.
</param>
<param name="height">
A <see cref="T:System.Double"/> specifying the ellipse height.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapEllipse"/> object with the specified center point width and height.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapEllipse.FromLeftTopRightBottom(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
<summary>
<para>Creates a map ellipse using the top-left and bottom-right points of its bounding rectangle.
</para>
</summary>
<param name="coordSystem">
A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> value specifying the coordinate system.
</param>
<param name="leftTop">
A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the top-left coordinate of the ellipse bounding rectangle.
</param>
<param name="rightBottom">
A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the bottom-right coordinate of the ellipse bounding rectangle.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapEllipse"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapEllipse.Height">
<summary>
<para>Gets or sets the height of the ellipse.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the height of the ellipse.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapEllipse.Location">
<summary>
<para>Gets or sets the location of a MapEllipse object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapEllipse.ToString">
<summary>
<para>Returns the textual representation of MapEllipse.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapEllipse.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapEllipse.Width">
<summary>
<para>Gets or sets the width of the map ellipse.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the width of the map ellipse.
</value>
</member>
<member name="T:DevExpress.XtraMap.Printing.PrintOptions">
<summary>
<para>Provides access to the map's printing options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.Printing.PrintOptions.#ctor">
<summary>
<para>Initializes a new instance of the PrintOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.Printing.PrintOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the options object passed as the parameter to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.PrintMiniMap">
<summary>
<para>Gets or sets a value indicating whether a mini map should be printed/exported.
</para>
</summary>
<value><b>true</b> if a mini map should be printed/exported, otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.PrintNavigationPanel">
<summary>
<para>Gets or sets a value indicating whether a navigation panel should be printed/exported.
</para>
</summary>
<value><b>true</b> if a navigation panel should be printed/exported, otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.PrintOverlays">
<summary>
<para>Gets or sets the value indicating whether or not the map overlays should be printed/exported.
</para>
</summary>
<value><b>true</b> if overlays should be printed/exported, otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.SizeMode">
<summary>
<para>Gets or sets a value which specifies the size mode used to print the map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPrintSizeMode"/> enumeration value which specifies the size mode used to print the map.
</value>
</member>
<member name="M:DevExpress.XtraMap.Printing.PrintOptions.ToString">
<summary>
<para>Returns the textual representation of PrintOptions.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of PrintOptions.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapImageSourceBase">
<summary>
<para>A base class for all classes that can load map images from an external source.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapWebRequestEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapWebRequestEventHandler.Invoke(System.Object,DevExpress.XtraMap.MapWebRequestEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.MapWebRequestEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.ShapeAttributeValueProvider">
<summary>
<para>The class that is used to obtain an attribute from a shape file source (Shapefile or KML file) that is applied to shape items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ShapeAttributeValueProvider.#ctor">
<summary>
<para>Initializes a new instance of the ShapeAttributeValueProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ShapeAttributeValueProvider.AttributeName">
<summary>
<para>Gets or sets the name of the attribute that is applied to shape items.
</para>
</summary>
<value>A string value that is the name of the attribute.
</value>
</member>
<member name="M:DevExpress.XtraMap.ShapeAttributeValueProvider.ToString">
<summary>
<para>Returns the textual representation of ShapeAttributeValueProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of ShapeAttributeValueProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.IColorizerValueProvider">
<summary>
<para>Interface that should be implemented by any object which supports a method required for a colorizer value provider.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.IColorizerValueProvider.GetValue(System.Object)">
<summary>
<para>Returns the value from the data source (e.g., Shapefile) that specifies how to color map shapes.
</para>
</summary>
<param name="item">
An object representing the map item to color with a colorizer.
</param>
<returns>A double value from the data source (e.g., Shapefile).
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemMappingInfo">
<summary>
<para>Contains information about the mapping of a map item.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.ImageIndex">
<summary>
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.MapPointer.ImageIndex"/> property is bound.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Latitude">
<summary>
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.GeoPoint.Latitude"/> property is bound.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Longitude">
<summary>
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.GeoPoint.Longitude"/> property is bound.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Text">
<summary>
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.MapPointer.Text"/> property is bound.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemMappingInfo.ToString">
<summary>
<para>Returns the textual representation of MapItemMappingInfo.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapItemMappingInfo.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Type">
<summary>
<para>Gets or sets the name of the data field that stores the type of the map item.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.XCoordinate">
<summary>
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.CartesianPoint.X"/> property is bound.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.YCoordinate">
<summary>
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.CartesianPoint.Y"/> property is bound.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapPointer">
<summary>
<para>The class used to draw a map pointer on a map.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.BackgroundDrawingMode">
<summary>
<para>Gets or sets the states on which the pointer background should be drawn.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ElementState"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.XtraMap.MapPointer.DefaultTextAlignment">
<summary>
<para>Specifies the default <see cref="P:DevExpress.XtraMap.MapPointer.TextAlignment"/>. Currently, the default text alignment is set to <see cref="F:DevExpress.XtraMap.TextAlignment.MiddleRight"/>.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.XtraMap.MapPointer.DefaultTextPadding">
<summary>
<para>Specifies the text padding used by default.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.Font">
<summary>
<para>Gets or sets a font used to paint a map pointer's text.
</para>
</summary>
<value>The font used to display the map pointer's text specified in the <see cref="P:DevExpress.XtraMap.MapPointer.Text"/> property.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.Image">
<summary>
<para>Gets or sets an image that is assigned to a map pointer.
</para>
</summary>
<value>An Image object that represents the image assigned to a map pointer.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.ImageIndex">
<summary>
<para>Gets or sets the image index value of an image assigned to the map pointer.
</para>
</summary>
<value>An Int32 value that is the image index assigned to the map pointer.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.ImageUri">
<summary>
<para>Gets or sets a Uri that defines the location of an Image file with vector data.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object that contains a Uri to the Image file.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.Location">
<summary>
<para>Gets or sets the location of a MapPointer object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.Text">
<summary>
<para>Gets or sets the text for a map pointer.
</para>
</summary>
<value>A string value that is the text for a map pointer.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.TextAlignment">
<summary>
<para>Gets or sets the alignment of the text in a map pointer.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraMap.TextAlignment"/> enumeration values that specifies how the text is aligned in the map pointer.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.TextColor">
<summary>
<para>Gets or sets the color of a text map pointer.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that is the color of a text map pointer.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.TextPadding">
<summary>
<para>Gets or sets the padding for text shown for MapPointer class descendants.
</para>
</summary>
<value>An integer value specifying the text padding.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.Transparency">
<summary>
<para>Gets or sets the transparency value for the MapPointer.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPointer.UseAnimation">
<summary>
<para> Gets or sets whether to play the animation when a location of the map pointer is changed on a map.
</para>
</summary>
<value><b>true</b>, to play the animation when a location of the map pointer is changed; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapSelectionChangingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapSelectionChangingEventHandler.Invoke(System.Object,DevExpress.XtraMap.MapSelectionChangingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanging"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.MapSelectionChangingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.MapSelectionChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapSelectionChangingEventArgs.#ctor(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes a new instance of the MapSelectionChangingEventArgs class with the specified map selection.
</para>
</summary>
<param name="selection">
An object that implements the <see cref="T:System.Collections.IEnumerable"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapSelectionChangingEventArgs.Cancel">
<summary>
<para>Gets or sets whether the selection of a map item should be canceled.
</para>
</summary>
<value><b>true</b>, if the selection of a map item should be canceled; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapSelectionEventArgs">
<summary>
<para>The base for classes that provide data for the map selection events.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapSelectionEventArgs.Selection">
<summary>
<para>Gets the list of selected objects on a map.
</para>
</summary>
<value>A list of selected objects.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapNotificationOptions">
<summary>
<para>Contains options to support map notification.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapNotificationOptions.Changed">
<summary>
<para>Occurs after the map setting has been changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapNotificationOptions.Reset">
<summary>
<para>Resets all map notification settings to the default values.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ObjectSelectedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.ObjectSelected"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ObjectSelectedEventHandler.Invoke(System.Object,DevExpress.XtraMap.ObjectSelectedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.ObjectSelected"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
The event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.ObjectSelectedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.ObjectSelected"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ObjectSelectedEventArgs.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the ObjectSelectedEventArgs class with the specified data object.
</para>
</summary>
<param name="obj">
The data object whose map representation was selected.
</param>
</member>
<member name="P:DevExpress.XtraMap.ObjectSelectedEventArgs.Object">
<summary>
<para>Returns the data object whose map representation was selected.
</para>
</summary>
<value>The data object whose map representation was selected.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapPathSegment">
<summary>
<para>A segment of a <b>MapPathSegment</b> object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPathSegment.#ctor">
<summary>
<para>Initializes a new instance of the MapPathSegment class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPathSegment.Dispose">
<summary>
<para>Disposes of the MapPathSegment object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPathSegment.InnerBoundaries">
<summary>
<para>Specifies the collection of inner boundaries, which are excluded from the area of a map path segment.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.InnerBoundaryCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPathSegment.IsClosed">
<summary>
<para>Gets or sets whether a map path segment is closed.
</para>
</summary>
<value><b>true</b>, if a map path segment is closed on a map; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPathSegment.IsFilled">
<summary>
<para>Specifies whether a map path segment is filled.
</para>
</summary>
<value><b>true</b>, if a map path segment is filled on a map; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPathSegment.Points">
<summary>
<para>Gets or sets a collection of points defining the map path segment.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPathSegment.ToString">
<summary>
<para>Returns the textual representation of MapPathSegment.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapPathSegment.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapPathSegmentCollection">
<summary>
<para>A collection of map path segments.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPathSegmentCollection.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the MapPathSegmentCollection class.
</para>
</summary>
<param name="owner">
An object, which will receive change notifications when properties of the created object are changed.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapPathSegmentCollection.ToString">
<summary>
<para>Returns the textual representation of the MapPathSegmentCollection.
</para>
</summary>
<returns>The MapPathSegmentCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapElementStyle">
<summary>
<para>The style of a map element.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapElementStyle.Fill">
<summary>
<para>Gets or sets the color that is used to fill a map element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill a map element.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapElementStyle.ToString">
<summary>
<para>Returns the textual representation of MapElementStyle.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapElementStyle.
</returns>
</member>
<member name="T:DevExpress.XtraMap.IColorizerElement">
<summary>
<para>Interface that should be implemented by any object which can colorize a map element.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.IColorizerElement.ColorizerColor">
<summary>
<para>Gets or sets a color to colorize a map element.
</para>
</summary>
<value>A Color object that represents a color to colorize the map element.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapElementStyleBase">
<summary>
<para>The base for classes that define the style of a map element.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapElementStyleBase.MergeStyles(DevExpress.XtraMap.MapElementStyleBase,DevExpress.XtraMap.MapElementStyleBase,DevExpress.XtraMap.MapElementStyleBase)">
<summary>
<para>Merges styles of a map element into the destination style.
</para>
</summary>
<param name="style1">
A <see cref="T:DevExpress.XtraMap.MapElementStyleBase"/> object representing the first style of a map element.
</param>
<param name="style2">
A <see cref="T:DevExpress.XtraMap.MapElementStyleBase"/> object representing the second style of a map element.
</param>
<param name="destinationStyle">
A <see cref="T:DevExpress.XtraMap.MapElementStyleBase"/> object that represents the destination style of a map element.
</param>
</member>
<member name="T:DevExpress.XtraMap.SelectedItemCollection">
<summary>
<para>A collection of selected map items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SelectedItemCollection.#ctor(DevExpress.XtraMap.MapItemsLayerBase)">
<summary>
<para>Initializes a new instance of the SelectedItemCollection class with the specified owner.
</para>
</summary>
<param name="layer">
A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> object that is the owner of this selected item collection.
</param>
</member>
<member name="M:DevExpress.XtraMap.SelectedItemCollection.AddRange(System.Collections.ICollection)">
<summary>
<para>Adds a collection of selected items to the end of the collection.
</para>
</summary>
<param name="collection">
A <see cref="T:System.Collections.ICollection"/> object which represents the collection of selected items to append to the collection.
</param>
</member>
<member name="M:DevExpress.XtraMap.SelectedItemCollection.ToString">
<summary>
<para>Returns the textual representation of the SelectedItemCollection.
</para>
</summary>
<returns>The SelectedItemCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemAttribute">
<summary>
<para>An attribute that can be applied to map items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttribute.#ctor">
<summary>
<para>Initializes a new instance of the MapItemAttribute class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemAttribute.Name">
<summary>
<para>Gets or sets the name attribute to define mappings of a map item.
</para>
</summary>
<value>A name attribute of the map item mapping.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttribute.ToString">
<summary>
<para>Returns the textual representation of the MapItemAttribute.
</para>
</summary>
<returns>The MapItemAttribute textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapItemAttribute.Type">
<summary>
<para>Specifies a type of the map item attribute mapping.
</para>
</summary>
<value>A map item attribute type.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemAttribute.Value">
<summary>
<para>Specifies the mapping value of the map item attribute.
</para>
</summary>
<value>An object that is the value of the map item attribute.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemAttributeCollection">
<summary>
<para>A collection of attributes for an individual map item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttributeCollection.#ctor">
<summary>
<para>Initializes a new instance of the MapItemAttributeCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttributeCollection.ToString">
<summary>
<para>Returns the textual representation of the MapItemAttributeCollection.
</para>
</summary>
<returns>The MapItemAttributeCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.GraphColorizer">
<summary>
<para>Represents the Graph colorizer utilized to paint shapes that have a common border using different colors.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.GraphColorizer.#ctor">
<summary>
<para>Initializes a new instance of the GraphColorizer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.GraphColorizer.ColorItems">
<summary>
<para>Provides access to the collection of color items for this colorizer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.GenericColorizerItemCollection`1"/> containing <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/> objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.GraphColorizer.ColorizeElement(DevExpress.XtraMap.IColorizerElement)">
<summary>
<para>Colorize a map element.
</para>
</summary>
<param name="element">
An object implementing the <see cref="T:DevExpress.XtraMap.IColorizerElement"/> interface that contains a map element to colorize.
</param>
</member>
<member name="M:DevExpress.XtraMap.GraphColorizer.ToString">
<summary>
<para>Returns the textual representation of GraphColorizer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of GraphColorizer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.LogarithmicRangeDistribution">
<summary>
<para>Represents the logarithmic distribution of color ranges in a colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LogarithmicRangeDistribution.#ctor">
<summary>
<para>Initializes a new instance of the LogarithmicRangeDistribution class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LogarithmicRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
<summary>
<para>Converts the specified range value.
</para>
</summary>
<param name="min">
An integer value that specifies the minimum for the conversion results.
</param>
<param name="max">
An integer value that specifies the minimum for the conversion results.
</param>
<param name="value">
A value to be converted.
</param>
<returns>A <see cref="Double"/> object that is the result of the conversion.
</returns>
</member>
<member name="M:DevExpress.XtraMap.LogarithmicRangeDistribution.ToString">
<summary>
<para>Returns the textual representation of LogarithmicRangeDistribution.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of LogarithmicRangeDistribution.
</returns>
</member>
<member name="T:DevExpress.XtraMap.LinearRangeDistribution">
<summary>
<para>Represents the linear distribution of color ranges in a colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LinearRangeDistribution.#ctor">
<summary>
<para>Initializes a new instance of the LinearRangeDistribution class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LinearRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
<summary>
<para>Converts the specified range value.
</para>
</summary>
<param name="min">
An <see cref="T:System.Double"/> value that specifies the minimum for the conversion results.
</param>
<param name="max">
An <see cref="T:System.Double"/> value that specifies the minimum for the conversion results.
</param>
<param name="value">
A <see cref="T:System.Double"/> value to be converted.
</param>
<returns>A <see cref="Double"/> object that is the result of the conversion.
</returns>
</member>
<member name="P:DevExpress.XtraMap.LinearRangeDistribution.Default">
<summary>
<para>Returns the default linear distribution of color ranges in a colorizer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.LinearRangeDistribution"/> object representing the default linear distribution.
</value>
</member>
<member name="M:DevExpress.XtraMap.LinearRangeDistribution.ToString">
<summary>
<para>Returns the textual representation of LinearRangeDistribution.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of LinearRangeDistribution.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ExponentialRangeDistribution">
<summary>
<para>Represents the exponential distribution of color ranges in a colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ExponentialRangeDistribution.#ctor">
<summary>
<para>Initializes a new instance of the ExponentialRangeDistribution class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ExponentialRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
<summary>
<para>Converts the specified range value.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value that specifies the maximum of the conversion results.
</param>
<param name="max">
A <see cref="T:System.Double"/> value that specifies the maximum of the conversion results.
</param>
<param name="value">
A <see cref="T:System.Double"/> value to be converted.
</param>
<returns>A <see cref="Double"/> object that is the result of the conversion.
</returns>
</member>
<member name="M:DevExpress.XtraMap.ExponentialRangeDistribution.ToString">
<summary>
<para>Returns the textual representation of ExponentialRangeDistribution.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of ExponentialRangeDistribution.
</returns>
</member>
<member name="T:DevExpress.XtraMap.EquationRangeDistribution">
<summary>
<para>The base for classes that define exponential and logarithmic distribution of color ranges in a colorizer.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.EquationRangeDistribution.Factor">
<summary>
<para>Gets or sets the factor specifying the percentages of the starting color and the ending color in the colorizer.
</para>
</summary>
<value>A factor that specifies the percentages of the starting color and the ending color to be used at the corresponding position in the colorizer.
</value>
</member>
<member name="T:DevExpress.XtraMap.DoubleCollection">
<summary>
<para>An ordered collection of Double values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DoubleCollection.#ctor">
<summary>
<para>Initializes a new instance of the DoubleCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DoubleCollection.ToString">
<summary>
<para>Returns the textual representation of the DoubleCollection.
</para>
</summary>
<returns>The DoubleCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.TextElementStyle">
<summary>
<para>Defines a style of the text element within a map.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.TextElementStyle.Font">
<summary>
<para>Gets or sets a font used to display a map text element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> that specifies a font used to display the content of a map text element.
</value>
</member>
<member name="P:DevExpress.XtraMap.TextElementStyle.TextColor">
<summary>
<para>Gets or sets the color of a text element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that is the color of a text element.
</value>
</member>
<member name="M:DevExpress.XtraMap.TextElementStyle.ToString">
<summary>
<para>Returns the textual representation of TextElementStyle.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of TextElementStyle.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BackgroundStyle">
<summary>
<para>A background style applied to a map element.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.BackgroundStyle.Fill">
<summary>
<para>Gets or sets the color that is used to fill the background of a particular map element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill the background of a map element.
</value>
</member>
<member name="M:DevExpress.XtraMap.BackgroundStyle.ToString">
<summary>
<para>Returns the textual representation of BackgroundStyle.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of BackgroundStyle.
</returns>
</member>
<member name="T:DevExpress.XtraMap.FieldValueType">
<summary>
<para>Lists the field value types of the map item attribute.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.FieldValueType.Boolean">
<summary>
<para>Indicates that the attribute field of a map item contains Boolean values (the <see cref="T:System.Boolean"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.FieldValueType.DateTime">
<summary>
<para>Indicates that the attribute field of a map item contains Date Time values (the <see cref="T:System.DateTime"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.FieldValueType.Decimal">
<summary>
<para>Indicates that the attribute field of a map item contains Decimal values (the <see cref="T:System.Decimal"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.FieldValueType.Integer">
<summary>
<para>Indicates that the attribute field of a map item contains Integer values (the <see cref="T:System.Int32"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.FieldValueType.Object">
<summary>
<para>Indicates that the attribute field of a map item contains values of the Object type (the <see cref="T:System.Object"/> type).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.FieldValueType.String">
<summary>
<para>Indicates that the attribute field of a map item contains String values (the <see cref="T:System.String"/> type).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.DrawMapItemEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.DrawMapItemEventArgs.#ctor(DevExpress.XtraMap.MapItem)">
<summary>
<para>Initializes a new instance of the DrawMapItemEventArgs class with the specified map item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item to be drawn. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.Fill">
<summary>
<para>Gets or sets the color that is used to fill a map item when the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event is fired.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that specifies how to fill a map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.IsHighlighted">
<summary>
<para>Gets a value that indicates whether a map item is highlighted.
</para>
</summary>
<value><b>true</b>, if a map item is highlighted; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.IsSelected">
<summary>
<para>Gets a value that indicates whether a map item is selected.
</para>
</summary>
<value><b>true</b>, if a map item is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.Layer">
<summary>
<para>Gets an object representing a map items layer when handling the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> object that is a map items layer.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.Stroke">
<summary>
<para>Gets or sets the Color that specifies how the map item outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map item outline is painted.
</value>
</member>
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.StrokeWidth">
<summary>
<para>Gets or sets a value that specifies the width of the stroke on the current map item.
</para>
</summary>
<value>An integer value that is the width of the stroke on the current map item.
</value>
</member>
<member name="T:DevExpress.XtraMap.ColorScaleLegend">
<summary>
<para>Represents a color legend as a color scale.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorScaleLegend.#ctor">
<summary>
<para>Initializes a new instance of the ColorScaleLegend class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ColorScaleLegend.CustomItems">
<summary>
<para>Provides access to the collection of custom legend items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.ColorScaleLegend.ToString">
<summary>
<para>Returns the textual representation of ColorScaleLegend.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of ColorScaleLegend.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ColorListLegend">
<summary>
<para>Represents a color legend as a list of colors.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorListLegend.#ctor">
<summary>
<para>Initializes a new instance of the ColorListLegend class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ColorListLegend.CustomItems">
<summary>
<para>Provides access to the collection of custom legend items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ColorListLegend.ImageList">
<summary>
<para>Gets or sets the source of images to be displayed within a legend.
</para>
</summary>
<value>An object which represents the source of the images that can be displayed within the map control.
</value>
</member>
<member name="P:DevExpress.XtraMap.ColorListLegend.SortOrder">
<summary>
<para>Gets or sets the sort order of the color list legend items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.LegendItemsSortOrder"/> enumeration value, specifying
the color list items sort order.
</value>
</member>
<member name="M:DevExpress.XtraMap.ColorListLegend.ToString">
<summary>
<para>Returns the textual representation of ColorListLegend.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of ColorListLegend.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapPolyline">
<summary>
<para>The class used to draw a polyline on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPolyline.#ctor">
<summary>
<para>Initializes a new instance of the MapPolyline class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPolyline.ActualPoints">
<summary>
<para>Returns the collection of points used to plot a line.
</para>
</summary>
<value>An object implementing the <see cref="T:System.Collections.Generic.IEnumerable`1[[DevExpress.Map.CoordPoint]]"/> interface and containing points used to plot a line.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPolyline.Fill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Fill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPolyline.HighlightedFill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedFill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPolyline.IsGeodesic">
<summary>
<para>Gets or sets a value indicating whether the polyline is <a href="https://developers.arcgis.com/java/guide/create-geodesic-geometries.htm">geodesic</a>.
</para>
</summary>
<value><b>true</b> if the line is geodesic; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPolyline.Points">
<summary>
<para>Gets or sets a collection of points defining the map polyline.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPolyline.SelectedFill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPolyline.ToString">
<summary>
<para>Returns the textual representation of MapPolyline.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapPolyline.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapLine">
<summary>
<para>The class used to draw a line on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapLine.#ctor">
<summary>
<para>Initializes a new instance of the MapLine class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapLine.ActualPoints">
<summary>
<para>Returns the collection of points used to plot a line.
</para>
</summary>
<value>An object implementing the <see cref="T:System.Collections.Generic.IEnumerable`1[[DevExpress.Map.CoordPoint]]"/> interface and containing points used to plot line.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLine.Fill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Fill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLine.HighlightedFill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedFill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLine.IsGeodesic">
<summary>
<para>Gets or sets a value indicating whether the line is <a href="https://developers.arcgis.com/java/guide/create-geodesic-geometries.htm">geodesic</a>.
</para>
</summary>
<value><b>true</b> if the line is geodesic; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLine.Point1">
<summary>
<para>Gets or sets the first point that defines this line.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLine.Point2">
<summary>
<para>Gets or sets the second point that defines this line.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapLine.SelectedFill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapLine.ToString">
<summary>
<para>Returns the textual representation of MapLine.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapLine.
</returns>
</member>
<member name="T:DevExpress.XtraMap.CacheOptions">
<summary>
<para>Contains settings that define the parameters of a local cache for storing image tiles.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CacheOptions.#ctor">
<summary>
<para>Initializes a new instance of the CacheOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.CacheOptions.CacheInfoFileName">
<summary>
<para>Gets or sets a file name that stores the information about the cache of the Map control.
</para>
</summary>
<value>A file name without an extension.
</value>
</member>
<member name="P:DevExpress.XtraMap.CacheOptions.DiskExpireTime">
<summary>
<para>Specifies the time interval after which tile images are updated from a map data provider.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure that is the keep interval for a local cache.
</value>
</member>
<member name="P:DevExpress.XtraMap.CacheOptions.DiskFolder">
<summary>
<para>Gets or sets a disk folder to which the saved image tiles of the map control are stored.
</para>
</summary>
<value>A string value that is the disk folder for saved images.
</value>
</member>
<member name="P:DevExpress.XtraMap.CacheOptions.DiskLimit">
<summary>
<para>Specifies the disk space (in megabytes) to store tile images obtained from a map data provider.
</para>
</summary>
<value>An integer value that is the disk limit for storing tile images, in megabytes.
</value>
</member>
<member name="P:DevExpress.XtraMap.CacheOptions.MemoryLimit">
<summary>
<para>Gets or sets the amount of memory on the computer, in megabytes, for storing tile images obtained from a data provider.
</para>
</summary>
<value>An integer value that is the memory limit (in megabytes).
</value>
</member>
<member name="E:DevExpress.XtraMap.CacheOptions.PropertyChanged">
<summary>
<para>Occurs after a field's property has been changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.CacheOptions.ToString">
<summary>
<para>Returns the textual representation of CacheOptions.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of CacheOptions.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItemStyle">
<summary>
<para>Specifies a style for a map item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemStyle.#ctor">
<summary>
<para>Initializes a new instance of the MapItemStyle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemStyle.Fill">
<summary>
<para>Gets or sets the color that is used to fill a map item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill a map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemStyle.Stroke">
<summary>
<para>Gets or sets the color that specifies how the map item outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map item outline is painted.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemStyle.StrokeWidth">
<summary>
<para>Gets or sets a value that specifies the width of the stroke on the current map item.
</para>
</summary>
<value>An integer value that is the width of the stroke on the current map item.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemStyle.ToString">
<summary>
<para>Returns the textual representation of MapItemStyle.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapItemStyle.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SphericalMercatorProjection">
<summary>
<para>A class that defines methods specific to the <a href="http://en.wikipedia.org/wiki/Mercator_projection">Spherical Mercator Projection</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SphericalMercatorProjection.#ctor">
<summary>
<para>Initializes a new instance of the SphericalMercatorProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SphericalMercatorProjection.ToString">
<summary>
<para>Returns the textual representation of SphericalMercatorProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of SphericalMercatorProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ViewportChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.ViewportChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ViewportChangedEventHandler.Invoke(System.Object,DevExpress.XtraMap.ViewportChangedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.ViewportChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.ViewportChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.ViewportChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.ViewportChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.BottomRight">
<summary>
<para>Gets the bottom right coordinate visible on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.IsAnimated">
<summary>
<para>Gets whether or not the animation effect is used while the position of the current viewport is changed.
</para>
</summary>
<value><b>true</b>, if the map control is used animation effect; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.TopLeft">
<summary>
<para>Gets the top left coordinate visible on the map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.ZoomLevel">
<summary>
<para>Returns the zoom level of the current viewport.
</para>
</summary>
<value>A double value that is the zoom level of the current viewport.
</value>
</member>
<member name="T:DevExpress.XtraMap.NavigationPanelOptions">
<summary>
<para>Contains options that define the appearance, position and layout of the navigation panel element.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.NavigationPanelOptions.#ctor">
<summary>
<para>Initializes a new instance of the NavigationPanelOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.BackgroundStyle">
<summary>
<para>Gets a style applied to the navigation panel's background.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to the navigation panel's background.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.CoordinatesStyle">
<summary>
<para>Provides access to style settings of coordinate scale labels on the map navigation panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the coordinate scale labels.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.Height">
<summary>
<para>Gets or sets the navigation panel's height.
</para>
</summary>
<value>An integer value that is the navigation panel's height.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.HotTrackedItemStyle">
<summary>
<para>Gets a background style applied to a hot-tracked map item on the navigation panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to a hot-tracked map item on the navigation panel.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.IsGeoProjection">
<summary>
<para>Returns a value indicating the NavigationPanelOptions is displaying the geographical navigation information.
</para>
</summary>
<value><b>true</b> if a Navigation Panel displays the geographical navigation information; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ItemStyle">
<summary>
<para>Gets a background style applied to a map item on the navigation panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to a map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.PressedItemStyle">
<summary>
<para>Gets a style applied to the pressed item's background on the navigation panel.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to the pressed item's background.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ScaleStyle">
<summary>
<para>Provides access to the style settings of the navigation panel scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the navigation panel scale.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowCoordinates">
<summary>
<para>Gets or sets a value indicating whether or not the <b>Coordinates</b> item should be displayed.
</para>
</summary>
<value><b>true</b>, to show Coordinates; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowKilometersScale">
<summary>
<para>Gets or sets a value indicating whether or not the <b>Kilometers Scale</b> should be displayed.
</para>
</summary>
<value><b>true</b> to show the Kilometers Scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowMilesScale">
<summary>
<para>Gets or sets a value indicating whether or not the <b>Miles Scale</b> should be displayed.
</para>
</summary>
<value><b>true</b> to show the Miles Scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowScrollButtons">
<summary>
<para>Gets or sets a value indicating whether or not the <b>Scroll Buttons</b> should be displayed.
</para>
</summary>
<value><b>true</b> to show Scroll Buttons; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowZoomTrackbar">
<summary>
<para>Gets or sets a value indicating whether or not the <b>Zoom Trackbar</b> should be displayed.
</para>
</summary>
<value><b>true</b> to show the Zoom Trackbar; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.NavigationPanelOptions.ToString">
<summary>
<para>Returns the textual representation of the NavigationPanelOptions.
</para>
</summary>
<returns>The NavigationPanelOptions textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.Visible">
<summary>
<para>Gets or sets a value indicating whether or not the navigation panel should be displayed.
</para>
</summary>
<value><b>true</b> to display the navigation panel; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.XCoordinatePattern">
<summary>
<para>Gets or sets the pattern of the string representation of the X coordinate.
</para>
</summary>
<value>A string value that is the pattern.
</value>
</member>
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.YCoordinatePattern">
<summary>
<para>Gets or sets the pattern of the string representation of the Y coordinate.
</para>
</summary>
<value>A string value that is the pattern.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemAttributeMapping">
<summary>
<para>The mapping of an attribute applied to a map item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.#ctor(System.String,System.String,DevExpress.XtraMap.FieldValueType)">
<summary>
<para>Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that is an attribute name. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Name"/> property.
</param>
<param name="member">
A <see cref="T:System.String"/> value that is the attribute member. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Type"/> property.
</param>
<param name="valueType">
A <see cref="T:DevExpress.XtraMap.FieldValueType"/> enumeration value that is the current attribute type. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.ValueType"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.#ctor">
<summary>
<para>Initializes a new instance of the MapItemAttributeMapping class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value that is an attribute name. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Name"/> property.
</param>
<param name="member">
A <see cref="T:System.String"/> value that is the attribute member. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Type"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.Member">
<summary>
<para>Gets or sets the member attribute to define mappings of a map item.
</para>
</summary>
<value>A string value that defines the member attribute.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.Name">
<summary>
<para>Gets or sets a name of the map item attribute mapping.
</para>
</summary>
<value>A string value that is the name attribute.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.ToString">
<summary>
<para>Returns the textual representation of the MapItemAttributeMapping.
</para>
</summary>
<returns>The MapItemAttributeMapping textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.Type">
<summary>
<para>Returns the type to define attribute mappings of a map item.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.ValueType">
<summary>
<para>Gets or sets the mapping's map item attribute value type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.FieldValueType"/> enumeration value which represents the map item attribute type.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapItemAttributeMappingCollection">
<summary>
<para>A mapping collection of map item attributes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapItemAttributeMappingCollection.ToString">
<summary>
<para>Returns the textual representation of the MapItemAttributeMappingCollection.
</para>
</summary>
<returns>The MapItemAttributeMappingCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ColorizerValueProviderBase">
<summary>
<para>A class that is a value provider of a colorizer.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ElementSelectionMode">
<summary>
<para>Lists the values used to specify the selection mode of a map element.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementSelectionMode.Extended">
<summary>
<para>Selects multiple consecutive map elements while holding down the SHIFT key.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementSelectionMode.Multiple">
<summary>
<para>Selects multiple map elements.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementSelectionMode.None">
<summary>
<para>The selection of a map element is disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.ElementSelectionMode.Single">
<summary>
<para>Selects the only map element.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ColorCollection">
<summary>
<para>A collection of colors.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorCollection.#ctor">
<summary>
<para>Initializes a new instance of the ColorCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorCollection.ToString">
<summary>
<para>Returns the textual representation of the ColorCollection.
</para>
</summary>
<returns>The ColorCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapPath">
<summary>
<para>The class used to draw a path on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPath.#ctor">
<summary>
<para>Initializes a new instance of the MapPath class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPath.Segments">
<summary>
<para>Gets or sets segments of a map path.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPathSegmentCollection"/> object that is a collection of map path segments.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPath.ToString">
<summary>
<para>Returns the textual representation of MapPath.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapPath.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapCustomElement">
<summary>
<para>The class used to draw any custom element on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapCustomElement.#ctor">
<summary>
<para>Initializes a new instance of the MapCustomElement class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.AllowHtmlText">
<summary>
<para>Gets or sets whether HTML formatting is allowed in the current MapCustomElement object.
</para>
</summary>
<value>A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.HighlightedStroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.HighlightedStrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.Padding">
<summary>
<para>Specifies the internal space between the map custom element's content and its edge, in pixels.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraLayout.Utils.Padding"/> object that contains inner indents between the custom element's borders and its content.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.RenderOrigin">
<summary>
<para>Gets or sets the center point of any possible render, relative to the bounds of the map custom element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPoint"/> structure value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.SelectedStroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.SelectedStrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.Stroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.StrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapCustomElement.TextGlowColor">
<summary>
<para>Gets or sets the glow color of a text for a map custom element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that is the glow color of a text.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapCustomElement.ToString">
<summary>
<para>Returns the textual representation of MapCustomElement.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapCustomElement.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapItem">
<summary>
<para>The base class for various map item types.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItem.Attributes">
<summary>
<para>Gets the attributes for this map item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.ClusteredItems">
<summary>
<para>Returns the collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects that are in a cluster presented by this cluster representative.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.Fill">
<summary>
<para>Gets or sets the color that is used to fill a map item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that is the color used to fill a map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.HighlightedFill">
<summary>
<para>Gets or sets the color that specifies how the highlighted map item is painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that is the color to fill the highlighted map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.HighlightedStroke">
<summary>
<para>Gets or sets the color that specifies how the highlighted outline is painted on a map item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that is a color to fill the highlighted outline of a map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth">
<summary>
<para>Gets or sets a value that specifies the width of the highlighted stroke on the map item.
</para>
</summary>
<value>An integer value that is the width of the highlighted stroke on the map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.IsHitTestVisible">
<summary>
<para>Gets or sets a value that defines whether or not a map item can be returned as a hit-testing result.
</para>
</summary>
<value><b>true</b> if the map item can be shown as the result of hit testing; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.IsUpdateLocked">
<summary>
<para>Gets whether a map item has been locked for updating.
</para>
</summary>
<value><b>true</b>, if a map item is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.Layer">
<summary>
<para>Provides access to the map items layer object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> object representing the items layer of a map control.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.SelectedFill">
<summary>
<para>Gets or sets the color that specifies how the selected map item is painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that is the color to fill the selected map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.SelectedStroke">
<summary>
<para>Gets or sets the color that specifies how the selected outline is painted on a map item.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that is the color to fill the selected outline of a map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth">
<summary>
<para>Gets or sets a value that specifies the width of the selected stroke on the map item.
</para>
</summary>
<value>An integer value that is the width of the selected stroke on the map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.Stroke">
<summary>
<para>Gets or sets the color that specifies how the map item outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map item outline is painted.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.StrokeWidth">
<summary>
<para>Gets or sets a value that specifies the width of the stroke on the map item.
</para>
</summary>
<value>An integer value that is the width of the stroke on the map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.ToolTipPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a map item.
</para>
</summary>
<value>A string value that is the tooltip pattern.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItem.Visible">
<summary>
<para>Gets or sets a value indicating whether or not a map item should be displayed.
</para>
</summary>
<value><b>true</b> to display a map item; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraMap.MultiScaleTileSource">
<summary>
<para>The class that provides functionality to load image tiles for different zoom scales from an external image tile source.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapTileSourceBase">
<summary>
<para>The base for all classes that can load image tiles from external map data providers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapTileSourceBase.GetTileByZoomLevel(System.Int32,System.Int32,System.Int32)">
<summary>
<para>Returns the image tile by its X and Y positions for the specified zoom level.
</para>
</summary>
<param name="zoomLevel">
An integer value that specifies the zoom level.
</param>
<param name="tilePositionX">
An integer value specifying the X-position of the tile within the map image.
</param>
<param name="tilePositionY">
An integer value specifying the Y-position of the tile within the map image.
</param>
<returns>A <see cref="T:System.Uri"/> value that is the path to the image tile.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapDisposableObject">
<summary>
<para>Supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapDisposableObject.Dispose">
<summary>
<para>Disposes of the current object.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapItemsLayerBase">
<summary>
<para>The base class for layers that display map items.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapItemsLayerBase.AttributeDisplayValueEdit">
<summary>
<para>Occurs every time a display value of an attribute should be edited.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.EnableHighlighting">
<summary>
<para>Specifies whether highlighting map items is enabled on this layer.
</para>
</summary>
<value><b>true</b>, if highlighting of map items is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.EnableSelection">
<summary>
<para>Specifies whether selecting map items is enabled on this layer.
</para>
</summary>
<value><b>true</b>, if selecting map items is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToKml(System.String)">
<summary>
<para>Exports data from this vector layer to the specified <a href="https://developers.google.com/kml/documentation/kml_tut">KML</a> file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> object specifying the file path used to save vector items.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToKml(System.IO.Stream)">
<summary>
<para>Exports data from this vector layer to the specified stream using the <a href="https://developers.google.com/kml/documentation/kml_tut">KML</a> file format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> class descendant object specifying a stream in which map items are exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToShp(System.String,DevExpress.XtraMap.ShpExportOptions)">
<summary>
<para>Exports this vector layer data to the specified <a href="https://en.wikipedia.org/wiki/Shapefile">shapefile</a>.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> object specifying the file path used to save data.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraMap.ShpExportOptions"/> object specifying export options.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream,System.Double)">
<summary>
<para>Exports data from this vector layer to the specified stream using the <a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream to which map items should be exported.
</param>
<param name="scale">
A <see cref="T:System.Double"/> value specifying the scale factor used to export map items to SVG.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream)">
<summary>
<para>Exports data from this vector layer to the specified stream using the <a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream, in which map items are exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String,System.Double)">
<summary>
<para>Exports data from this vector layer to the specified <a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> object specifying a shapefile to which map items should be exported.
</param>
<param name="scale">
A <see cref="T:System.Double"/> value specifying the scale factor used to export map items to SVG.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String)">
<summary>
<para>Exports data from this vector layer to the specified <a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> object specifying a shapefile in which map items are exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream,DevExpress.XtraMap.SvgExportOptions)">
<summary>
<para>Exports data from this vector layer to the specified stream using the defined parameters.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream to which map items should be exported.
</param>
<param name="exportOptions">
The storage of values required for correct export.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String,System.Double,DevExpress.XtraMap.SvgExportOptions)">
<summary>
<para>Exports data from this vector layer to the specified <a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file using the defined parameters.
</para>
</summary>
<param name="filePath">
The path of the file that is used to save vector items.
</param>
<param name="scale">
The scale factor used to export map items to SVG.
</param>
<param name="exportOptions">
The storage of values required for correct export.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String,DevExpress.XtraMap.SvgExportOptions)">
<summary>
<para>Exports data from this vector layer to the specified <a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file using the defined parameters.
</para>
</summary>
<param name="filePath">
The path of the file that is used to save vector items.
</param>
<param name="exportOptions">
The storage of values required for correct export.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream,System.Double,DevExpress.XtraMap.SvgExportOptions)">
<summary>
<para>Exports data from this vector layer to the specified stream using the defined parameters.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream to which map items should be exported.
</param>
<param name="scale">
The scale factor used to export map items to SVG.
</param>
<param name="exportOptions">
The storage of values required for correct export.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.HighlightedItemStyle">
<summary>
<para>Gets a style applied to a highlighted map item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> object, applied to a highlighted map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ItemImageIndex">
<summary>
<para>Gets or sets the index of the image assigned to the map item.
</para>
</summary>
<value>An integer which specifies the index of the map item's image in a collection of images.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ItemStyle">
<summary>
<para>Gets a style applied to a map item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> object that contains style settings to customize a map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.SelectedItem">
<summary>
<para>Gets or sets the currently selected item on a map.
</para>
</summary>
<value>An object that is the currently selected map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.SelectedItems">
<summary>
<para>Gets the collection of selected items of the MapItemsLayerBase object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.SelectedItemCollection"/> object representing the collection of selected map items.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.SelectedItemStyle">
<summary>
<para>Gets a style applied to the selected map item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> that contains style settings to customize the selected map item.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ShapeTitlesPattern">
<summary>
<para>Gets or sets a pattern used to generate shape titles.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ShapeTitlesVisibility">
<summary>
<para>Gets or sets a value specifying whether or not shape titles should be visible.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.VisibilityMode"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ToolTipPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.
</para>
</summary>
<value>A System.String, which represents the tooltip pattern.
</value>
</member>
<member name="T:DevExpress.XtraMap.EquirectangularProjection">
<summary>
<para>A class that defines methods specific to the <a href="http://en.wikipedia.org/wiki/Equirectangular_projection">Equirectangular Projection</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EquirectangularProjection.#ctor">
<summary>
<para>Initializes a new instance of the EquirectangularProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EquirectangularProjection.ToString">
<summary>
<para>Returns the textual representation of EquirectangularProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of EquirectangularProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.EqualAreaProjection">
<summary>
<para>A class that defines methods specific to the <a href="http://en.wikipedia.org/wiki/Equal-area_projection#Equal-area">Equal Area Projection</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EqualAreaProjection.#ctor">
<summary>
<para>Initializes a new instance of the EqualAreaProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EqualAreaProjection.ToString">
<summary>
<para>Returns the textual representation of EqualAreaProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of EqualAreaProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.EllipticalMercatorProjection">
<summary>
<para>A class that defines methods specific to the Elliptical <a href="http://en.wikipedia.org/wiki/Mercator_projection">Mercator Projection</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.EllipticalMercatorProjection.#ctor">
<summary>
<para>Initializes a new instance of the EllipticalMercatorProjection class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.EllipticalMercatorProjection.Ellipsoid">
<summary>
<para>Gets or sets an ellipsoid of the EllipticalMercatorProjection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.EllipticalMercatorProjection.ToString">
<summary>
<para>Returns the textual representation of EllipticalMercatorProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of EllipticalMercatorProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapSize">
<summary>
<para>Specifies the map size.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapSize.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the MapSize class with the specified width and height.
</para>
</summary>
<param name="width">
A <see cref="T:System.Double"/> value which specifies the map's width. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapSize.Width"/> property.
</param>
<param name="height">
A <see cref="T:System.Double"/> value which specifies the map's height. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapSize.Height"/> property.
</param>
</member>
<member name="F:DevExpress.XtraMap.MapSize.Empty">
<summary>
<para>Represents an empty map size that corresponds to the zero value.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.XtraMap.MapSize.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current MapSize instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current MapSize instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapSize.Equals(DevExpress.XtraMap.MapSize,DevExpress.XtraMap.MapSize)">
<summary>
<para>Determines whether the two specified MapSize objects are equal.
</para>
</summary>
<param name="size1">
A MapSize instance that specifies the first map size to compare.
</param>
<param name="size2">
A MapSize instance that specifies the second map size to compare.
</param>
<returns><b>true</b> if specified objects are equal; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapSize.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current MapSize object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapSize.Height">
<summary>
<para>Gets or sets the map's height.
</para>
</summary>
<value>A double value that is the map's height.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapSize.IsEmpty">
<summary>
<para>Gets a value that indicates whether this MapSize object's coordinates are initialized.
</para>
</summary>
<value><b>true</b> if the MapSize object is empty; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapSize.Width">
<summary>
<para>Gets or sets the map's width.
</para>
</summary>
<value>A double value that specifies the map's width.
</value>
</member>
<member name="T:DevExpress.XtraMap.LegendAlignment">
<summary>
<para>Contains values that specify how a map legend is aligned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.BottomCenter">
<summary>
<para>The legend is vertically aligned at the bottom and horizontally aligned in the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.BottomLeft">
<summary>
<para>The legend is vertically aligned at the bottom and horizontally aligned on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.BottomRight">
<summary>
<para>The legend is vertically aligned at the bottom and horizontally aligned on the right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.MiddleLeft">
<summary>
<para>The legend is vertically centered and horizontally aligned on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.MiddleRight">
<summary>
<para>The legend is vertically centered and horizontally aligned on the right.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.TopCenter">
<summary>
<para>The legend is vertically aligned at the top and horizontally aligned in the center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.TopLeft">
<summary>
<para>The legend is vertically aligned at the top and horizontally aligned on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendAlignment.TopRight">
<summary>
<para>The legend is vertically aligned at the top and horizontally aligned on the right.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.MapUnit">
<summary>
<para>A class that contains a location in internal map units.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapUnit.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the MapUnit class with the specified X and Y locations of the map unit.
</para>
</summary>
<param name="x">
A <see cref="T:System.Double"/> value which specifies the X position of the map unit. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapUnit.X"/> property.
</param>
<param name="y">
A <see cref="T:System.Double"/> value which specifies the Y position of the map unit. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapUnit.Y"/> property.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapUnit.Equals(DevExpress.XtraMap.MapUnit,DevExpress.XtraMap.MapUnit)">
<summary>
<para>Determines whether the two specified MapUnit objects are equal.
</para>
</summary>
<param name="unit1">
A MapUnit instance that specifies the first map unit to compare.
</param>
<param name="unit2">
A MapUnit instance that specifies the second map unit to compare.
</param>
<returns><b>true</b> if specified objects are equal; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapUnit.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current MapUnit instance.
</para>
</summary>
<param name="o">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current MapUnit instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapUnit.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current MapUnit object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapUnit.Normalize(DevExpress.XtraMap.MapUnit)">
<summary>
<para>Normalizes the specified map unit's coordinates to the range from <b>0</b> to <b>1</b>.
</para>
</summary>
<param name="mapUnit">
A non-normalized MapUnit object.
</param>
<returns>A normalized MapUnit object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapUnit.ToString">
<summary>
<para>Returns the textual representation of MapUnit.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapUnit.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapUnit.ToString(System.IFormatProvider)">
<summary>
<para>Returns the textual representation of MapUnit.
</para>
</summary>
<param name="provider">
An object, implementing the <see cref="T:System.IFormatProvider"/> interface.
</param>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapUnit.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapUnit.X">
<summary>
<para>A horizontal coordinate of a MapUnit.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapUnit.Y">
<summary>
<para>A vertical coordinate of a MapUnit.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapPoint">
<summary>
<para>The coordinates of a map point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the MapPoint class with the specified X and Y locations of the map point.
</para>
</summary>
<param name="x">
A <see cref="T:System.Double"/> value which specifies the X position of the map point. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapPoint.X"/> property.
</param>
<param name="y">
A <see cref="T:System.Double"/> value which specifies the Y position of the map point. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapPoint.Y"/> property.
</param>
</member>
<member name="F:DevExpress.XtraMap.MapPoint.Empty">
<summary>
<para>Represents a map point with zero coordinates.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.Equals(DevExpress.XtraMap.MapPoint,DevExpress.XtraMap.MapPoint)">
<summary>
<para>Determines whether the two specified MapPoint objects are equal.
</para>
</summary>
<param name="Point1">
A MapPoint instance that specifies the first map point to compare.
</param>
<param name="Point2">
A MapPoint instance that specifies the second map point to compare.
</param>
<returns><b>true</b> if specified objects are equal; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current MapPoint instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current MapPoint instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current MapPoint object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapPoint.IsEmpty">
<summary>
<para>Gets a value that indicates whether this MapPoint object's coordinates are initialized.
</para>
</summary>
<value><b>true</b> if the MapPoint object is empty; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.Parse(System.String)">
<summary>
<para>Converts the string representation of a map point to its MapPoint equivalent.
</para>
</summary>
<param name="source">
A string containing map point coordinates, separated by a comma.
</param>
<returns>A MapPoint object that is equivalent to the specified string.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.ToPoint">
<summary>
<para>Converts a MapPoint to a point.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Point"/> structure that represents a point.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.ToPointF">
<summary>
<para>Converts a MapPoint to a floating point.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.PointF"/> structure that represents a floating point.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.ToString">
<summary>
<para>Returns the textual representation of MapPoint.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapPoint.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapPoint.ToString(System.IFormatProvider)">
<summary>
<para>Returns the textual representation of MapPoint.
</para>
</summary>
<param name="provider">
An object, implementing the <see cref="T:System.IFormatProvider"/> interface.
</param>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapPoint.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapPoint.X">
<summary>
<para>A horizontal coordinate of a MapPoint.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPoint.Y">
<summary>
<para>A vertical coordinate of a MapPoint.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapDotShapeKind">
<summary>
<para>Lists the values used to specify the shape of map dots.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapDotShapeKind.Circle">
<summary>
<para>A map dot is painted as a circle.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.MapDotShapeKind.Rectangle">
<summary>
<para>A map dot is painted as a rectangle.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ProjectionBase">
<summary>
<para>The base class for all projections used in the <see cref="T:DevExpress.XtraMap.MapControl"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.ProjectionBase.DefaultProjection">
<summary>
<para>Returns the default map projection object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.ProjectionBase.Equals(System.Object)">
<summary>
<para>Determines whether the two specified ProjectionBase objects are equal.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if specified objects are equal; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraMap.ProjectionBase.GeoPointToMapUnit(DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.XtraMap.ProjectionBase.GeoToKilometersSize(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.MapSize)">
<summary>
<para>Converts the geographical size to kilometers.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.
</param>
<param name="size">
A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in geographical coordinates.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in kilometers.
</returns>
</member>
<member name="M:DevExpress.XtraMap.ProjectionBase.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current ProjectionBase object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.ProjectionBase.KilometersToGeoSize(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.MapSize)">
<summary>
<para>Converts kilometers to the geographical size.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.
</param>
<param name="size">
A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in kilometers.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in geographical coordinates.
</returns>
</member>
<member name="F:DevExpress.XtraMap.ProjectionBase.LatToKilometersRatio">
<summary>
<para>Defines the ratio of <b>1</b> latitude degree to <b>1</b> kilometer.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.XtraMap.ProjectionBase.LonToKilometersRatio">
<summary>
<para>Defines the ratio of <b>1</b> longitude degree to <b>1</b> kilometer.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.XtraMap.ProjectionBase.MapUnitToGeoPoint(DevExpress.XtraMap.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapPoint">
A <see cref="T:DevExpress.XtraMap.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="P:DevExpress.XtraMap.ProjectionBase.OffsetX">
<summary>
<para>Gets or sets the horizontal offset for this projection.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the horizontal offset (in map units).
</value>
</member>
<member name="P:DevExpress.XtraMap.ProjectionBase.OffsetY">
<summary>
<para>Gets or sets the vertical offset for this projection.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the vertical offset (in map units).
</value>
</member>
<member name="P:DevExpress.XtraMap.ProjectionBase.ScaleX">
<summary>
<para>Gets or sets a value that defines the ratio of map units to degrees of longitude (in radians).
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.ProjectionBase.ScaleY">
<summary>
<para>Gets or sets a value that defines the ratio of map units to degrees of latitude (in radians).
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="T:DevExpress.XtraMap.MillerProjection">
<summary>
<para>A class that defines methods specific to the <a href="http://en.wikipedia.org/wiki/Miller_projection">Miller Projection</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MillerProjection.#ctor">
<summary>
<para>Initializes a new instance of the MillerProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MillerProjection.ToString">
<summary>
<para>Returns the textual representation of MillerProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MillerProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapShape">
<summary>
<para>The base class for all vector items that have an outline.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapShape.GetCenter">
<summary>
<para>Returns a center point of a MapShape class descendant object.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object, which is the center of a shape.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapShape.TitleOptions">
<summary>
<para>Provides access to the options that define the visibility, text and appearance of a shape title.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ShapeTitleOptions"/> object.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapSelectionChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapSelectionChangedEventHandler.Invoke(System.Object,DevExpress.XtraMap.MapSelectionChangedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraMap.MapSelectionChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraMap.MapSelectionChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapSelectionChangedEventArgs.#ctor(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes a new instance of the MapSelectionChangedEventArgs class with the specified map selection.
</para>
</summary>
<param name="selection">
An object that implements the <see cref="T:System.Collections.IEnumerable"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraMap.MapRectangle">
<summary>
<para>The class used to draw a rectangle on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapRectangle.#ctor">
<summary>
<para>Initializes a new instance of the MapRectangle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapRectangle.CreateByCenter(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,System.Double,System.Double)">
<summary>
<para>Creates a map rectangle using its center point, width and height.
</para>
</summary>
<param name="coordSystem">
A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant object representing the coordinate system in which the rectangle should be initialized.
</param>
<param name="center">
A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the rectangle center point.
</param>
<param name="width">
A <see cref="T:System.Double"/> specifying the rectangle width.
</param>
<param name="height">
A <see cref="T:System.Double"/> specifying the rectangle height.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapRectangle"/> object with the specified center point width and height.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapRectangle.FromLeftTopRightBottom(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
<summary>
<para>Creates a map rectangle using its top-left and bottom-right points.
</para>
</summary>
<param name="coordSystem">
A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> value specifying the map coordinate system.
</param>
<param name="leftTop">
A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the top-left coordinate.
</param>
<param name="rightBottom">
A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the bottom-right coordinate.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapRectangle"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapRectangle.Height">
<summary>
<para>Gets or sets the height of the rectangle.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the height of the rectangle.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapRectangle.Location">
<summary>
<para>Gets or sets the location of a MapRectangle object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapRectangle.ToString">
<summary>
<para>Returns the textual representation of MapRectangle.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapRectangle.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapRectangle.Width">
<summary>
<para>Gets or sets the width of the rectangle.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the width of the rectangle.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapPushpin">
<summary>
<para>The class used to draw a pushpin on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPushpin.#ctor">
<summary>
<para>Initializes a new instance of the MapPushpin class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.BackgroundDrawingMode">
<summary>
<para>Gets or sets the states on which the pushpin background should be drawn.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ElementState"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.Fill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapPushpin.Fill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.HighlightedFill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapPushpin.HighlightedFill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.HighlightedStroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.HighlightedStrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.Information">
<summary>
<para>Gets or sets the content that can be displayed on a map's pushpin.
</para>
</summary>
<value>A <see cref="T:System.Object"/> object that contains any content to be displayed on a map's pushpin.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.RenderOrigin">
<summary>
<para>Gets or sets the center point of any possible render, relative to the bounds of the map pushpin.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPoint"/> structure value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.SelectedFill">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.SelectedStroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.SelectedStrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.Stroke">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property to hide it.
</para>
</summary>
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.StrokeWidth">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property to hide it.
</para>
</summary>
<value>Always <b>-1</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.TextAlignment">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapPointer.TextAlignment"/> property to hide it.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraMap.TextAlignment"/> enumeration values that specifies how the text is aligned in the map pointer.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.TextGlowColor">
<summary>
<para>Gets or sets the glow color of a text for a map pushpin.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that is the glow color of a text.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.TextOrigin">
<summary>
<para>Specifies the exact XY position where you wish the text to be drawn on the map pushpin.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value that are the exact coordinates of the text on the map pushpin.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapPushpin.TextPadding">
<summary>
<para>This property is hidden and can't be used for MapPushpin.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPushpin.ToString">
<summary>
<para>Returns the textual representation of MapPushpin.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapPushpin.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapPolygon">
<summary>
<para>The class used to draw a polygon on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapPolygon.#ctor">
<summary>
<para>Initializes a new instance of the MapPolygon class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPolygon.Points">
<summary>
<para>Gets or sets a collection of points defining the map polygon.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPolygon.ToString">
<summary>
<para>Returns the textual representation of MapPolygon.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapPolygon.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapDot">
<summary>
<para>The class used to draw a dot on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapDot.#ctor">
<summary>
<para>Initializes a new instance of the MapDot class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapDot.Location">
<summary>
<para>Gets or sets the location of a MapDot object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapDot.ShapeKind">
<summary>
<para>Gets or sets a value specifying the shape that is used to draw a dot on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapDotShapeKind"/> enumeration value specifying the shape kind.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapDot.Size">
<summary>
<para>Gets or sets the size of the map dot.
</para>
</summary>
<value>A double value that represents the size of the map dot (in pixels).
</value>
</member>
<member name="M:DevExpress.XtraMap.MapDot.ToString">
<summary>
<para>Returns the textual representation of MapDot.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of MapDot.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapHitInfo">
<summary>
<para>Contains information about what is located at a specific point within the map.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.HitObjects">
<summary>
<para>Gets a collection of objects which represent all map visual elements located under the test point.
</para>
</summary>
<value>A collection of <see cref="T:System.Object"/>s which represent all map elements under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.HitPoint">
<summary>
<para>Gets the test point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object representing the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapBubble">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapBubble"/>.
</para>
</summary>
<value><b>true</b>, if the test point is within a map bubble; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapCallout">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapCallout"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a map callout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapCustomElement">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapCustomElement"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a map custom element; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapDot">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapDot"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a dot; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapEllipse">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapEllipse"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a map ellipse; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapLine">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapLine"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a map line; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPath">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPath"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a path; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPie">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPie"/>.
</para>
</summary>
<value><b>true</b>, if the test point is within a map pie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPolygon">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPolygon"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a polygon; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPolyline">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPolyline"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a map polyline; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPushpin">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPushpin"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a pushpin; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapRectangle">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapRectangle"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a rectangle; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InPieSegment">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.PieSegment"/>.
</para>
</summary>
<value><b>true</b>, if the test point is within a pie segment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.InUIElement">
<summary>
<para>Gets a value indicating whether the test point is within any UI element (e.g., Navigation Panel, Search Panel or a Legend).
</para>
</summary>
<value><b>true</b>, if the test point is within a UI element; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapBubble">
<summary>
<para>Gets the <see cref="T:DevExpress.XtraMap.MapBubble"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapBubble"/> object that is the bubble located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapCallout">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapCallout"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapCallout"/> object that is the map callout located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapCustomElement">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapCustomElement"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapCustomElement"/> object that is the map custom element located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapDot">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapDot"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapDot"/> object that is the dot located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapEllipse">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapEllipse"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapEllipse"/> object that is the ellipse located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapLine">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapLine"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapLine"/> object that is the line located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPath">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPath"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPath"/> object that is the path located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPie">
<summary>
<para>Gets the <see cref="T:DevExpress.XtraMap.MapPie"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPie"/> object that is the pie located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPolygon">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPolygon"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPolygon"/> object that is the polygon located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPolyline">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPolyline"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPolyline"/> object that is the polyline located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPushpin">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPushpin"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapPushpin"/> object that is the pushpin located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.MapRectangle">
<summary>
<para>Gets a <see cref="T:DevExpress.XtraMap.MapRectangle"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapRectangle"/> object that is the rectangle located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.PieSegment">
<summary>
<para>Gets the <see cref="T:DevExpress.XtraMap.PieSegment"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.PieSegment"/> object that is the pie located under the test point.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapHitInfo.ToString">
<summary>
<para>Returns the textual representation of the MapHitInfo.
</para>
</summary>
<returns>The MapHitInfo textual representation.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapHitInfo.UiHitInfo">
<summary>
<para>Returns information about hit tested UI elements.
</para>
</summary>
<value>An object of a class implementing the <see cref="T:DevExpress.XtraMap.IMapUiHitInfo"/> interface.
</value>
</member>
<member name="T:DevExpress.XtraMap.RenderMode">
<summary>
<para>Lists the values used to specify the render mode of a map control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RenderMode.Auto">
<summary>
<para>The supported render mode is applied automatically in either Gdi+ or DirectX.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RenderMode.Direct2D">
<summary>
<para>Specifies that the map control is rendered using DirectX 11.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RenderMode.DirectX">
<summary>
<para>Specifies that the map control is rendered using DirectX.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.RenderMode.GdiPlus">
<summary>
<para>Specifies that the map control is rendered using GdiPlus.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ImageTilesLayer">
<summary>
<para>A layer that displays image tiles obtained from one of the supported map providers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ImageTilesLayer.#ctor">
<summary>
<para>Initializes a new instance of the ImageTilesLayer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ImageTilesLayer.ToString">
<summary>
<para>Returns the textual representation of ImageTilesLayer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of ImageTilesLayer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.LayerCollection">
<summary>
<para>A collection of layers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LayerCollection.Swap(System.Int32,System.Int32)">
<summary>
<para>Swaps two indexes of a layer in the layer collection.
</para>
</summary>
<param name="index1">
An integer value that represents the first layer's index to be swapped with the second layer's index in the layer collection.
</param>
<param name="index2">
An integer value that represents the second layer's index to be swapped with the first layer's index in the layer collection.
</param>
</member>
<member name="M:DevExpress.XtraMap.LayerCollection.ToString">
<summary>
<para>Returns the textual representation of the LayerCollection.
</para>
</summary>
<returns>The LayerCollection textual representation.
</returns>
</member>
<member name="T:DevExpress.XtraMap.LayerBase">
<summary>
<para>Serves as the base class for all layers.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.LayerBase.DataLoaded">
<summary>
<para>Occurs after the data has been loaded into a map layer.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.LayerBase.Error">
<summary>
<para>Occurs when an internal exception is raised.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.LayerBase.GetViewport">
<summary>
<para>Returns a map viewport.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraMap.MapViewport"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraMap.LayerBase.MaxZoomLevel">
<summary>
<para>Gets or sets the maximum zoom level at which this layer should be visible.
</para>
</summary>
<value>An integer value specifying the maximum zoom level.
</value>
</member>
<member name="P:DevExpress.XtraMap.LayerBase.MinZoomLevel">
<summary>
<para>Gets or sets the minimum zoom level at which this layer should be visible.
</para>
</summary>
<value>An integer value specifying the minimum zoom level.
</value>
</member>
<member name="P:DevExpress.XtraMap.LayerBase.Name">
<summary>
<para>Gets or sets the name of layer.
</para>
</summary>
<value>A string value.
</value>
</member>
<member name="E:DevExpress.XtraMap.LayerBase.ViewportChanged">
<summary>
<para>Occurs every time the current viewport is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.LayerBase.Visible">
<summary>
<para>Gets or sets a value specifying whether or not a layer should be visible.
</para>
</summary>
<value><b>true</b> to display a layer; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraMap.LayerBase.VisibleChanged">
<summary>
<para>Occurs when the layer's <see cref="P:DevExpress.XtraMap.LayerBase.Visible"/> property value has changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.LayerBase.ZIndex">
<summary>
<para>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.
</para>
</summary>
<value>An integer value that is the order on the z-plane in which this element appears.
</value>
</member>
<member name="T:DevExpress.XtraMap.OwnedCollection`1">
<summary>
<para>The base class of the generic owned collection.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.VectorItemsLayer">
<summary>
<para>A layer that displays a collection of vector elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.VectorItemsLayer.#ctor">
<summary>
<para>Initializes a new instance of the VectorItemsLayer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.VectorItemsLayer.Colorizer">
<summary>
<para>Gets or sets a value specifying the map colorizer (choropleth colorizer or graph colorizer) with which to colorize map shapes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapColorizer"/> class descendant specifying the colorizer type.
</value>
</member>
<member name="P:DevExpress.XtraMap.VectorItemsLayer.Data">
<summary>
<para>Specifies the data source for the vector items layer.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraMap.VectorItemsLayer.GetItemSourceObject(DevExpress.XtraMap.MapItem)">
<summary>
<para>Gets a source object for a map item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraMap.MapItem"/> for which a source object is searched.
</param>
<returns>A source object to search.
</returns>
</member>
<member name="M:DevExpress.XtraMap.VectorItemsLayer.GetMapItemBySourceObject(System.Object)">
<summary>
<para>Gets a map item by the source object.
</para>
</summary>
<param name="sourceObject">
A source object.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object that is obtained from the source object.
</returns>
</member>
<member name="F:DevExpress.XtraMap.VectorItemsLayer.MapItemTypeDefault">
<summary>
<para>Specifies the type that is used for generated map items by default.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.XtraMap.VectorItemsLayer.ToString">
<summary>
<para>Returns the textual representation of VectorItemsLayer.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of VectorItemsLayer.
</returns>
</member>
<member name="T:DevExpress.XtraMap.OpenStreetMapDataProvider">
<summary>
<para>The class that loads map images from a web resource that provides data in the <b>OpenStreetMap</b> format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OpenStreetMapDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the OpenStreetMapDataProvider class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.OpenStreetMapDataProvider.GetMapSizeInPixels(System.Double)">
<summary>
<para>Returns the map size (in pixels) for the specified zoom level.
</para>
</summary>
<param name="zoomLevel">
A double value that specifies the zoom level.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the map size.
</returns>
</member>
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.Kind">
<summary>
<para>Gets or sets a value specifying the type of images to be displayed on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.OpenStreetMapKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.Projection">
<summary>
<para>Gets a projection used by the Open Street map data provider.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant.
</value>
</member>
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.Subdomains">
<summary>
<para>Gets or sets an array of subdomains used to obtain OSM tile images.
</para>
</summary>
<value>An array of <see cref="T:System.String"/> objects representing subdomains.
</value>
</member>
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.TileUriTemplate">
<summary>
<para>Gets or sets a template that is used to obtain image tiles from the current <b>OpenStreetMap</b> provider.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the template Uri.
</value>
</member>
<member name="M:DevExpress.XtraMap.OpenStreetMapDataProvider.ToString">
<summary>
<para>Returns the textual representation of OpenStreetMapDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of OpenStreetMapDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.DistanceMeasureUnit">
<summary>
<para>Lists the values used to specify units to measure distances on a map.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.DistanceMeasureUnit.Kilometer">
<summary>
<para>All distances are measured in kilometers.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.DistanceMeasureUnit.Mile">
<summary>
<para>All distances are measured in miles.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ColorizerBase`1">
<summary>
<para>The base class for all colorizers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorizerBase`1.ColorizeElement(DevExpress.XtraMap.T)">
<summary>
<para>Colorize a map element.
</para>
</summary>
<param name="element">
A &lt;T&gt; object that contains a map element to colorize.
</param>
</member>
<member name="T:DevExpress.XtraMap.MapDataProviderBase">
<summary>
<para>The base class for all data providers.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapDataProviderBase.CacheOptions">
<summary>
<para>Gets or sets the settings for a map's cache.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.CacheOptions"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapDataProviderBase.Projection">
<summary>
<para>Gets a projection used by MapDataProviderBase class descendants.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapDataProviderBase.TileSource">
<summary>
<para>Gets or sets a tile source associated with the current data provider.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapTileSourceBase"/> class descendant that contains settings for obtaining image tiles from a specific data provider.
</value>
</member>
<member name="T:DevExpress.XtraMap.MapControl">
<summary>
<para>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.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.#ctor">
<summary>
<para>Initializes a new instance of the MapControl class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.About">
<summary>
<para>Activates the MapControl's <b>About</b> dialog box.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.BackColor">
<summary>
<para>Gets or sets the map control's background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object representing the background color.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.BeginInit">
<summary>
<para>Starts the map control's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.BorderStyle">
<summary>
<para>Gets or sets the border style for the MapControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style of a MapControl.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.CalcHitInfo(System.Drawing.Point)">
<summary>
<para>Returns information on the map elements located at the specified point.
</para>
</summary>
<param name="hitPoint">
A <see cref="T:System.Drawing.Point"/> structure which specifies the hit point coordinates relative to the map's top-left corner.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapHitInfo"/> object, which contains information about the map elements located at the hit point.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapControl.CalculateKilometersScale">
<summary>
<para>Calculates map scale in kilometers.
</para>
</summary>
<returns>A <see cref="T:System.Double"/> value, specifying a kilometers scale of the map.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapControl.CalculateZoomLevelByScale(System.Double)">
<summary>
<para>Calculates a map zoom level corresponding to the specified map scale.
</para>
</summary>
<param name="scale">
A <see cref="T:System.Double"/> value that is the map scale.
</param>
<returns>A <see cref="T:System.Double"/> value that is the map zoom level.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapControl.CenterPoint">
<summary>
<para>Gets or sets the center point of a map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Map.CoordPoint"/>class descendant object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.CoordinateSystem">
<summary>
<para>Gets or sets the map coordinate system used by a map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.CoordPointToMapUnit(DevExpress.Map.CoordPoint)">
<summary>
<para>Converts the specified map point into internal map units.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object to be converted.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapControl.CoordPointToScreenPoint(DevExpress.Map.CoordPoint)">
<summary>
<para>Converts the specified geographical point into the point on a screen.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object to be converted.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapPoint"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapControl.CoordToMeasureUnitSize(DevExpress.Map.CoordPoint,DevExpress.XtraMap.MapSize)">
<summary>
<para>Converts a specified coordinate size to a measure unit size.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.
</param>
<param name="size">
A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in geographical coordinates.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in the measure unit.
</returns>
</member>
<member name="E:DevExpress.XtraMap.MapControl.DrawMapItem">
<summary>
<para>Provides the capability to custom paint map items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.DrawToBitmap(System.Drawing.Bitmap,System.Drawing.Rectangle)">
<summary>
<para>Supports rendering to the specified bitmap.
</para>
</summary>
<param name="bitmap">
The bitmap to be drawn to.
</param>
<param name="targetBounds">
The bounds within which the map control is rendered.
</param>
</member>
<member name="P:DevExpress.XtraMap.MapControl.EnableAnimation">
<summary>
<para>Gets or sets a value that specifies whether animation is enabled for a map control.
</para>
</summary>
<value><b>true</b>, if animation is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.EnableScrolling">
<summary>
<para>Gets or sets a value indicating whether or not scrolling is enabled.
</para>
</summary>
<value><b>true</b> if scrolling is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.EnableZooming">
<summary>
<para>Gets or sets a value indicating whether or not zooming is enabled.
</para>
</summary>
<value><b>true</b> if zooming is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.EndInit">
<summary>
<para>Ends the MapControl's initialization.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapControl.ExportMapItem">
<summary>
<para>Occurs when executing the export action of the map item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToDocx(System.IO.Stream)">
<summary>
<para>Exports a map to the specified stream in the DOCX format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToDocx(System.String)">
<summary>
<para>Exports a map to the specified file in the DOCX format.
</para>
</summary>
<param name="filePath">
The value defining the path including the file name and extension, where the file should be created.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Exports the control's data to the specified stream in Image format using the specified Image-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the map is exported.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the map is exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current map and outputs it to the specified path.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> containing the full path to where the image file will be created.
</param>
<param name="format">
A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the map is exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToMht(System.String)">
<summary>
<para>Exports the control's data to an MHT file (Web archive, single file) at the specified path.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToMht(System.IO.Stream)">
<summary>
<para>Exports a treemap to the specified stream in the MHT format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant class object to which the created MHT file should be sent.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.IO.Stream)">
<summary>
<para>Exports the MapControl's data to a PDF document and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created document is exported to.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the control's data to the specified file in PDF format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.String)">
<summary>
<para>Exports the Map Control's data to the specified file in PDF format.
</para>
</summary>
<param name="filePath">
A string that specifies the full path to the file which the Map Control's data will be exported to.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the Map control's data to the specified stream in PDF format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the Map control is exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToRtf(System.String)">
<summary>
<para>Exports the Map Control's data to a file in RTF format.
</para>
</summary>
<param name="filePath">
A string that specifies the full path to the file the Map Control's data will be exported to.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports the data displayed by the Map Control to a stream in RTF format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, which the data is exported to.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToXls(System.String)">
<summary>
<para>Exports the data displayed by the Map Control to a file in XLS format.
</para>
</summary>
<param name="filePath">
A string that specifies the full path to the file to which the Map Control's data will be exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToXls(System.IO.Stream)">
<summary>
<para>Exports the Map Control's data to a stream in XLS format
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToXlsx(System.String)">
<summary>
<para>Exports the data displayed by the Map Control to the specified file in XLSX (MS Excel 2007) format.
</para>
</summary>
<param name="filePath">
A string that specifies the full path to the file to which the data is exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ExportToXlsx(System.IO.Stream)">
<summary>
<para>Exports the data displayed by the Map Control to the specified stream in XLSX (MS Excel 2007) format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which data is exported.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ForceRender">
<summary>
<para>Forces the rendering of map items.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapControl.HyperlinkClick">
<summary>
<para>Occurs when a hyperlink on a map is clicked.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.ImageList">
<summary>
<para>Gets or sets the source of images to be displayed within a map control.
</para>
</summary>
<value>An object which represents the source of the images that can be displayed within the map control.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.InitialMapSize">
<summary>
<para>Gets or sets an initial size of a map.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> object, which represents a map size with the zoom level equal to one.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.Layers">
<summary>
<para>Provides access to the collection of layers to be displayed within the MapControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.LayerCollection"/> object containing map layers.
</value>
</member>
<member name="E:DevExpress.XtraMap.MapControl.LegendItemCreating">
<summary>
<para>Occurs when items are being created for the legend.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.Legends">
<summary>
<para>Provides access to a collection of legends that are displayed within the Map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.LegendCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.LookAndFeel">
<summary>
<para>Provides access to settings controlling the map control's look and feel.
</para>
</summary>
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the map control's look and feel.
</value>
</member>
<member name="E:DevExpress.XtraMap.MapControl.MapItemClick">
<summary>
<para>Fires when a map item of the <b>Map Control</b> is clicked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapControl.MapItemDoubleClick">
<summary>
<para>Occurs when a map item of the <b>Map Control</b> is double clicked.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.MapUnitToCoordPoint(DevExpress.XtraMap.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="unit">
A <see cref="T:DevExpress.XtraMap.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object containing coordinates.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapControl.MapUnitToScreenPoint(DevExpress.XtraMap.MapUnit)">
<summary>
<para>Converts the specified map unit into the point on a screen.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.XtraMap.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapPoint"/> value.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapControl.MaxZoomLevel">
<summary>
<para>Gets or sets the maximum allowed zoom level of a Map Control.
</para>
</summary>
<value>An integer value specifying the maximum zoom level.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.MeasureUnitToCoordSize(DevExpress.Map.CoordPoint,DevExpress.XtraMap.MapSize)">
<summary>
<para>Converts measure unit to coordinate size.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.
</param>
<param name="size">
A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in the measure units.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in geographical coordinates.
</returns>
</member>
<member name="P:DevExpress.XtraMap.MapControl.MiniMap">
<summary>
<para>Gets or sets a mini map of the map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.MiniMap"/> object.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.MinZoomLevel">
<summary>
<para>Gets or sets the minimum allowed zoom level of a Map Control.
</para>
</summary>
<value>An integer value specifying the minimum zoom level.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.NavigationPanelOptions">
<summary>
<para>Provides access to the navigation panel options of a map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.NavigationPanelOptions"/> object that contains the navigation panel settings.
</value>
</member>
<member name="E:DevExpress.XtraMap.MapControl.ObjectSelected">
<summary>
<para>Occurs before any map element is selected at runtime.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.Overlays">
<summary>
<para>Returns the collection of map overlays.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraMap.MapOverlay"/> objects.
</value>
</member>
<member name="E:DevExpress.XtraMap.MapControl.OverlaysArranged">
<summary>
<para>Occurs when the map overlays are arranged.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.Print">
<summary>
<para>Prints the MapControl.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.PrintOptions">
<summary>
<para>Provides access to the map control's printing options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.Printing.PrintOptions"/> object which provides access to the map's printing options.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.RenderMode">
<summary>
<para>Gets or sets a value specifying the map render mode.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.RenderMode"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ResumeRender">
<summary>
<para>Resumes the rendering of map items.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ScreenPointToCoordPoint(DevExpress.XtraMap.MapPoint)">
<summary>
<para>Converts the specified screen point into the corresponding map point.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraMap.MapPoint"/> value to be converted.
</param>
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object containing map coordinates.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ScreenPointToCoordPoint(System.Drawing.Point)">
<summary>
<para>Converts a specified screen point to a corresponding coordinate point.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</param>
<returns>A <see cref="T:System.Drawing.Point"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ScreenPointToMapUnit(DevExpress.XtraMap.MapPoint)">
<summary>
<para>Converts the specified screen point into internal map units.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.XtraMap.MapPoint"/> value to be converted.
</param>
<returns>A <see cref="T:DevExpress.XtraMap.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="E:DevExpress.XtraMap.MapControl.SelectionChanged">
<summary>
<para>Fires after the selection has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.MapControl.SelectionChanging">
<summary>
<para>Occurs before a map item is selected, enabling a handler to cancel the map item selection change.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.SelectionMode">
<summary>
<para>Gets or sets a value specifying how the map control is selected.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraMap.ElementSelectionMode"/> enumeration member specifying the map's selection behavior.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.SelectItemsByRegion(System.Drawing.Rectangle)">
<summary>
<para>Selects items that are inside the specified region.
</para>
</summary>
<param name="screenRegion">
A <see cref="T:System.Drawing.Rectangle"/> object.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.SelectItemsByRegion(DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
<summary>
<para>Selects items that are inside the specified region.
</para>
</summary>
<param name="leftTop">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant, specifying the top-left corner of the region.
</param>
<param name="rightBottom">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant, specifying the right-bottom corner of the region.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.SetCenterPoint(DevExpress.Map.CoordPoint,System.Boolean)">
<summary>
<para>Sets a new center point of a map.
</para>
</summary>
<param name="centerPoint">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object, which is the new center point.
</param>
<param name="animated">
<b>true</b> to use animation when moving to a new center point, otherwise <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.SetMapItemFactory(DevExpress.XtraMap.IMapItemFactory)">
<summary>
<para>Assigns the specified map item factory to the MapControl.
</para>
</summary>
<param name="factory">
An object that implements the <see cref="T:DevExpress.XtraMap.IMapItemFactory"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ShowPrintDialog">
<summary>
<para>Displays the standard Print dialog to print the data displayed in the MapControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ShowPrintPreview">
<summary>
<para>Invokes the Print Preview Form, which shows the print preview of the map control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ShowRibbonPrintPreview">
<summary>
<para>Invokes the Ribbon Print Preview Form window, which shows the ribbon print preview of the map control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.ShowSearchPanel">
<summary>
<para>Specifies whether or not the Search Panel should be shown.
</para>
</summary>
<value><b>true</b> to show the Search Panel; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.ShowToolTips">
<summary>
<para>Gets or sets a value that specifies whether to show tooltips on a map.
</para>
</summary>
<value><b>true</b>, to show tooltips on a map; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.SuspendRender">
<summary>
<para>Suspends the rendering of map items.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.Text">
<summary>
<para>Gets or sets the text for a map control when it participates in data binding.
</para>
</summary>
<value>A string value that is the text for a map control.
</value>
</member>
<member name="P:DevExpress.XtraMap.MapControl.ToolTipController">
<summary>
<para>Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double)">
<summary>
<para>Zooms a map to the specified level.
</para>
</summary>
<param name="zoomLevel">
A double value specifying the level to which a map should be zoomed.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double,DevExpress.XtraMap.MapPoint)">
<summary>
<para>Zooms a map to the specified level and anchor point.
</para>
</summary>
<param name="newZoomLevel">
A double value specifying the new level to which a map should be zoomed.
</param>
<param name="anchorPoint">
A <see cref="T:DevExpress.XtraMap.MapPoint"/> value specifying an anchor point to which a map should be zoomed.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double,System.Boolean)">
<summary>
<para>Zooms a map to the specified level using the animation effect, if required.
</para>
</summary>
<param name="zoomLevel">
A double value specifying the level to which a map should be zoomed.
</param>
<param name="animated">
<b>true</b>, if the map uses animated zoom; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double,DevExpress.XtraMap.MapPoint,System.Boolean)">
<summary>
<para>Zooms a map to the specified level and anchor point using the animation effect, if required.
</para>
</summary>
<param name="newZoomLevel">
A double value specifying the new level to which a map should be zoomed.
</param>
<param name="anchorPoint">
A <see cref="T:DevExpress.XtraMap.MapPoint"/> value specifying an anchor point to which a map should be zoomed.
</param>
<param name="animated">
<b>true</b>, if the map uses animated zoom; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomIn">
<summary>
<para>Zooms a map in.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapControl.ZoomLevel">
<summary>
<para>Gets or sets the current zoom level of a Map Control.
</para>
</summary>
<value>A double value specifying the current zoom level.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomOut">
<summary>
<para>Zooms a map out.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFit(System.Collections.Generic.IEnumerable`1,System.Double)">
<summary>
<para>Zooms the map to fit the area containing items sent as a parameter.
</para>
</summary>
<param name="items">
A <see cref="T:System.Collections.IEnumerable"/> object containing <see cref="T:DevExpress.XtraMap.MapItem"/> descendant objects that should be visible on a map after zooming.
</param>
<param name="paddingFactor">
A <see cref="T:System.Double"/> object, which tunes the border size around visible map items.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFit(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Zooms the map to fit the area containing items sent as parameter.
</para>
</summary>
<param name="items">
A set of <see cref="T:DevExpress.XtraMap.MapItem"/> descendant objects that should be visible on a map after zooming.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems(System.Collections.Generic.IEnumerable`1,System.Double)">
<summary>
<para>Zooms the map to fit items contained in the specified set of <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.
</para>
</summary>
<param name="layers">
A <see cref="T:System.Collections.IEnumerable"/> object, containing <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.
</param>
<param name="paddingFactor">
A <see cref="T:System.Double"/> value, which tunes the border size around visible map items.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems(System.Double)">
<summary>
<para>Zooms the map to fit items contained by the <see cref="P:DevExpress.XtraMap.MapControl.Layers"/> property.
</para>
</summary>
<param name="paddingFactor">
A <see cref="T:System.Double"/> object, which tunes the border size around visible map items.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems">
<summary>
<para>Zooms the map to fit items contained by the <see cref="P:DevExpress.XtraMap.MapControl.Layers"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Zooms the map to fit items contained in the specified set of <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.
</para>
</summary>
<param name="layers">
A <see cref="T:System.Collections.IEnumerable"/> object, containing <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.
</param>
</member>
<member name="M:DevExpress.XtraMap.MapControl.ZoomToRegion(DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint,System.Double)">
<summary>
<para>Zooms to the region described by its top-left and bottom-right points.
</para>
</summary>
<param name="topLeft">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</param>
<param name="bottomRight">
A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.
</param>
<param name="paddingFactor">
A <b>Double</b> object, which tunes the border size around the region.
</param>
</member>
<member name="T:DevExpress.XtraMap.BraunStereographicProjection">
<summary>
<para>Represents the <a href="http://en.wikipedia.org/wiki/Gall_stereographic_projection#Braun_stereographic_projection">Braun stereographic</a> map projection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BraunStereographicProjection.#ctor">
<summary>
<para>Initializes a new instance of the BraunStereographicProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BraunStereographicProjection.ToString">
<summary>
<para>Returns the textual representation of BraunStereographicProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of BraunStereographicProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingGeocodeDataProvider">
<summary>
<para>The class that is used to send requests to the <a href="http://www.bing.com/maps/">Bing Maps</a> Geocode service.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingGeocodeDataProvider class with default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.BingGeocodeDataProvider.LocationInformationReceived">
<summary>
<para>Occurs when information about the location has been received.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.Object)">
<summary>
<para>Sends a request to obtain information about the specified location.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location about which to request information.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying a user state.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.String,System.Object)">
<summary>
<para>Sends a request to obtain information about the specified location for the specified user state.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location about which information is requested.
</param>
<param name="culture">
A <see cref="T:System.String"/> object specifying the name of the culture.
</param>
<param name="userState">
A <see cref="T:System.Object"/> specifying a user state.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint)">
<summary>
<para>Sends a request to obtain information about the specified location.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location about which information is requested.
</param>
</member>
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.ToString">
<summary>
<para>Returns the textual representation of BingGeocodeDataProvider.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of BingGeocodeDataProvider.
</returns>
</member>
<member name="T:DevExpress.XtraMap.SinusoidalProjection">
<summary>
<para>Represents the <a href="http://en.wikipedia.org/wiki/Sinusoidal_projection">sinusoidal</a> map projection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SinusoidalProjection.#ctor">
<summary>
<para>Initializes a new instance of the SinusoidalProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.SinusoidalProjection.ToString">
<summary>
<para>Returns the textual representation of SinusoidalProjection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of SinusoidalProjection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.PredefinedColorsColorizer">
<summary>
<para>The base for all colorizers with a predefined set of colors.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.PredefinedColorsColorizer.PredefinedColorSchema">
<summary>
<para>Gets or sets the predefined color schema for this colorizer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraMap.PredefinedColorSchema"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraMap.WmsCustomParameterCollection">
<summary>
<para>Represents a collection of web map service custom parameters.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.#ctor">
<summary>
<para>Initializes a new instance of the WmsCustomParameterCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.Add(System.String,System.String)">
<summary>
<para>Appends the custom parameter value and associated key to the collection.
</para>
</summary>
<param name="key">
A <see cref="T:System.String"/> value specifying a key.
</param>
<param name="value">
A <see cref="T:System.String"/> value specifying a custom parameter value.
</param>
</member>
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.Clear">
<summary>
<para>Removes all custom parameters' value-key pairs from the collection.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.WmsCustomParameterCollection.Item(System.String)">
<summary>
<para>Returns the custom parameter value from WmsCustomParameterCollection by its key.
</para>
</summary>
<param name="key">
A <see cref="T:System.String"/> value specifying a custom parameter key.
</param>
<value>A <see cref="T:System.String"/> object specifying a custom parameter value.
</value>
</member>
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.Remove(System.String)">
<summary>
<para>Removes a custom parameter value from the collection by its key.
</para>
</summary>
<param name="key">
A <see cref="T:System.String"/> value specifying a custom parameter key.
</param>
</member>
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.ToString">
<summary>
<para>Returns the textual representation of the WmsCustomParameterCollection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the WmsCustomParameterCollection.
</returns>
</member>
<member name="T:DevExpress.XtraMap.BingConfidence">
<summary>
<para>Lists the values that specify the possible confidence level of the geocoded location search results.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingConfidence.High">
<summary>
<para>Reliable matches were found.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingConfidence.Low">
<summary>
<para>Matches were not found.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.BingConfidence.Medium">
<summary>
<para>Fuzzy matches were found.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.LegendItemsSortOrder">
<summary>
<para>Lists the sorting variants values of a <see cref="T:DevExpress.XtraMap.ColorListLegend"/> object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendItemsSortOrder.Ascending">
<summary>
<para>Specifies an ascending sorting order. It means that the first added item will be at top of the legend.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraMap.LegendItemsSortOrder.Descending">
<summary>
<para>Specifies a descending sorting order. It means that the last added item will be at top of the legend.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraMap.ColorizerColorItem">
<summary>
<para>An object that contains a color for a single item, colorized by a colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorizerColorItem.#ctor">
<summary>
<para>Initializes a new instance of the ColorizerColorItem class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraMap.ColorizerColorItem.#ctor(System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the ColorizerColorItem class with the specified color.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value, which specifies the color for the colorizer item. This value is assigned to the <see cref="P:DevExpress.XtraMap.ColorizerColorItem.Color"/> property.
</param>
</member>
<member name="P:DevExpress.XtraMap.ColorizerColorItem.Color">
<summary>
<para>Gets or sets the color of the ColorizerColorItem.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="M:DevExpress.XtraMap.ColorizerColorItem.ToString">
<summary>
<para>Returns the textual representation of the ColorizerColorItem.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the ColorizerColorItem.
</returns>
</member>
<member name="T:DevExpress.XtraMap.MapPieMappingInfo">
<summary>
<para>Contains information about mapping the Pie chart item.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraMap.MapPieMappingInfo.PieSegment">
<summary>
<para>Gets or sets the name of the data field, which contains data to calculate values for pie chart segments.
</para>
</summary>
<value>A string value that specifies the name of the bound data field.
</value>
</member>
<member name="M:DevExpress.XtraMap.MapPieMappingInfo.ToString">
<summary>
<para>Returns the textual representation of MapPieMappingInfo.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of MapPieMappingInfo.
</returns>
</member>
<member name="T:DevExpress.XtraMap.ISupportWebRequest">
<summary>
<para>An interface that should be implemented by a class that sends web requests.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraMap.ISupportWebRequest.WebRequest">
<summary>
<para>Occurs when the information provider must send a web request.
</para>
</summary>
</member>
</members>
</doc>