Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Xpf.Map.v13.1</name>
</assembly>
<members>
<member name="T:DevExpress.Xpf.Map.BingRouteResult">
<summary>
<para>Contains results of a request to the Microsoft Bing web service for route calculation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.GeoPoint"/> objects specifying the route path. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.BingRouteResult.Time"/> property.
</param>
<param name="legs">
A list of <see cref="T:DevExpress.Xpf.Map.BingRouteLeg"/> objects specifying all the route legs. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.Legs"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteResult.Legs">
<summary>
<para>Returns all legs that together comprise the calculated route.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.BingRouteLeg"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.GeoPoint"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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="T:DevExpress.Xpf.Map.ShapefileLoader">
<summary>
<para>Provides functionality to load shape data from an external file in a Shapefiles format.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ShapefileLoader.#ctor">
<summary>
<para>Initializes a new instance of the ShapefileLoader class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ShapefileLoader.FileUri">
<summary>
<para>Gets or sets an Uri that defines location of a Shapefile with shapes data.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object that contains a Uri to the Shapefile.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ShapefileLoader.FileUriProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapColorizer">
<summary>
<para>The base class for all colorizers that are used in a Map control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapColorizer.#ctor">
<summary>
<para>Initializes a new instance of the MapColorizer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapColorizer.ColorizeElement(DevExpress.Xpf.Map.MapItem)">
<summary>
<para>Colorize a map element.
</para>
</summary>
<param name="element">
A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object that represents a map element to colorize.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.MapColorizer.Colors">
<summary>
<para>Gets or sets the collection of colors with which to colorize map shapes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ColorCollection"/> object that contains colors to colorize map shapes.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapColorizer.ColorsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapItemSelectionChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapControl.SelectionChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapItemSelectionChangedEventHandler.Invoke(System.Object,DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapControl.SelectionChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.MapPath">
<summary>
<para>The class used to draw a path on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapPath.#ctor">
<summary>
<para>Initializes a new instance of the MapPath class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapPath.Data">
<summary>
<para>Gets or sets a geometry that specifies the shape to be drawn.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapGeometry"/> object that contains a description of the shape to be drawn.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPath.DataProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.EqualAreaProjection.#ctor">
<summary>
<para>Initializes a new instance of the EqualAreaProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.EqualAreaProjection.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.EqualAreaProjection.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="F:DevExpress.Xpf.Map.EqualAreaProjection.MaxLatitude">
<summary>
<para>The maximum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EqualAreaProjection.MaxLongitude">
<summary>
<para>The maximum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EqualAreaProjection.MinLatitude">
<summary>
<para>The minimum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EqualAreaProjection.MinLongitude">
<summary>
<para>The minimum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapControl.SelectionChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs.#ctor(System.Collections.Generic.List`1)">
<summary>
<para>Initializes a new instance of the MapItemSelectionChangedEventArgs class with the specified list of selection objects.
</para>
</summary>
<param name="selection">
A list of selection objects. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs.Selection"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs.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.Xpf.Map.BingItineraryItem">
<summary>
<para>Contains information about a single itinerary item of a Bing route.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingItineraryItem.#ctor(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.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.Xpf.Map.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Location"/> property.
</param>
<param name="maneuver">
A <see cref="T:DevExpress.Xpf.Map.BingManeuverType"/> enumeration value specifying the maneuver type. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.BingItineraryItem.ManeuverInstruction"/> property.
</param>
<param name="warnings">
A list of <see cref="T:DevExpress.Xpf.Map.BingItineraryItemWarning"/> objects containing a warning for this itinerary item. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.BingItineraryItem.Time"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.BingItineraryItem.Location">
<summary>
<para>Gets the location of the itinerary item.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the location.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.BingItineraryItem.Maneuver">
<summary>
<para>Gets the maneuver type associated with the itinerary item.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.BingManeuverType"/> enumeration value specifying the maneuver type.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.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="P:DevExpress.Xpf.Map.BingItineraryItem.Warnings">
<summary>
<para>Gets the warnings associated with the itinerary item.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.BingItineraryItemWarning"/> objects containing a warning for this itinerary item.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.GraphColorizer">
<summary>
<para>Represents the Graph colorizer that tries to paint shapes that have a common border using different colors.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.GraphColorizer.#ctor">
<summary>
<para>Initializes a new instance of the GraphColorizer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.GraphColorizer.ColorizeElement(DevExpress.Xpf.Map.MapItem)">
<summary>
<para>Colorize a map element.
</para>
</summary>
<param name="element">
A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object that represents a map element to colorize.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.ToolTipInfo">
<summary>
<para>Contains settings that define the appearance and behavior of built-in map tooltips.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ToolTipInfo.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ToolTipInfo.ContentTempalte">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.Xpf.Map.ToolTipInfo.Item">
<summary>
<para>Gets the object that contains an item associated with the ToolTip.
</para>
</summary>
<value>An object that represents an item associated with the ToolTip.
</value>
</member>
<member name="E:DevExpress.Xpf.Map.ToolTipInfo.PropertyChanged">
<summary>
<para>Occurs every time any of the ToolTipInfo class properties has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ToolTipInfo.ToolTipPosition">
<summary>
<para>Gets the tooltip position on a map.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> structure representing the tooltip position on a map.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.ToolTipInfo.ToolTipText">
<summary>
<para>Gets the hint for the map item located at the specified point on a map.
</para>
</summary>
<value>A string value representing the text displayed when the mouse pointer is over a map item.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.ToolTipInfo.Visibility">
<summary>
<para>Gets the current visible state of the map tooltip.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> enumeration value specifying the map tooltip's current visible state.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.RequestResultBase">
<summary>
<para>The base for all classes that contain results of requests to web services.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.RequestResultBase.#ctor(DevExpress.Xpf.Map.RequestResultCode,System.String)">
<summary>
<para>Initializes a new instance of the RequestResultBase class with the specified parameters.
</para>
</summary>
<param name="statusCode">
A <see cref="T:DevExpress.Xpf.Map.RequestResultCode"/> object specifying the status code. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.RequestResultBase.FaultReason"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.RequestResultCode"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.MapHitInfo">
<summary>
<para>Contains information about what is located at a specific point within the map.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.CustomElement">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapCustomElement"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapCustomElement"/> object that is the custom element located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.InCustomElement">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.MapCustomElement"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a custom element; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.InMapDot">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.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.Xpf.Map.MapHitInfo.InMapEllipse">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.MapEllipse"/>.
</para>
</summary>
<value><b>true</b> if the test point is within an ellipse; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.InMapLine">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.MapLine"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a line; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.InMapPath">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.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.Xpf.Map.MapHitInfo.InMapPolygon">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.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.Xpf.Map.MapHitInfo.InMapPolyline">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.MapPolyline"/>.
</para>
</summary>
<value><b>true</b> if the test point is within a polyline; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.InMapPushpin">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.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.Xpf.Map.MapHitInfo.InMapRectangle">
<summary>
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.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.Xpf.Map.MapHitInfo.MapDot">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapDot"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapDot"/> object that is the dot located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.MapEllipse">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapEllipse"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapEllipse"/> object that is the ellipse located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.MapLine">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapLine"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapLine"/> object that is the line located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.MapPath">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapPath"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapPath"/> object that is the path located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.MapPolygon">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapPolygon"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapPolygon"/> object that is the polygon located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.MapPolyline">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapPolyline"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapPolyline"/> object that is the polyline located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.MapPushpin">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapPushpin"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapPushpin"/> object that is the pushpin located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapHitInfo.MapRectangle">
<summary>
<para>Gets a <see cref="T:DevExpress.Xpf.Map.MapRectangle"/> which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapRectangle"/> object that is the rectangle located under the test point.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.ColorListLegend">
<summary>
<para>A color legend represented as a list of colors.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ColorListLegend.#ctor">
<summary>
<para>Initializes a new instance of the ColorListLegend class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.ColorizerRangeDistributionBase">
<summary>
<para>The base for classes that define distribution of color ranges in a colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ColorizerRangeDistributionBase.ConvertRangeValue(System.Double)">
<summary>
<para>Converts the specified range value.
</para>
</summary>
<param name="value">
A value to be converted.
</param>
<returns>A <a href="#" onclick="dxHelpRedirect('T:System.Double')">Double</a> object that is the result of conversion.
</returns>
</member>
<member name="T:DevExpress.Xpf.Map.ColorCollection">
<summary>
<para>A collection of colors.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ColorCollection.#ctor">
<summary>
<para>Initializes a new instance of the ColorCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.ColorScaleLegend">
<summary>
<para>A color legend represented as a color scale.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ColorScaleLegend.#ctor">
<summary>
<para>Initializes a new instance of the ColorScaleLegend class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ColorScaleLegend.Description">
<summary>
<para>Gets or sets the description of the color legend.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text of the color legend.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ColorScaleLegend.DescriptionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ColorScaleLegend.Header">
<summary>
<para>Gets or sets the content of the color legend's header.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the content of the color legend's header.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ColorScaleLegend.HeaderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.ColorLegend">
<summary>
<para>The base class for all color legends.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ColorLegend.#ctor">
<summary>
<para>Initializes a new instance of the ColorLegend class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ColorLegend.ColorLegendItems">
<summary>
<para>Returns a collection of color legend items.
</para>
</summary>
<value>An observable collection of color legend items.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ColorLegend.ColorLegendItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ColorLegend.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="F:DevExpress.Xpf.Map.ColorLegend.RangeStopsFormatProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.ViewportChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Map.LayerBase.ViewportChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ViewportChangedEventArgs.BottomRight">
<summary>
<para>Returns the bottom-right coordinate of the current viewport.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> containing information about the bottom-right coordinate.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.ViewportChangedEventArgs.TopLeft">
<summary>
<para>Returns the top-left coordinate of the current viewport.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> containing information about the top-left coordinate.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.ViewportChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.LayerBase.ViewportChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ViewportChangedEventHandler.Invoke(System.Object,DevExpress.Xpf.Map.ViewportChangedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.LayerBase.ViewportChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Map.ViewportChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.ShapeLoaderBase">
<summary>
<para>The base for all classes that can load shapes data.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.ShapeLoaderBase.ShapesLoaded">
<summary>
<para>Occurs after the Shape Loader has finished loading shapes.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.ChoroplethColorizer">
<summary>
<para>Represents the <a href="http://en.wikipedia.org/wiki/Choropleth">Choropleth</a>-like colorizer.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ChoroplethColorizer.#ctor">
<summary>
<para>Initializes a new instance of the ChoroplethColorizer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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 in a colorizer; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ChoroplethColorizer.ApproximateColorsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.ChoroplethColorizer.ColorizeElement(DevExpress.Xpf.Map.MapItem)">
<summary>
<para>Colorize a map element.
</para>
</summary>
<param name="element">
A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object that represents a map element to colorize.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.ChoroplethColorizer.Legend">
<summary>
<para>Gets or sets a map legend (color list or color scale legend type).
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ColorLegend"/> class descendant representing a map legend.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ChoroplethColorizer.LegendProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ChoroplethColorizer.RangeDistribution">
<summary>
<para>Gets or sets the distribution type of range colors in a colorizer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ColorizerRangeDistributionBase"/> object representing the range distribution.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ChoroplethColorizer.RangeDistributionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ChoroplethColorizer.RangeStops">
<summary>
<para>Gets or sets range stops for the choropleth colorizer.
</para>
</summary>
<value>A double collection that represents colorizer range stops.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ChoroplethColorizer.RangeStopsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.IColorizerValueProvider"/> interface.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ChoroplethColorizer.ValueProviderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.SearchRequestResult.#ctor(DevExpress.Xpf.Map.RequestResultCode,System.String,System.Collections.Generic.List`1,DevExpress.Xpf.Map.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.Xpf.Map.RequestResultCode"/> object specifying the status code. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.RequestResultBase.FaultReason"/> property.
</param>
<param name="searchResults">
A list of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects specifying search results. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.SearchRequestResult.SearchResults"/> property.
</param>
<param name="searchRegion">
A <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> object specifying the search region. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.SearchRequestResult.SearchRegion"/> property.
</param>
<param name="alternateSearchRegions">
A list of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects specifying alternate search regions. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.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.Xpf.Map.SearchRequestResult.Location"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.SearchRequestResult.AlternateSearchRegions">
<summary>
<para>Returns alternate regions to search for a result.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.SearchRequestResult.Location">
<summary>
<para>Returns the location of a search result.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the name of a location contained in a search result.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.SearchRequestResult.SearchRegion">
<summary>
<para>Returns a region to perform a search.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.SearchRequestResult.SearchResults">
<summary>
<para>Returns all search resuts.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.ZoomTrackbarOptions">
<summary>
<para>Contains options that define the position and layout of the Zoom Trackbar element.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ZoomTrackbarOptions.#ctor">
<summary>
<para>Initializes a new instance of the ZoomTrackbarOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ZoomTrackbarOptions.Orientation">
<summary>
<para>Gets or sets the zoom trackbar's orientation. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapZoomTrackbarOrientation"/> enumeration value that specifies the zoom trackbar's orientation.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ZoomTrackbarOptions.OrientationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.LocationInformationReceivedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingGeocodeDataProvider.LocationInformationReceived"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.LocationInformationReceivedEventHandler.Invoke(System.Object,DevExpress.Xpf.Map.LocationInformationReceivedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingGeocodeDataProvider.LocationInformationReceived"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Map.LocationInformationReceivedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.KmlFileLoader">
<summary>
<para>Provides the functionality to load shape data from a file in KML format.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.KmlFileLoader.#ctor">
<summary>
<para>Initializes a new instance of the KmlFileLoader class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.KmlFileLoader.FileUri">
<summary>
<para>Gets or sets an Uri that defines the location of a KMLfile with shapes data.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object that contains a Uri to the KMLfile.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.KmlFileLoader.FileUriProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.PushpinLocationAnimation">
<summary>
<para>Contains settings to provide animation for the map pushpin.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.PushpinLocationAnimation.#ctor">
<summary>
<para>Initializes a new instance of the PushpinLocationAnimation class with default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.PushpinLocationAnimation.Completed">
<summary>
<para>Occurs when a PushpinLocationAnimation is completed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.PushpinLocationAnimation.Duration">
<summary>
<para>Gets or sets the animation duration when the location of a pushpin element is specified on a map.
</para>
</summary>
<value>A <see cref="T:System.Windows.Duration"/> structure.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.PushpinLocationAnimation.DurationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.PushpinLocationAnimation.EasingFunction">
<summary>
<para>Specifies the easing function for the pushpin's location animation.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Animation.IEasingFunction"/> interface.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.PushpinLocationAnimation.EasingFunctionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.RequestResultCode">
<summary>
<para>Lists the values used to specify the resulting code of a request.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.RequestResultCode.BadRequest">
<summary>
<para>The request was incorrect.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.RequestResultCode.ServerError">
<summary>
<para>The request was unsuccessful because of a server error.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.RequestResultCode.Success">
<summary>
<para>The request was successful.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.RequestResultCode.Timeout">
<summary>
<para>The request was terminated because the time was out.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.EquirectangularProjection.#ctor">
<summary>
<para>Initializes a new instance of the EquirectangularProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.EquirectangularProjection.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.EquirectangularProjection.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="F:DevExpress.Xpf.Map.EquirectangularProjection.MaxLatitude">
<summary>
<para>The maximum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EquirectangularProjection.MaxLongitude">
<summary>
<para>The maximum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EquirectangularProjection.MinLatitude">
<summary>
<para>The minimum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EquirectangularProjection.MinLongitude">
<summary>
<para>The minimum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.DistanceMeasureUnit">
<summary>
<para>Lists the values used to specify units to measure distances on a map.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.DistanceMeasureUnit.Kilometer">
<summary>
<para>All distances are measured in kilometers.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.DistanceMeasureUnit.Mile">
<summary>
<para>All distances are measured in miles.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.MapPushpinState">
<summary>
<para>Lists the values used to specify the current state of a map pushpin.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpinState.Busy">
<summary>
<para>A pushpin indicates that it is currently busy.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpinState.Normal">
<summary>
<para>A pushpin is drawn as usual.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.LayerItemsGeneratingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.InformationDataProviderBase.LayerItemsGenerating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.LayerItemsGeneratingEventHandler.Invoke(System.Object,DevExpress.Xpf.Map.LayerItemsGeneratingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.InformationDataProviderBase.LayerItemsGenerating"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="args">
A <see cref="T:DevExpress.Xpf.Map.LayerItemsGeneratingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.BingItineraryWarningType">
<summary>
<para>Lists the values used to specify a warning type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.Accident">
<summary>
<para>There is a car accident.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.AdminDivisionChange">
<summary>
<para>The route has left one administrative division and entered another.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.BlockedRoad">
<summary>
<para>The road is blocked.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.CheckTimetable">
<summary>
<para>Check a time table. This usually refers to a ferry time table.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.Congestion">
<summary>
<para>The traffic is slow.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.CountryChange">
<summary>
<para>The route has left one country and entered another.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.DisabledVehicle">
<summary>
<para>There is a disabled vehicle.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.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.Xpf.Map.BingItineraryWarningType.GetOffTransit">
<summary>
<para>Get off the transit at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.GetOnTransit">
<summary>
<para>Get on the transit at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.IllegalUTurn">
<summary>
<para>A U-turn is illegal at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.MassTransit">
<summary>
<para>Use mass transit at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.Miscellaneous">
<summary>
<para>A miscellaneous warning is available for this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.NoIncident">
<summary>
<para>There is no incident at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.None">
<summary>
<para>There is no warning at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.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.Xpf.Map.BingItineraryWarningType.OtherNews">
<summary>
<para>There is news about this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.OtherTrafficIncidents">
<summary>
<para>There are other traffic incidents at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.PlannedEvent">
<summary>
<para>There are scheduled events that may disrupt the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.PrivateRoad">
<summary>
<para>The road being travelled on is private.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.RestrictedTurn">
<summary>
<para>The turn is restricted depending on the time of day.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.RoadClosures">
<summary>
<para>There are road closures at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.RoadHazard">
<summary>
<para>There is a road hazard.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.ScheduledConstruction">
<summary>
<para>There is scheduled construction.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.SeasonalClosures">
<summary>
<para>A seasonal closure occurs at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.Tollbooth">
<summary>
<para>A toll is required at this location to continue along the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.TollRoad">
<summary>
<para>The road being travelled on is a toll road.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.TrafficFlow">
<summary>
<para>The warning is a traffic warning.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.UnpavedRoad">
<summary>
<para>The road being travelled on is unpaved.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.UnscheduledConstruction">
<summary>
<para>There is construction at this location.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.Weather">
<summary>
<para>There is significant weather at this location.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.BingRouteLeg">
<summary>
<para>Contains information about a single leg of a route.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingRouteLeg.#ctor(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.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.Xpf.Map.GeoPoint"/> object specifying the starting point. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteLeg.StartPoint"/> property.
</param>
<param name="endPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the end point. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteLeg.EndPoint"/> property.
</param>
<param name="itinerary">
A list of <see cref="T:DevExpress.Xpf.Map.BingItineraryItem"/> objects containing information on the route leg. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.BingRouteLeg.Time"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteLeg.EndPoint">
<summary>
<para>Gets the end point of this route leg.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteLeg.Itinerary">
<summary>
<para>Gets additional information about this route leg.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.BingItineraryItem"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteLeg.StartPoint">
<summary>
<para>Gets the starting point of this route leg.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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="T:DevExpress.Xpf.Map.MapPushpin">
<summary>
<para>The class used to draw a pushpin on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapPushpin.#ctor">
<summary>
<para>Initializes a new instance of the MapPushpin class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.Brush">
<summary>
<para>Gets or sets a brush that is used to draw a pushpin background.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.BrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapPushpin.InformationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.IsHighlighted">
<summary>
<para>Gets or sets a value that indicates whether a map's pushpin is highlighted.
</para>
</summary>
<value><b>true</b>, if a pushpin is highlighted on a map; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.IsHighlightedProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.Location">
<summary>
<para>Gets or sets coordinates for the pushpin element on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> structure that defines a geographical point on the map for a pushpin element.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.LocationChangedAnimation">
<summary>
<para>Gets or sets the pushpin animation when its location is changed on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.PushpinLocationAnimation"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.LocationChangedAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.LocationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.MarkerTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the marker within a pushpin element.
This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that defines an element's presentation.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.MarkerTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.State">
<summary>
<para>Gets or sets the current pushpin's state on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapPushpinState"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.StateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.Template">
<summary>
<para>Gets or sets the template that defines the presentation of a map pushpin.
This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that defines an element's presentation.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.TemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.Text">
<summary>
<para>Specifies a text for a map's pushpin.
</para>
</summary>
<value>A string value that is the pushpin's text.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.TextBrush">
<summary>
<para>Gets or sets a brush that is used to draw a text background for a map pushpin.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object that is a brush used to fill the pushpin's text.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.TextBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.TextProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.TraceDepth">
<summary>
<para>Gets or sets a value that specifies the depth of a pushpin's trace.
</para>
</summary>
<value>An integer value that is the depth of a pushpin's trace on a map.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.TraceDepthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.TraceStroke">
<summary>
<para>Gets or sets a brush that specifies how the trace stroke is painted on a map's pushpin.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object that is a brush to fill the trace stroke of a map's pushpin.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.TraceStrokeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPushpin.TraceStrokeStyle">
<summary>
<para>Specifies the style used to draw a trace stroke on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object that contains style settings used to draw a stroke line on a map.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPushpin.TraceStrokeStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.RouteCalculationResult">
<summary>
<para>Contains results of a request to a web service for route calculation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.RouteCalculationResult.#ctor(DevExpress.Xpf.Map.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.Xpf.Map.RequestResultCode"/> object specifying the status code. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.RequestResultBase.FaultReason"/> property.
</param>
<param name="routeResults">
A list of <see cref="T:DevExpress.Xpf.Map.BingRouteResult"/> objects specifying route results. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.RouteCalculationResult.RouteResults"/> property.
</param>
<param name="startingPoints">
A list of <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/> objects specifying starting points. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.RouteCalculationResult.StartingPoints"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.RouteCalculationResult.RouteResults">
<summary>
<para>Returns all routes calculated for this request.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.BingRouteResult"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.RouteCalculationResult.StartingPoints">
<summary>
<para>Returns all starting points that were used to calculate routes.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/> objects.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.RouteWaypoint">
<summary>
<para>Contains information on a specific waypoint of a route, calculated by the Route service.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.RouteWaypoint.#ctor(System.String,DevExpress.Xpf.Map.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.Xpf.Map.RouteWaypoint.Description"/> property.
</param>
<param name="location">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.RouteWaypoint.Location"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.RouteWaypoint.Description">
<summary>
<para>Returns the description of a route waypoint.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.RouteWaypoint.Location">
<summary>
<para>Returns the location of the route waypoint.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates of the route waypoint.
</value>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteCalculatedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingRouteDataProvider.RouteCalculated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingRouteCalculatedEventHandler.Invoke(System.Object,DevExpress.Xpf.Map.BingRouteCalculatedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingRouteDataProvider.RouteCalculated"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Map.BingRouteCalculatedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.BingRouteCalculatedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingRouteDataProvider.RouteCalculated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingRouteCalculatedEventArgs.#ctor(DevExpress.Xpf.Map.RouteCalculationResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the BingRouteCalculatedEventArgs class with the specified values of event arguments.
</para>
</summary>
<param name="calculationResult">
A <see cref="T:DevExpress.Xpf.Map.RouteCalculationResult"/> object specifying the result. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteCalculatedEventArgs.CalculationResult">
<summary>
<para>Returns a result of a route calculation.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.RouteCalculationResult"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.StrokeStyle">
<summary>
<para>Contains parameters of a style used to draw a stroke line on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.StrokeStyle.#ctor">
<summary>
<para>Initializes a new instance of the StrokeStyle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.DashArray">
<summary>
<para>Gets or sets a list of comma or white space separated lengths and percentages that specify the lengths of alternating dashes and gaps.
</para>
</summary>
<value>An ordered collection of <see cref="T:System.Double"/> values that represent the dash array.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.DashArrayProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.DashCap">
<summary>
<para>Gets or sets a value that specifies how the ends of a dash are drawn.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.PenLineCap"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.DashCapProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.DashOffset">
<summary>
<para>Gets or sets the distance from the line start to the beginning of a dash pattern.
</para>
</summary>
<value>A double value that specifies the dash offset.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.DashOffsetProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.EndLineCap">
<summary>
<para>Gets or sets the type of shape that is used at the end of a stroke.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.PenLineCap"/> object that ends the map stroke.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.EndLineCapProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.LineJoin">
<summary>
<para>Gets or sets the join style for the ends of two consecutive lines drawn with this stroke line.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.PenLineJoin"/> enumeration object that describes the shape that joins two lines.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.LineJoinProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.MiterLimit">
<summary>
<para>Gets or sets the limit on the ratio of the miter length to half this stroke line's thickness.
</para>
</summary>
<value>A double value that specifies the miter limit.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.MiterLimitProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.StartLineCap">
<summary>
<para>Gets or sets the type of shape that is used at the beginning of a stroke.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.PenLineCap"/> object that starts the map stroke.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.StartLineCapProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.StrokeStyle.Thickness">
<summary>
<para>Gets or sets the thickness of the stroke line that is painted on a map.
</para>
</summary>
<value>A double value that specifies the stroke thickness on a map.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.StrokeStyle.ThicknessProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.BingTravelMode">
<summary>
<para>Lists the values used to specify the travel mode to calculate the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.BingRouteOptimization">
<summary>
<para>Lists the values used to specify how to optimize route calculation.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.LocationInformation">
<summary>
<para>Contains information about a specific location on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.LocationInformation.#ctor(DevExpress.Xpf.Map.GeoPoint,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the LocationInformation class with the specified parameters.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.LocationInformation.DisplayName"/> property.
</param>
<param name="address">
A <see cref="T:System.String"/> specifying the address. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.LocationInformation.Address"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.LocationInformation.#ctor">
<summary>
<para>Initializes a new instance of the LocationInformation class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.LocationInformation.Address">
<summary>
<para>Gets or sets the address associated with the current location.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.LocationInformation.AddressProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.LocationInformation.DisplayNameProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.LocationInformation.EntityTypeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.LocationInformation.Location">
<summary>
<para>Gets or sets geographical coordinates of a location.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates of a location.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.LocationInformation.LocationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.GeocodeRequestResult.#ctor(DevExpress.Xpf.Map.RequestResultCode,System.String,DevExpress.Xpf.Map.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.Xpf.Map.RequestResultCode"/> object specifying the result code. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.RequestResultBase.FaultReason"/> property.
</param>
<param name="locations">
An array of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects specifying all locations. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.GeocodeRequestResult.Locations"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.GeocodeRequestResult.Locations">
<summary>
<para>Returns all locations found for the specified geographical point.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingRouteDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteDataProvider.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="F:DevExpress.Xpf.Map.BingRouteDataProvider.BingKeyProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.RouteWaypoint"/> objects.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.RouteWaypoint"/> objects.
</param>
<param name="userState">
A <see cref="T:System.Object"/> containing the user state.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.Xpf.Map.RouteWaypoint)">
<summary>
<para>Calculates a few of the most optimal routes from major roads to the specified destination point.
</para>
</summary>
<param name="destination">
A <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/> object specifying a destination point.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.Xpf.Map.RouteWaypoint,System.Object)">
<summary>
<para>Calculates a few of the most optimal routes from major roads to the specified destination point for the specified user state.
</para>
</summary>
<param name="destination">
A <see cref="T:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteDataProvider.Cancel">
<summary>
<para>Cancels the last request to the Bing Route service.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteDataProvider.IsBusy">
<summary>
<para>Returns a value indicating the BingRouteDataProvider 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.Xpf.Map.BingRouteDataProvider.RouteCalculated">
<summary>
<para>Occurs when a route has been calculated.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteDataProvider.RouteOptions">
<summary>
<para>Provides access to the options that define how to calculate a route.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.BingRouteOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingRouteDataProvider.RouteOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteDataProvider.RouteStroke">
<summary>
<para>Gets or sets a brush to draw a route.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingRouteDataProvider.RouteStrokeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteDataProvider.RouteStrokeStyle">
<summary>
<para>Gets or sets a stroke style to draw a route.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingRouteDataProvider.RouteStrokeStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.LayerItemsGeneratingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Map.InformationDataProviderBase.LayerItemsGenerating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.LayerItemsGeneratingEventArgs.#ctor(DevExpress.Xpf.Map.MapItem[],System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the LayerItemsGeneratingEventArgs class with the specified values of event arguments.
</para>
</summary>
<param name="items">
An array of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects specifying items being generated. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.LayerItemsGeneratingEventArgs.Items">
<summary>
<para>Returns all the items generated for the layer.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.LocationInformationReceivedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingGeocodeDataProvider.LocationInformationReceived"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.LocationInformationReceivedEventArgs.#ctor(DevExpress.Xpf.Map.GeocodeRequestResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the LocationInformationReceivedEventArgs class with the specified values of event arguments.
</para>
</summary>
<param name="result">
A <see cref="T:DevExpress.Xpf.Map.GeocodeRequestResult"/> object specifying the event result. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.GeocodeRequestResult"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.VectorLayerBase">
<summary>
<para>Serves as the base class for all vector layers.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.VectorLayerBase.#ctor">
<summary>
<para>Initializes a new instance of the VectorLayerBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.ActualItems">
<summary>
<para>Gets the actual collection of map items.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Map.ActualMapItemCollection"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayerBase.ActualItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.DisplayItems">
<summary>
<para>Gets the collection of items which constitute the VectorLayerBase object.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.EnableHighlighting">
<summary>
<para>Gets or sets a value indicating whether or not highlighting is enabled for a Vector Layer's elements.
</para>
</summary>
<value><b>true</b>, to enable highlighting; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayerBase.EnableHighlightingProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.InitialMapSize">
<summary>
<para>Gets or sets the size of a map shape tile to provide a map projection.
</para>
</summary>
<value>A <see cref="T:System.Windows.Size"/> value containing the size of the map tiles that correspond to the zero zoom level.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayerBase.InitialMapSizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.MapProjection">
<summary>
<para>Gets or sets the current projection used by this VectorLayerBase object.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.Xpf.Map.IProjection"/> interface.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayerBase.MapProjectionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.VectorLayerBase.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedFill">
<summary>
<para>Fills a Vector Layer's element when it's selected.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Brush"/> object which represents the brush used to fill the Vector Layer's element when it's selected.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayerBase.SelectedFillProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.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="F:DevExpress.Xpf.Map.VectorLayerBase.SelectedItemProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedItems">
<summary>
<para>Gets or sets the collection of selected items of the VectorLayerBase object.
</para>
</summary>
<value>A list of objects representing the collection of selected map items.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayerBase.SelectedItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.ToolTipContentTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the tooltip content for a vector element.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the tooltip content template.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayerBase.ToolTipContentTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayerBase.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="F:DevExpress.Xpf.Map.VectorLayerBase.ToolTipPatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.BingSearchCompletedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingSearchCompletedEventHandler.Invoke(System.Object,DevExpress.Xpf.Map.BingSearchCompletedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Map.BingSearchCompletedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.MapDot">
<summary>
<para>The class used to draw a dot on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapDot.#ctor">
<summary>
<para>Initializes a new instance of the MapDot class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapDot.Location">
<summary>
<para>Gets or sets a location of the map dot on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographic coordinates of the dot location.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapDot.LocationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.MapDotShapeKind"/> enumeration value specifying the shape kind.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapDot.ShapeKindProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapDot.Size">
<summary>
<para>Gets or sets the size of a map dot.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, which stores a map dot's size (in pixels).
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapDot.SizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapDotShapeKind">
<summary>
<para>Lists the values used to specify the shape of map dots.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.MapDotShapeKind.Circle">
<summary>
<para>A map dot is painted as a circle.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.MapDotShapeKind.Rectangle">
<summary>
<para>A map dot is painted as a rectangle.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.MapRectangle">
<summary>
<para>The class used to draw a rectangle on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapRectangle.#ctor">
<summary>
<para>Initializes a new instance of the MapRectangle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapRectangle.HeightProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapRectangle.Location">
<summary>
<para>Gets or sets a location of the rectangle on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates of the rectangle location.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapRectangle.LocationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapRectangle.RadiusX">
<summary>
<para>Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, which specifies the x-axis radius of the ellipse that is used to round the corners of the rectangle.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapRectangle.RadiusXProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapRectangle.RadiusY">
<summary>
<para>Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, which specifies the y-axis radius of the ellipse that is used to round the corners of the rectangle.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapRectangle.RadiusYProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapRectangle.WidthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapItemAttribute">
<summary>
<para>An attribute that can be applied to map items.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapItemAttribute.#ctor">
<summary>
<para>Initializes a new instance of the MapItemAttribute class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapItemAttribute.Name">
<summary>
<para>Gets the attribute's name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the attribute's name.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapItemAttribute.NameProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapItemAttribute.Type">
<summary>
<para>Gets or sets the type of an attribute.
</para>
</summary>
<value>A <see cref="T:System.Type"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapItemAttribute.TypeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapItemAttribute.Value">
<summary>
<para>Gets the attribute's value.
</para>
</summary>
<value>The <see cref="T:System.String"/> that specifies the attribute's value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapItemAttribute.ValueProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapControlCommands">
<summary>
<para>Contains the list of commands for performing certain frequently used actions via XAML markup.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapControlCommands.Scroll">
<summary>
<para>Scrolls a map surface.
</para>
</summary>
<value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapControlCommands.Zoom">
<summary>
<para>Zooms a map surface.
</para>
</summary>
<value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.MapZoomTrackbarOrientation">
<summary>
<para>Lists the values used to specify the orientation of the Zoom Trackbar.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.MapZoomTrackbarOrientation.Horizontal">
<summary>
<para>The Zoom Trackbar is painted from the left to the right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.MapZoomTrackbarOrientation.Vertical">
<summary>
<para>The Zoom Trackbar is painted from the top to the bottom.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.ShapeTitleOptions">
<summary>
<para>Contains options that define the appearance and behavior of Shape Titles.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ShapeTitleOptions.#ctor">
<summary>
<para>Initializes a new instance of the ShapeTitleOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ShapeTitleOptions.Pattern">
<summary>
<para>Gets or sets a pattern that is used to specify a name for each shape title.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that defines the text of shape titles.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ShapeTitleOptions.PatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ShapeTitleOptions.Template">
<summary>
<para>Gets or sets the template that defines the presentation of shape titles.
This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that defines an element's presentation.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ShapeTitleOptions.TemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ShapeTitleOptions.Visible">
<summary>
<para>Gets or sets a value specifying whether or not a Shape Title should be visible.
</para>
</summary>
<value><b>true</b> to display a shape title; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ShapeTitleOptions.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.ShapeTitle">
<summary>
<para>An individual Shape Title.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ShapeTitle.Template">
<summary>
<para>This property is hidden and is intended for internal use.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that defines an element's presentation.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ShapeTitle.TemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ShapeTitle.Text">
<summary>
<para>This property is hidden and is intended for internal use.
</para>
</summary>
<value>A <see cref="T:System.String"/> containing the text of a shape title.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ShapeTitle.TextProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.ShapesLoadedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.ShapeLoaderBase.ShapesLoaded"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ShapesLoadedEventHandler.Invoke(System.Object,DevExpress.Xpf.Map.ShapesLoadedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.ShapeLoaderBase.ShapesLoaded"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Map.ShapesLoadedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.ShapesLoadedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Map.ShapeLoaderBase.ShapesLoaded"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ShapesLoadedEventArgs.Shapes">
<summary>
<para>Provides access to the collection of shapes loaded before the <see cref="E:DevExpress.Xpf.Map.ShapeLoaderBase.ShapesLoaded"/> event has occurred.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.ActualMapItemCollection">
<summary>
<para>A collection of actual map items.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ActualMapItemCollection.#ctor(DevExpress.Xpf.Map.VectorLayerBase)">
<summary>
<para>Initializes a new instance of the ActualMapItemCollection class with the specified owner.
</para>
</summary>
<param name="layer">
A <see cref="T:DevExpress.Xpf.Map.VectorLayerBase"/> class descendant that is the owner of this map item collection.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.VectorLayer">
<summary>
<para>A layer that contains vector elements (e.g. lines, circles, polygons, or elements loaded from a Shapefile).
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.VectorLayer.#ctor">
<summary>
<para>Initializes a new instance of the VectorLayer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.HighlightShapeFill">
<summary>
<para>Gets or sets the brush that specifies how the highlighted shape's interior is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> that describes how the highlighted shape's interior is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.HighlightShapeFillProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.HighlightShapeStroke">
<summary>
<para>Gets or sets the Brush that specifies how the highlighted shape outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value that specifies how the highlighted shape outline is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.HighlightShapeStrokeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.HighlightShapeStrokeStyle">
<summary>
<para>Gets or sets the settings of the highlighted shape outline.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object that stores settings of a highlighted shape outline.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.HighlightShapeStrokeStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.Items">
<summary>
<para>Provides access to the list of vector elements that are painted in this VectorLayer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapItemCollection"/> object containing <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendants.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ItemsSource">
<summary>
<para>Gets or sets the data source of vector items.
</para>
</summary>
<value>An object that is a data source of map vector items.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ItemsSourceProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ItemsTemplateSelector">
<summary>
<para>Provides a way to choose the template of map items based on the data object and the data-bound element.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> object that provides a way to choose a data template.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ItemsTemplateSelectorProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ItemTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the vector items on a map control. This is a dependency property.
</para>
</summary>
<value>A DataTemplate object that specifies the corresponding template.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ItemTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.LatitudeDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the latitude values of the vector element.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.LatitudeDataMemberProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.LongitudeDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the longitude values of the vector element.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.LongitudeDataMemberProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ShapeFill">
<summary>
<para>Gets or sets the brush that specifies how the shape's interior is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> that describes how the shape's interior is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ShapeFillProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ShapeLoader">
<summary>
<para>Gets or sets an object that loads shape data from a file into a Map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ShapeLoaderBase"/> class descendant that is a shape loader for a specific shape file format.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ShapeLoaderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ShapeStroke">
<summary>
<para>Gets or sets the Brush that specifies how the shape outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value that specifies how the shape outline is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ShapeStrokeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ShapeStrokeStyle">
<summary>
<para>Gets or sets the settings of the shape outline.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object that stores settings of a shape outline.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ShapeStrokeStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.VectorLayer.ShapeTitleOptions">
<summary>
<para>Provides presentation and visibility options for Shape Titles of the current vector layer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ShapeTitleOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.VectorLayer.ShapeTitleOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.InformationLayer">
<summary>
<para>A layer that is used to display additional information above the map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.InformationLayer.#ctor">
<summary>
<para>Initializes a new instance of the InformationLayer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.InformationLayer.ClearResults">
<summary>
<para>Clears all results displayed on a layer.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.InformationDataProviderBase"/> class descendant that is a specific data provider.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.InformationLayer.DataProviderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.InformationLayer.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.BingManeuverType">
<summary>
<para>Lists the values used to specify the current maneuver type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.ArriveFinish">
<summary>
<para>Arrive at the last stop in the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.ArriveIntermediateStop">
<summary>
<para>Arrive at an intermediate stop in the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearLeft">
<summary>
<para>Bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearLeftThenBearLeft">
<summary>
<para>Bear left then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearLeftThenBearRight">
<summary>
<para>Bear left then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearLeftThenTurnLeft">
<summary>
<para>Bear left then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearLeftThenTurnRight">
<summary>
<para>Bear left then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearRight">
<summary>
<para>Bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearRightThenBearLeft">
<summary>
<para>Bear right then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearRightThenBearRight">
<summary>
<para>Bear right then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearRightThenTurnLeft">
<summary>
<para>Bear right then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearRightThenTurnRight">
<summary>
<para>Bear right then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearThenKeep">
<summary>
<para>Bear then keep on the current road.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.BearThenMerge">
<summary>
<para>Bear then merge onto another road.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.Continue">
<summary>
<para>Continue along the current road.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.DepartIntermediateStop">
<summary>
<para>Depart an intermediate stop on the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.DepartIntermediateStopReturning">
<summary>
<para>Return to an intermediate stop on the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.DepartStart">
<summary>
<para>Depart the first stop on the route.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.EnterRoundabout">
<summary>
<para>Enter a roundabout.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.EnterThenExitRoundabout">
<summary>
<para>Enter then exit a roundabout.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.ExitRoundabout">
<summary>
<para>Exit a roundabout.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepLeft">
<summary>
<para>Keep left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepOnrampLeft">
<summary>
<para>Keep on the left side of the ramp.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepOnrampRight">
<summary>
<para>Keep on the right side of the ramp.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepOnrampStraight">
<summary>
<para>Keep straight ahead on the ramp.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepRight">
<summary>
<para>Keep right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepStraight">
<summary>
<para>Keep straight.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepToStayLeft">
<summary>
<para>Keep on the current road then stay left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepToStayRight">
<summary>
<para>Keep on the current road then stay right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.KeepToStayStraight">
<summary>
<para>Keep on the current road then go straight.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.Merge">
<summary>
<para>Merge onto another road.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.None">
<summary>
<para>No maneuver.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.RampThenHighwayLeft">
<summary>
<para>Take a ramp to the highway on the left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.RampThenHighwayRight">
<summary>
<para>Take a ramp to the highway on the right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.RampToHighwayStraight">
<summary>
<para>Take a ramp to the highway straight ahead.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.RoadNameChange">
<summary>
<para>The road name has changed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.Take">
<summary>
<para>Take a new road.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TakeRampLeft">
<summary>
<para>Take a ramp left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TakeRampRight">
<summary>
<para>Take a ramp right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TakeRampStraight">
<summary>
<para>Take a ramp straight ahead.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TakeTransit">
<summary>
<para>Take transit.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.Transfer">
<summary>
<para>Transfer from one transit to another.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnBack">
<summary>
<para>Turn around.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnLeft">
<summary>
<para>Turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnLeftThenBearLeft">
<summary>
<para>Turn left then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnLeftThenBearRight">
<summary>
<para>Turn left then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnLeftThenTurnLeft">
<summary>
<para>Turn left then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnLeftThenTurnRight">
<summary>
<para>Turn left then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnRight">
<summary>
<para>Turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnRightThenBearLeft">
<summary>
<para>Turn right then bear left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnRightThenBearRight">
<summary>
<para>Turn right then bear right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnRightThenTurnLeft">
<summary>
<para>Turn right then turn left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnRightThenTurnRight">
<summary>
<para>Turn right then turn right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnThenMerge">
<summary>
<para>Turn then merge onto another road.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnToStayLeft">
<summary>
<para>Turn then stay left.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.TurnToStayRight">
<summary>
<para>Turn then stay right.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.Unknown">
<summary>
<para>Unknown maneuver.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.UTurn">
<summary>
<para>Take a U-turn.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.Wait">
<summary>
<para>Wait.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingManeuverType.Walk">
<summary>
<para>Walk.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.CacheOptions">
<summary>
<para>Contains settings that define parameters of a local cache to store image tiles.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.CacheOptions.#ctor">
<summary>
<para>Initializes a new instance of the CacheOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.CacheOptions.Directory">
<summary>
<para>Gets or sets a directory to which the saved image tiles of the map control are stored.
</para>
</summary>
<value>A string value that is the directory for saved images.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.CacheOptions.DirectoryProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.CacheOptions.KeepInterval">
<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="F:DevExpress.Xpf.Map.CacheOptions.KeepIntervalProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.SphericalMercatorProjection">
<summary>
<para>A class that defines methods specific for the <a href="http://en.wikipedia.org/wiki/Mercator_projection">Spherical Mercator Projection</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.SphericalMercatorProjection.#ctor">
<summary>
<para>Initializes a new instance of the SphericalMercatorProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.SphericalMercatorProjection.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.SphericalMercatorProjection.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="F:DevExpress.Xpf.Map.SphericalMercatorProjection.MaxLatitude">
<summary>
<para>The maximum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.SphericalMercatorProjection.MaxLongitude">
<summary>
<para>The maximum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.SphericalMercatorProjection.MinLatitude">
<summary>
<para>The minimum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.SphericalMercatorProjection.MinLongitude">
<summary>
<para>The minimum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.IProjection">
<summary>
<para>If implemented by a class, provides methods required for a <see cref="T:DevExpress.Xpf.Map.MapControl"/> to operate with a map projection.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.IProjection.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.IProjection.GeoToKilometersSize(DevExpress.Xpf.Map.GeoPoint,System.Windows.Size)">
<summary>
<para>Converts the specified size in geographical points into the corresponding size in kilometers for the specified anchor point.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates for which it is necessary to convert the size.
</param>
<param name="size">
A <see cref="T:System.Windows.Size"/> value specifying the size to be converted.
</param>
<returns>A <see cref="T:System.Windows.Size"/> in kilometers.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.IProjection.KilometersToGeoSize(DevExpress.Xpf.Map.GeoPoint,System.Windows.Size)">
<summary>
<para>Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates for which it is necessary to convert the size.
</param>
<param name="size">
A <see cref="T:System.Windows.Size"/> value specifying the size to be converted.
</param>
<returns>A <see cref="T:System.Windows.Size"/> in geographical points.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.IProjection.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapUnit">
<summary>
<para>A class that contains a location in internal map units.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.MapUnit.Y"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.MapUnit.Equals(DevExpress.Xpf.Map.MapUnit,DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.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.Xpf.Map.MapUnit.Normalize(DevExpress.Xpf.Map.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.Xpf.Map.MapUnit.Parse(System.String)">
<summary>
<para>Converts the string representation of a map unit to its MapUnit equivalent.
</para>
</summary>
<param name="source">
A string containing map unit coordinates, separated by a comma.
</param>
<returns>A MapUnit object that is equivalent to the specified string.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.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="M:DevExpress.Xpf.Map.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="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.ScalePanelOptions">
<summary>
<para>Contains options that the define appearance and layout of the Scale Panel element.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ScalePanelOptions.#ctor">
<summary>
<para>Initializes a new instance of the ScalePanelOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ScalePanelOptions.ShowKilometersScale">
<summary>
<para>Gets or sets a value indicating whether or not the <b>Kiliometers Scale</b> should be displayed.
</para>
</summary>
<value><b>true</b> to show the Kilometers Scale; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ScalePanelOptions.ShowKilometersScaleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.ScalePanelOptions.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="F:DevExpress.Xpf.Map.ScalePanelOptions.ShowMilesScaleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.ProjectionBase">
<summary>
<para>The base class for all projections used in the <see cref="T:DevExpress.Xpf.Map.MapControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ProjectionBase.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.ProjectionBase.GeoToKilometersSize(DevExpress.Xpf.Map.GeoPoint,System.Windows.Size)">
<summary>
<para>Converts the specified size in geographical points into the corresponding size in kilometers for the specified anchor point.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates for which it is necessary to convert the size.
</param>
<param name="size">
A <see cref="T:System.Windows.Size"/> value specifying the size to be converted.
</param>
<returns>A <see cref="T:System.Windows.Size"/> in kilometers.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.ProjectionBase.KilometersToGeoSize(DevExpress.Xpf.Map.GeoPoint,System.Windows.Size)">
<summary>
<para>Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates for which it is necessary to convert the size.
</param>
<param name="size">
A <see cref="T:System.Windows.Size"/> value specifying the size to be converted.
</param>
<returns>A <see cref="T:System.Windows.Size"/> in geographical points.
</returns>
</member>
<member name="F:DevExpress.Xpf.Map.ProjectionBase.LatToKilometersRatio">
<summary>
<para>Defines the ratio of <b>1</b> latitude degree to <b>1</b> kilometer.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.ProjectionBase.LonToKilometersRatio">
<summary>
<para>Defines the ratio of <b>1</b> longitude degree to <b>1</b> kilometer.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.ProjectionBase.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapPoint">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.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.Xpf.Map.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.Xpf.Map.OpenStreetMapTileSource">
<summary>
<para>The class that implements loading image tiles from the <b>OpenStreetMap</b> data provider.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.OpenStreetMapTileSource.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="F:DevExpress.Xpf.Map.OpenStreetMapTileSource.maxZoomLevel">
<summary>
<para>Defines the maximum allowed zoom level.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.OpenStreetMapTileSource.tileSize">
<summary>
<para>Defines the size of a single image tile.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.OpenStreetMapDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the OpenStreetMapDataProvider class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.OpenStreetMapDataProvider.GetMapSizeInPixels(System.Double)">
<summary>
<para>Gets a map size in pixels by the specified zoom level.
</para>
</summary>
<param name="zoomLevel">
A double value representing the map zoom level.
</param>
<returns>A Size object representing the map size in pixels.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.HybridTileUriTemplate">
<summary>
<para>Gets or sets a template that is used to obtain Hybrid 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="F:DevExpress.Xpf.Map.OpenStreetMapDataProvider.HybridTileUriTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.OpenStreetMapKind"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.OpenStreetMapDataProvider.KindProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.Projection">
<summary>
<para>Returns the projection supported by OpenStreetMapDataProvider.
</para>
</summary>
<value>Always <b>SphericalMercatorProjection</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.RoadTileUriTemplate">
<summary>
<para>Gets or sets a template that is used to obtain Road 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="F:DevExpress.Xpf.Map.OpenStreetMapDataProvider.RoadTileUriTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.OpenStreetMapDataProvider.TileUriTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.NavigationElementOptions">
<summary>
<para>Contains options that define the position and layout for all Navigation Elements.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.NavigationElementOptions.HorizontalAlignment">
<summary>
<para>Gets or sets a value that specifies the horizontal position of a navigation element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.NavigationElementHorizontalAlignment"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementOptions.HorizontalAlignmentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.NavigationElementOptions.Margin">
<summary>
<para>Gets or sets a value that specifies margins for a navigation element.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value that stores element margins.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementOptions.MarginProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.NavigationElementOptions.VerticalAlignment">
<summary>
<para>Gets or sets a value that specifies the vertical position of a navigation element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.NavigationElementVerticalAlignment"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementOptions.VerticalAlignmentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.NavigationElementOptions.Visible">
<summary>
<para>Gets or sets a value indicating whether or not the navigation element should be displayed.
</para>
</summary>
<value><b>true</b> to display the navigation element; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementOptions.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.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="M:DevExpress.Xpf.Map.MultiScaleTileSource.#ctor(System.Int64,System.Int64,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the MultiScaleTileSource class with the specified dimensions.
</para>
</summary>
<param name="imageWidth">
An integer value which specifies the width of the image.
</param>
<param name="imageHeight">
An integer value which specifies the height of the image.
</param>
<param name="tileWidth">
An integer value which specifies the width of the tile.
</param>
<param name="tileHeight">
An integer value which specifies the height of the tile.
</param>
<param name="tileOverlap">
An integer value which specifies the tile to overlap.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.MultiScaleTileSource.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the MultiScaleTileSource class with the specified dimensions.
</para>
</summary>
<param name="imageWidth">
An integer value which specifies the width of the image.
</param>
<param name="imageHeight">
An integer value which specifies the height of the image.
</param>
<param name="tileWidth">
An integer value which specifies the width of the tile.
</param>
<param name="tileHeight">
An integer value which specifies the height of the tile.
</param>
<param name="tileOverlap">
An integer value which specifies the tile to overlap.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.MapTileSourceBase.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the MapTileSourceBase class with the specified dimensions.
</para>
</summary>
<param name="imageWidth">
An integer value which specifies the width of the image.
</param>
<param name="imageHeight">
An integer value which specifies the height of the image.
</param>
<param name="tileWidth">
An integer value which specifies the width of the tile.
</param>
<param name="tileHeight">
An integer value which specifies the height of the tile.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.MapShape">
<summary>
<para>The class used to draw a shape on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapShape.#ctor">
<summary>
<para>Initializes a new instance of the MapShape class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.Effect">
<summary>
<para>Specifies the effect for the pushpin's shape.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Effects.Effect"/> object that provides the bitmap's effect.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.EffectProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.Fill">
<summary>
<para>Gets or sets the brush that specifies how the shape's interior is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> that describes how the shape's interior is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.FillProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.HighlightFill">
<summary>
<para>Gets or sets the brush that specifies how the highlighted shape's interior is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> that describes how the highlighted shape's interior is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.HighlightFillProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.HighlightStroke">
<summary>
<para>Gets or sets the Brush that specifies how the highlighted shape outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value that specifies how the highlighted shape outline is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.HighlightStrokeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.HighlightStrokeStyle">
<summary>
<para>Gets or sets the settings of the highlighted shape outline.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object that stores settings of a highlighted shape outline.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.HighlightStrokeStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.SelectedFill">
<summary>
<para>Fills a map's shape when it's selected.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Brush"/> object which represents the brush used to fill the map's shape when it's selected.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.SelectedFillProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.Stroke">
<summary>
<para>Gets or sets the Brush that specifies how the shape outline is painted.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value that specifies how the shape outline is painted.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.StrokeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.StrokeStyle">
<summary>
<para>Gets or sets the settings of the shape outline.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object that stores settings of a shape outline.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.StrokeStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.Template">
<summary>
<para>Gets or sets the template that defines the presentation of the shape's content.
This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that defines an element's presentation.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.TemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.Title">
<summary>
<para>Provides access to the object that contains settings of a Shape Title.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ShapeTitle"/> object that contains settings of a shape title.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapShape.TitleOptions">
<summary>
<para>Provides presentation and visibility options for the Title of the current shape.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ShapeTitleOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.TitleOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.MapShape.TitleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapPolyline">
<summary>
<para>The class used to draw a polyline on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapPolyline.#ctor">
<summary>
<para>Initializes a new instance of the MapPolyline class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapPolyline.FillRule">
<summary>
<para>Gets or sets a value that specifies how the interior fill of the shape is determined.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.FillRule"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPolyline.FillRuleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPolyline.Points">
<summary>
<para>Gets or sets a collection that contains the vertex points of the polyline.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/> object that contains the vertex points of the polyline.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPolyline.PointsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapPolygon">
<summary>
<para>The class used to draw a polygon on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapPolygon.#ctor">
<summary>
<para>Initializes a new instance of the MapPolygon class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapPolygon.FillRule">
<summary>
<para>Gets or sets a value that specifies how the interior fill of the shape is determined.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.FillRule"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPolygon.FillRuleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapPolygon.Points">
<summary>
<para>Gets or sets a collection that contains the vertex points of the polygon.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/> object that contains the vertex points of the polygon.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapPolygon.PointsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapLine">
<summary>
<para>The class used to draw a line on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapLine.#ctor">
<summary>
<para>Initializes a new instance of the MapLine class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapLine.Point1">
<summary>
<para>Gets or sets the first coordinate of a line.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object that stores the line start.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapLine.Point1Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapLine.Point2">
<summary>
<para>Gets or sets the second coordinate of a line.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object that stores the line end.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapLine.Point2Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapItemCollection">
<summary>
<para>A collection of map items.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapItemCollection.#ctor(DevExpress.Xpf.Map.VectorLayer)">
<summary>
<para>Initializes a new instance of the MapItemCollection class with the specified owner.
</para>
</summary>
<param name="layer">
A <see cref="T:DevExpress.Xpf.Map.VectorLayer"/> object that is the owner of this map item collection.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.MapItem">
<summary>
<para>The base class for different map items.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapItem.#ctor">
<summary>
<para>Initializes a new instance of the MapItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapItem.Attributes">
<summary>
<para>Gets the attributes for this map item.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapItemAttributeCollection"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapItem.AttributesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapItem.IsHitTestVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.Map.MapItem.MouseEnter">
<summary>
<para>Occurs when the mouse pointer enters the map item.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.MapItem.MouseLeave">
<summary>
<para>Occurs when the mouse pointer leaves the map item.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.MapItem.MouseLeftButtonDown">
<summary>
<para>Occurs when the left mouse button is pressed while the mouse pointer is over this element.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.MapItem.MouseLeftButtonUp">
<summary>
<para>Occurs when the left mouse button is released while the mouse pointer is over this element.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.MapItem.MouseMove">
<summary>
<para>Occurs when the mouse pointer moves while over this element.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.MapItem.MouseRightButtonDown">
<summary>
<para>Occurs when the right mouse button is pressed while the mouse pointer is over this element.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.MapItem.MouseRightButtonUp">
<summary>
<para>Occurs when the right mouse button is released while the mouse pointer is over this element.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapItem.ToolTipPatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapItem.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapEllipse">
<summary>
<para>The class used to draw an ellipse on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapEllipse.#ctor">
<summary>
<para>Initializes a new instance of the MapEllipse class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapEllipse.HeightProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapEllipse.Location">
<summary>
<para>Gets or sets a location of the ellipse on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates of the ellipse location.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapEllipse.LocationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapEllipse.Width">
<summary>
<para>Gets or sets the width of the ellipse.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value specifying the width of the ellipse.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapEllipse.WidthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapElementCollection`1">
<summary>
<para>A collection of map elements.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapElementCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the MapElementCollection@lt;T@gt; class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.MapElement">
<summary>
<para>The base class for different map elements (e.g. layers).
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1">
<summary>
<para>A base class for all collections in the DXMap Suite.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.#ctor">
<summary>
<para>Initializes a new instance of the MapDependencyObjectCollectionBase@lt;T@gt; class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.Add(DevExpress.Xpf.Map.T)">
<summary>
<para>Appends the specified item to the current collection.
</para>
</summary>
<param name="item">
An object to append to the collection.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.Clear">
<summary>
<para>Removes all items from the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.Insert(System.Int32,DevExpress.Xpf.Map.T)">
<summary>
<para>Adds the specified item to the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the item is to be inserted.
</param>
<param name="item">
An item to insert into the collection.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An object that is an item at the specified position.
</value>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.Move(System.Int32,System.Int32)">
<summary>
<para>Moves a specific item to another position within the collection.
</para>
</summary>
<param name="oldIndex">
An integer value specifying the zero-based index of an item to be moved.
</param>
<param name="newIndex">
An integer value specifying the zero-based destination index of the moved item.
</param>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.Remove(DevExpress.Xpf.Map.T)">
<summary>
<para>Removes the specified item from the collection.
</para>
</summary>
<param name="item">
An item to be removed from the collection.
</param>
<returns><b>true</b> if the specified item was found and successfully removed from the collection; <b>false</b> if the specified item wasn't found.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.RemoveAt(System.Int32)">
<summary>
<para>Removes an item at the specified position from the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.MapDependencyObjectCollection`1">
<summary>
<para>A base class for most collections in the DXMap Suite.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the MapDependencyObjectCollection@lt;T@gt; class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.MapDependencyObject">
<summary>
<para>Enables Windows Presentation Foundation (WPF) property system services for its derived model classes.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Map.MapDependencyObject.PropertyChanged">
<summary>
<para>Occurs every time any of the MapDependencyObject class properties has changed its value.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.BingMapTileSource">
<summary>
<para>The class that implements loading image tiles from the <b>Bing Maps</b> data provider.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingMapTileSource.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.Xpf.Map.MapDataProviderBase">
<summary>
<para>The base class for all data providers.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapDataProviderBase.GetMapSizeInPixels(System.Double)">
<summary>
<para>Gets a map size in pixels by the specified zoom level.
</para>
</summary>
<param name="zoomLevel">
A double value representing the map zoom level.
</param>
<returns>A Size object representing the map size in pixels.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapDataProviderBase.Projection">
<summary>
<para>Returns the projection supported by the current map provider.
</para>
</summary>
<value>An object that implements an <see cref="T:DevExpress.Xpf.Map.IProjection"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Map.MapDataProviderBase.SetTileSource(DevExpress.Xpf.Map.MapTileSourceBase)">
<summary>
<para>Assigns a new tile source to the data provider.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Map.MapTileSourceBase"/> class descendant.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.MapDataProviderBase.TileSource">
<summary>
<para>Returns a tile source associated with the current data provider.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapTileSourceBase"/> class descendant that contains settings for obtaining image tiles from a specific data provider.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapDataProviderBase.TileSourceProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapCustomElement">
<summary>
<para>The class used to draw any custom element on a map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapCustomElement.#ctor">
<summary>
<para>Initializes a new instance of the MapCustomElement class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapCustomElement.Content">
<summary>
<para>Gets or sets the custom element's content. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that is the custom element's content.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapCustomElement.ContentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapCustomElement.ContentTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the element's content, represented by the <see cref="P:DevExpress.Xpf.Map.MapCustomElement.Content"/> property. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object, representing the template which defines the presentation of the element's content.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapCustomElement.ContentTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapCustomElement.Location">
<summary>
<para>Gets or sets a location of the custom element on a map.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates of the element location.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapCustomElement.LocationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapCustomElement.Template">
<summary>
<para>Gets or sets the template that defines the presentation of a custom element.
This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that defines an element's presentation.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapCustomElement.TemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.LayerBase">
<summary>
<para>Serves as the base class for all layers.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.#ctor">
<summary>
<para>Initializes a new instance of the LayerBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.AllowDrop">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Background">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.BindingGroup">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.BitmapEffect">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.BitmapEffectInput">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.BorderBrush">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.BorderThickness">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Bounds">
<summary>
<para>Gets or sets the bounds of the map layer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/> object containing a collection of points that define the bounds of the layer.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.LayerBase.BoundsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.ClipToBounds">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.FlowDirection">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Focusable">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.FocusVisualStyle">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.ForceCursor">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.GeoToKilometersSize(DevExpress.Xpf.Map.GeoPoint,System.Windows.Size)">
<summary>
<para>Converts the specified size in geographical points into the corresponding size in kilometers for the specified anchor point.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates for which it is necessary to convert the size.
</param>
<param name="size">
A <see cref="T:System.Windows.Size"/> value specifying the size to be converted.
</param>
<returns>A <see cref="T:System.Windows.Size"/> in kilometers.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.GeoToScreenPoint(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into the point on a screen.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:System.Windows.Point"/> value.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.GeoToScreenPoint(DevExpress.Xpf.Map.GeoPoint,System.Boolean)">
<summary>
<para>Converts the specified geographical point into a point on a screen.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<param name="useSpringsAnimation">
<b>true</b> to use springs animation; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:System.Windows.Point"/> value.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Height">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.HorizontalAlignment">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.HorizontalContentAlignment">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.InputScope">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.IsEnabled">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.IsHitTestVisible">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.IsManipulationEnabled">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.IsTabStop">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.KilometersToGeoSize(DevExpress.Xpf.Map.GeoPoint,System.Windows.Size)">
<summary>
<para>Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.
</para>
</summary>
<param name="anchorPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates for which it is necessary to convert the size.
</param>
<param name="size">
A <see cref="T:System.Windows.Size"/> value specifying the size to be converted.
</param>
<returns>A <see cref="T:System.Windows.Size"/> in geographical points.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.LayoutTransform">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Map">
<summary>
<para>Provides access to the Map Control that is the owner of this layer.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapControl"/> object.
</value>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="unit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.MapUnitToScreenPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the point on a screen.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:System.Windows.Point"/> value.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.MapUnitToScreenPoint(DevExpress.Xpf.Map.MapUnit,System.Boolean)">
<summary>
<para>Converts the specified map unit into the point on a screen.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<param name="useSpringsAnimation">
<b>true</b> to use springs animation; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:System.Windows.Point"/> value.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Margin">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.MaxHeight">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.MaxWidth">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.MaxZoomLevel">
<summary>
<para>Gets or sets the maximum zoom level at which this layer should be visible.
</para>
</summary>
<value>A double value specifying the maximum zoom level.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.LayerBase.MaxZoomLevelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.MinHeight">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.MinWidth">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.MinZoomLevel">
<summary>
<para>Gets or sets the minimum zoom level at which this layer should be visible.
</para>
</summary>
<value>A double value specifying the minimum zoom level.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.LayerBase.MinZoomLevelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.OverridesDefaultStyle">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Padding">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.RenderSize">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.RenderTransform">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.RenderTransformOrigin">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.ScreenPointToMapUnit(System.Windows.Point)">
<summary>
<para>Converts the specified screen point into internal map units.
</para>
</summary>
<param name="point">
A <see cref="T:System.Windows.Point"/> value to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.ScreenPointToMapUnit(System.Windows.Point,System.Boolean)">
<summary>
<para>Converts the specified screen point into internal map units.
</para>
</summary>
<param name="point">
A <see cref="T:System.Windows.Point"/> value to be converted.
</param>
<param name="useSpringsAnimation">
<b>true</b> to use springs animation; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.ScreenToGeoPoint(System.Windows.Point)">
<summary>
<para>Converts the specified screen point into the corresponding geographical point.
</para>
</summary>
<param name="point">
A <see cref="T:System.Windows.Point"/> value to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.LayerBase.ScreenToGeoPoint(System.Windows.Point,System.Boolean)">
<summary>
<para>Converts the specified screen point into the corresponding geographical point.
</para>
</summary>
<param name="point">
A <see cref="T:System.Windows.Point"/> value to be converted.
</param>
<param name="useSpringsAnimation">
<b>true</b> to use springs animation; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographic coordinates.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.SnapsToDevicePixels">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.TabIndex">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.ToolTip">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Uid">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.UseLayoutRounding">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.UseSprings">
<summary>
<para>Gets a value that indicates whether the layer uses spring animations.
</para>
</summary>
<value><b>true</b> to if the layer uses spring animations; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.LayerBase.UseSpringsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.VerticalAlignment">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.VerticalContentAlignment">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.Xpf.Map.LayerBase.ViewportChanged">
<summary>
<para>Occurs every time the current viewport is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.LayerBase.Width">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Xpf.Map.ImageTilesLayer">
<summary>
<para>A layer that displays image tiles obtained from one of the supported map providers.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ImageTilesLayer.#ctor">
<summary>
<para>Initializes a new instance of the ImageTilesLayer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.ImageTilesLayer.DataProvider">
<summary>
<para>Provides access to an object that obtains map data from online data providers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.MapDataProviderBase"/> class descendant that is a specific data provider.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.ImageTilesLayer.DataProviderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.ImageTilesLayer.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.BingMapDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingMapDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.BingMapDataProvider.BingKeyProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.BingMapDataProvider.GetMapSizeInPixels(System.Double)">
<summary>
<para>Gets a map size in pixels by the specified zoom level.
</para>
</summary>
<param name="zoomLevel">
A double value representing the map zoom level.
</param>
<returns>A Size object representing the map size in pixels.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.BingMapKind"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingMapDataProvider.KindProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.BingMapDataProvider.Projection">
<summary>
<para>Returns the projection supported by BingMapDataProvider.
</para>
</summary>
<value>Always <b>SphericalMercatorProjection</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.OpenStreetMapKind">
<summary>
<para>Lists the values used to specify the kind of maps to be obtained from the <see cref="T:DevExpress.Xpf.Map.OpenStreetMapDataProvider"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.Hybrid">
<summary>
<para>The map shows a combination of Earth images and road schemas.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.Road">
<summary>
<para>The map shows road schemas.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.NavigationElementVerticalAlignment">
<summary>
<para>Lists the values used to specify the vertical alignment of map navigation elements (e.g. Zoom Trackbar, Scroll Buttons, etc.).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementVerticalAlignment.Bottom">
<summary>
<para>A navigation element is docked to the bottom edge of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementVerticalAlignment.Center">
<summary>
<para>A navigation element is vertically aligned in the center of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementVerticalAlignment.Top">
<summary>
<para>A navigation element is docked to the top edge of the map.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.NavigationElementHorizontalAlignment">
<summary>
<para>Lists the values used to specify the horizontal alignment of map navigation elements (e.g. Zoom Trackbar, Scroll Buttons, etc.).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementHorizontalAlignment.Center">
<summary>
<para>A navigation element is horizontally aligned to the center of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementHorizontalAlignment.Left">
<summary>
<para>A navigation element is docked to the left edge of the map.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.NavigationElementHorizontalAlignment.Right">
<summary>
<para>A navigation element is docked to the right edge of the map.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.BingMapKind">
<summary>
<para>Lists the values used to specify the kind of maps to be obtained from the <see cref="T:DevExpress.Xpf.Map.BingMapDataProvider"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingMapKind.Area">
<summary>
<para>The map shows photo images of the Earth's surface.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingMapKind.Hybrid">
<summary>
<para>The map shows a combination of Earth images and road schemas.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.BingMapKind.Road">
<summary>
<para>The map shows road schemas.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.CoordinatesPanelOptions">
<summary>
<para>Contains options that define the position and layout of the Coordinates Panel element.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.CoordinatesPanelOptions.#ctor">
<summary>
<para>Initializes a new instance of the CoordinatesPanelOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.ScrollButtonsOptions">
<summary>
<para>Contains options that define the position and layout of the Scroll Buttons element.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.ScrollButtonsOptions.#ctor">
<summary>
<para>Initializes a new instance of the ScrollButtonsOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.GeoPointCollection">
<summary>
<para>A collection of geo points.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPointCollection.#ctor">
<summary>
<para>Initializes a new instance of the GeoPointCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPointCollection.Parse(System.String)">
<summary>
<para>Converts the string representation of a collection to its GeoPointCollection equivalent.
</para>
</summary>
<param name="source">
A string containing collection item coordinates, separated by commas.
</param>
<returns>A GeoPointCollection object that is equivalent to the specified string.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPointCollection.ToString(System.IFormatProvider)">
<summary>
<para>Returns the textual representation of GeoPointCollection.
</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 GeoPointCollection.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPointCollection.ToString">
<summary>
<para>Returns the textual representation of GeoPointCollection.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of GeoPointCollection.
</returns>
</member>
<member name="T:DevExpress.Xpf.Map.LayerCollection">
<summary>
<para>A collection of layers.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.LayerCollection.#ctor(DevExpress.Xpf.Map.MapControl)">
<summary>
<para>Initializes a new instance of the LayerCollection class with the specified owner.
</para>
</summary>
<param name="map">
A <see cref="T:DevExpress.Xpf.Map.MapControl"/> object that is the owner of this layer collection.
</param>
</member>
<member name="T:DevExpress.Xpf.Map.GeoPoint">
<summary>
<para>A geographical point on the map.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.GeoPoint.Longitude"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.GeoPoint.Empty">
<summary>
<para>Returns a GeoPoint object whose coordinates are not initialized.
</para>
</summary>
<value>An empty <see cref="T:DevExpress.Xpf.Map.GeoPoint"/>.
</value>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPoint.Equals(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Determines whether the two specified GeoPoint objects are equal.
</para>
</summary>
<param name="point1">
A GeoPoint instance that specifies the first geographical point to compare.
</param>
<param name="point2">
A GeoPoint instance that specifies the second geographical point to compare.
</param>
<returns><b>true</b> if specified objects are equal; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPoint.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current GeoPoint 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 GeoPoint instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPoint.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current GeoPoint object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.GeoPoint.IsEmpty">
<summary>
<para>Gets a value that indicates whether this GeoPoint object's coordinates are initialized.
</para>
</summary>
<value><b>true</b> if the GeoPoint object is empty; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.GeoPoint"/>.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.GeoPoint"/>.
</value>
</member>
<member name="M:DevExpress.Xpf.Map.GeoPoint.Normalize(DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.GeoPoint.ToString">
<summary>
<para>Returns the textual representation of GeoPoint.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value, which is the textual representation of GeoPoint.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.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.Xpf.Map.MapControl">
<summary>
<para>A Map control, which is the main component of the DXMap Suite for WPF.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapControl.#ctor">
<summary>
<para>Initializes a new instance of the MapControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ActualCacheOptions">
<summary>
<para>Gets the setting for the actual local cache for storing image tiles of a map control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.CacheOptions"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ActualCoordinatesPanelOptions">
<summary>
<para>Gets the actual value for the Coordinates Panel options of the MapControl object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.CoordinatesPanelOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ActualCoordinatesPanelOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ActualScalePanelOptions">
<summary>
<para>Gets an actual value for the Scale Panel options of the MapControl object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ScalePanelOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ActualScalePanelOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ActualScrollButtonsOptions">
<summary>
<para>Gets the actual value for the Scroll Buttons options of the MapControl object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ScrollButtonsOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ActualScrollButtonsOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ActualZoomTrackbarOptions">
<summary>
<para>Gets the actual value for the Zoom Trackbar options of the MapControl object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ZoomTrackbarOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ActualZoomTrackbarOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.CacheOptions">
<summary>
<para>Gets or sets the settings for a map's cache.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.CacheOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.CacheOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.MapControl.CalcHitInfo(System.Windows.Point)">
<summary>
<para>Returns information on the map elements located at the specified point.
</para>
</summary>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the map's top-left corner.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapHitInfo"/> object, which contains information about the map elements located at the test point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.MapControl.CanScroll(System.Windows.Point)">
<summary>
<para>Checks whether or not it is possible to scroll a map by the specified offset.
</para>
</summary>
<param name="offset">
A <see cref="T:System.Windows.Point"/> value specifying the offset by which a map should be scrolled.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.MapControl.CanZoom(System.Double)">
<summary>
<para>Checks whether or not it is possible to zoom a map by the specified zoom level.
</para>
</summary>
<param name="zoomLevel">
A double value specifying the level by which a map should be zoomed.
</param>
<returns><b>true</b>, if it is allowed to zoom; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.CenterPoint">
<summary>
<para>Gets or sets a point that should be placed at the map center.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object that specifies the map center in geographical coordinates.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.CenterPointProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.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.Xpf.Map.MapColorizer"/> class descendant specifying the colorizer type.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ColorizerProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.CoordinatesPanelOptions">
<summary>
<para>Provides position and visibility options for the Coordinates Panel UI element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.CoordinatesPanelOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.CoordinatesPanelOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapControl.EnableScrollingProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapControl.EnableZoomingProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.HorizontalContentAlignment">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.LayerCollection"/> object containing map layers.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.LayersProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.MaxZoomLevel">
<summary>
<para>Gets or sets the maximum zoom level at which a map should be visible.
</para>
</summary>
<value>A double value specifying the maximum zoom level.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.MaxZoomLevelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.MinZoomLevel">
<summary>
<para>Gets or sets the minimum zoom level at which the map should be visible.
</para>
</summary>
<value>A double value specifying the minimum zoom level.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.MinZoomLevelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.MapControl.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ScalePanelOptions">
<summary>
<para>Provides position and visibility options for the Scale Panel UI element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ScalePanelOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ScalePanelOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.MapControl.Scroll(System.Windows.Point)">
<summary>
<para>Scrolls a map by the specified offset.
</para>
</summary>
<param name="offset">
A <see cref="T:System.Windows.Point"/> value specifying the offset by which a map should be scrolled.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ScrollButtonsOptions">
<summary>
<para>Provides position and visibility options for the Scroll Buttons UI element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ScrollButtonsOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ScrollButtonsOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ScrollCommand">
<summary>
<para>Returns a command that scrolls a map.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="E:DevExpress.Xpf.Map.MapControl.SelectionChanged">
<summary>
<para>Fires after the selection has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.SelectionMode">
<summary>
<para>Gets or sets a value specifying how the map control is selected.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Map.ElementSelectionMode"/> enumeration member specifying the map's selection behavior.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.SelectionModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ToolTipEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a tooltip is enabled for a map.
</para>
</summary>
<value><b>True</b> - a tooltip is enabled for a map; <b>False</b> - a tooltip is disabled.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ToolTipEnabledProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ToolTipInfo">
<summary>
<para>Provides access to the <see cref="T:DevExpress.Xpf.Map.ToolTipInfo"/> object that contains settings of built-in map tooltips.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ToolTipInfo"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ToolTipTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the map tooltip.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the map template.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ToolTipTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.VerticalContentAlignment">
<summary>
<para>This property is hidden.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.Xpf.Map.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="P:DevExpress.Xpf.Map.MapControl.ZoomCommand">
<summary>
<para>Returns a command that zooms a map.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.MapControl.ZoomLevelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.MapControl.ZoomTrackbarOptions">
<summary>
<para>Provides layout, position and visibility options for the Zoom Trackbar UI element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.ZoomTrackbarOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.MapControl.ZoomTrackbarOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.ElementSelectionMode">
<summary>
<para>Lists the values used to specify the selection mode of a map element.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.ElementSelectionMode.Extended">
<summary>
<para>Selects multiple consecutive map elements while holding down the SHIFT key.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.ElementSelectionMode.Multiple">
<summary>
<para>Selects multiple map elements.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.ElementSelectionMode.None">
<summary>
<para>The selection of a map element is disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Map.ElementSelectionMode.Single">
<summary>
<para>Selects the only map element.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.BingSearchCompletedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingSearchDataProvider.SearchCompleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingSearchCompletedEventArgs.#ctor(DevExpress.Xpf.Map.SearchRequestResult,System.Exception,System.Boolean,System.Object)">
<summary>
<para>Initializes a new instance of the BingSearchCompletedEventArgs class with the specified values of event arguments.
</para>
</summary>
<param name="requestResult">
A <see cref="T:DevExpress.Xpf.Map.SearchRequestResult"/> object specifying the request result. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingSearchCompletedEventArgs.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.Xpf.Map.BingSearchCompletedEventArgs.RequestResult">
<summary>
<para>Returns the result of a search request.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.SearchRequestResult"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.InformationDataProviderBase">
<summary>
<para>The base class for all information data providers.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.InformationDataProviderBase.Cancel">
<summary>
<para>Cancels the last request to the web service.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.InformationDataProviderBase.GenerateLayerItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.InformationDataProviderBase.LayerItemsGenerating">
<summary>
<para>Occurs when a data provider starts generating map items for a layer.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteOptions.#ctor">
<summary>
<para>Initializes a new instance of the BingRouteOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingRouteOptions.DistanceUnit">
<summary>
<para>Gets or sets a value that defines how to measure distances.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.DistanceMeasureUnit"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingRouteOptions.DistanceUnitProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.BingTravelMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingRouteOptions.ModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.BingRouteOptimization"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingRouteOptions.RouteOptimizationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.BingGeocodeDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingGeocodeDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingGeocodeDataProvider.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="F:DevExpress.Xpf.Map.BingGeocodeDataProvider.BingKeyProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.BingGeocodeDataProvider.Cancel">
<summary>
<para>Cancels the last request to the Bing Geocode service.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingGeocodeDataProvider.IsBusy">
<summary>
<para>Returns a value indicating the BingGeocodeDataProvider 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.Xpf.Map.BingGeocodeDataProvider.LocationInformationReceived">
<summary>
<para>Occurs when information about the location has been received.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingGeocodeDataProvider.MaxVisibleResultCount">
<summary>
<para>Gets or sets the total number of results that can be displayed simultaneously.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingGeocodeDataProvider.MaxVisibleResultCountProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.BingGeocodeDataProvider.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="F:DevExpress.Xpf.Map.BingGeocodeDataProvider.ProcessMouseEventsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.Xpf.Map.GeoPoint,System.Object)">
<summary>
<para>Send a request to obtain information about the specified location.
</para>
</summary>
<param name="location">
A <see cref="T:DevExpress.Xpf.Map.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="T:DevExpress.Xpf.Map.BingItineraryItemWarning">
<summary>
<para>Contains information about a warning associated with an itinerary item of a Bing route.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingItineraryItemWarning.#ctor(System.String,DevExpress.Xpf.Map.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.Xpf.Map.BingItineraryItemWarning.Text"/> property.
</param>
<param name="type">
A <see cref="T:DevExpress.Xpf.Map.BingItineraryWarningType"/> enumeration value specifying the warning type. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItemWarning.Type"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.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="P:DevExpress.Xpf.Map.BingItineraryItemWarning.Type">
<summary>
<para>Gets the type of the warning.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.BingItineraryWarningType"/> enumeration value specifying the warning type.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.BingSearchOptions">
<summary>
<para>Contains settings that define the parameters for searching via the Microsoft Bing service.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.BingSearchOptions.#ctor">
<summary>
<para>Initializes a new instance of the BingSearchOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.BingSearchOptions.AutocorrectQueryProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.BingSearchOptions.DistanceUnit">
<summary>
<para>Gets or sets a value that defines how to measure distances.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Map.DistanceMeasureUnit"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingSearchOptions.DistanceUnitProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.BingSearchOptions.ResultsCountProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.BingSearchOptions.SearchRadiusProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.BingSearchDataProvider.#ctor">
<summary>
<para>Initializes a new instance of the BingSearchDataProvider class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingSearchDataProvider.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="F:DevExpress.Xpf.Map.BingSearchDataProvider.BingKeyProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.Cancel">
<summary>
<para>Cancels the last request to the Bing Search service.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.BingSearchDataProvider.IsBusy">
<summary>
<para>Returns a value indicating the BingSearchDataProvider 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="M:DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.BingSearchDataProvider.Search(System.String,System.String,DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.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.Xpf.Map.BingSearchDataProvider.Search(System.String,System.String,DevExpress.Xpf.Map.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.Xpf.Map.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.Xpf.Map.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="E:DevExpress.Xpf.Map.BingSearchDataProvider.SearchCompleted">
<summary>
<para>Occurs when a search operation has been completed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Map.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.Xpf.Map.BingSearchOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Map.BingSearchDataProvider.SearchOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Map.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="F:DevExpress.Xpf.Map.BingSearchDataProvider.ShowSearchPanelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.EllipticalMercatorProjection.#ctor">
<summary>
<para>Initializes a new instance of the EllipticalMercatorProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.EllipticalMercatorProjection.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.EllipticalMercatorProjection.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="F:DevExpress.Xpf.Map.EllipticalMercatorProjection.MaxLatitude">
<summary>
<para>The maximum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EllipticalMercatorProjection.MaxLongitude">
<summary>
<para>The maximum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EllipticalMercatorProjection.MinLatitude">
<summary>
<para>The minimum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.EllipticalMercatorProjection.MinLongitude">
<summary>
<para>The minimum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Map.MapItemAttributeCollection">
<summary>
<para>A collection of attributes for an individual map item.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MapItemAttributeCollection.#ctor(DevExpress.Xpf.Map.MapItem)">
<summary>
<para>Initializes a new instance of the MapItemAttributeCollection class with the specified owner.
</para>
</summary>
<param name="mapItem">
A <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant that is the owner of this attribute collection.
</param>
</member>
<member name="P:DevExpress.Xpf.Map.MapItemAttributeCollection.Item(System.String)">
<summary>
<para>Provides access to individual map items in the collection by their names.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> value specifying the name of the map item to get.
</param>
<value>A <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant which is the map item with the specified name.
</value>
</member>
<member name="T:DevExpress.Xpf.Map.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.Xpf.Map.MillerProjection.#ctor">
<summary>
<para>Initializes a new instance of the MillerProjection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Map.MillerProjection.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
<summary>
<para>Converts the specified geographical point into internal map units.
</para>
</summary>
<param name="geoPoint">
A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object containing internal map coordinates.
</returns>
</member>
<member name="M:DevExpress.Xpf.Map.MillerProjection.MapUnitToGeoPoint(DevExpress.Xpf.Map.MapUnit)">
<summary>
<para>Converts the specified map unit into the corresponding geographical point.
</para>
</summary>
<param name="mapUnit">
A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to be converted.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographical coordinates.
</returns>
</member>
<member name="F:DevExpress.Xpf.Map.MillerProjection.MaxLatitude">
<summary>
<para>The maximum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.MillerProjection.MaxLongitude">
<summary>
<para>The maximum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.MillerProjection.MinLatitude">
<summary>
<para>The minimum possible latitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Map.MillerProjection.MinLongitude">
<summary>
<para>The minimum possible longitude for this projection.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
</members>
</doc>