﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Xpf.Map.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Xpf.Map">
      <summary>
        <para>Contains classes which implement the main functionality of the <see href="https://docs.devexpress.com/WPF/115085/controls-and-libraries/map-control">DXMap Suite</see>. To use these classes in XAML code, add the xmlns:dxm=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.AddressBase">
      <summary>
        <para>The base class for all classes representing the address information obtained from GIS services.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.AddressBase.FormattedAddress">
      <summary>
        <para>Gets or sets the complete address.</para>
      </summary>
      <value>The complete address.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.AddressBase.FormattedAddressProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.AddressBase.FormattedAddress">AddressBase.FormattedAddress</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.AddressBase.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.AddressBase"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.Xpf.Map.AddressBase"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.AfterMeasurementEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.Measurements.AfterMeasurement"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.AfterMeasurementEventArgs.#ctor(DevExpress.Xpf.Map.MapRuler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AfterMeasurementEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="mapRuler">The created ruler.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.AfterMeasurementEventArgs.MapRuler">
      <summary>
        <para>Returns the created ruler.</para>
      </summary>
      <value>The created ruler.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.AfterMeasurementEventHandler">
      <summary>
        <para>Defines a signature (parameter list types) for the method that handles the <see cref="E:DevExpress.Xpf.Map.Measurements.AfterMeasurement">Measurements.AfterMeasurement</see> event.</para>
      </summary>
      <param name="sender">Identifies the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object that raises the event.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.AfterRulerRemovalEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.Xpf.Map.Measurements.AfterRulerRemoval"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.AfterRulerRemovalEventArgs.#ctor(DevExpress.Xpf.Map.MapRuler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AfterRulerRemovalEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.AlbersEqualAreaConicCartesianToGeoConverter">
      <summary>
        <para>Converter that transforms data from the Albers projected coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.AlbersEqualAreaConicCartesianToGeoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AlbersEqualAreaConicCartesianToGeoConverter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.AlbersEqualAreaConicCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint,System.Double,System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AlbersEqualAreaConicCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="falseEasting">The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="falseNorthing">The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="projectionCenter">The central meridian and the latitude of the projection’s origin used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="standardParallelN">The value of the north standard parallel.</param>
      <param name="standardParallelS">The value of the south standard parallel.</param>
      <param name="primeMeridian">The prime meridian of the Geo coordinate system.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.AlbersEqualAreaConicCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint,System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AlbersEqualAreaConicCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</param>
      <param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
      <param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
      <param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of projection’s origin values.</param>
      <param name="standardParallelN">A <see cref="T:System.Double"/> value specifying the north standard parallel.</param>
      <param name="standardParallelS">A <see cref="T:System.Double"/> value specifying the south standard parallel.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.AreaMeasurementUnit">
      <summary>
        <para>Specifies area measurement units for Map Control <see cref="T:DevExpress.Xpf.Map.Measurements">rulers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.#ctor(System.Double,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure with the specified settings.</para>
      </summary>
      <param name="squareMetersInUnit">The number of units in one square meter.</param>
      <param name="name">The measurement unit name.</param>
      <param name="abbreviation">The measurement unit abbreviation.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.Abbreviation">
      <summary>
        <para>Gets an abbreviation corresponding to the current measurement unit.</para>
      </summary>
      <value>The measurement unit abbreviation.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.Acre">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Acre object.</para>
      </summary>
      <value>The Acre object.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.Equals(DevExpress.Xpf.Map.AreaMeasurementUnit)">
      <summary>
        <para>Indicates whether the current object is equal to another object of the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> type.</para>
      </summary>
      <param name="other">An AreaMeasureUnit object to compare with the current object.</param>
      <returns>true, if the current object is equal to the other parameter; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.Equals(System.Object)">
      <summary>
        <para>Indicates whether the current object is equal to another object.</para>
      </summary>
      <param name="obj">An object to compare with the current object.</param>
      <returns>true, if the current object is equal to the obj parameter; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.FromSquareMeters(System.Double)">
      <summary>
        <para>Converts a value in square meters to the value in the current measurement unit.</para>
      </summary>
      <param name="value">Quantity in meters.</param>
      <returns>Quantity in the current measurement units.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.GetHashCode">
      <summary>
        <para>Gets hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> object.</para>
      </summary>
      <returns>The hash code for the current object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.GetPredefinedUnits">
      <summary>
        <para>Returns a list of predefined measurement units.</para>
      </summary>
      <returns>A list of predefined measurement units.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.Hectare">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Hectare object.</para>
      </summary>
      <value>The Hectare object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.Name">
      <summary>
        <para>Returns the name of an area measurement unit.</para>
      </summary>
      <value>The name of an area measurement unit.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.op_Equality(DevExpress.Xpf.Map.AreaMeasurementUnit,DevExpress.Xpf.Map.AreaMeasurementUnit)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> objects. The result specifies whether these objects are equal.</para>
      </summary>
      <param name="a">The first object to check equality.</param>
      <param name="b">The second object to check equality.</param>
      <returns>true, if passed objects are equal; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.op_Inequality(DevExpress.Xpf.Map.AreaMeasurementUnit,DevExpress.Xpf.Map.AreaMeasurementUnit)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> objects. The result specifies whether these objects are unequal.</para>
      </summary>
      <param name="a">The first object to check inequality.</param>
      <param name="b">The second object to check inequality.</param>
      <returns>true, if passed objects are not equal; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareCentimeter">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Centimeter object.</para>
      </summary>
      <value>The Square Centimeter object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareFoot">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Foot object.</para>
      </summary>
      <value>The Square Foot object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareInch">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Inch object.</para>
      </summary>
      <value>The Square Inch object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareKilometer">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Kilometer object.</para>
      </summary>
      <value>The Square Kilometer object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareMeter">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Meter object.</para>
      </summary>
      <value>The Square Meter object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareMetersInUnit">
      <summary>
        <para>Returns a value that specifies the current measurement unit converted into square meters.</para>
      </summary>
      <value>A value that specifies the current measurement unit converted into square meters.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareMile">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Mile object.</para>
      </summary>
      <value>The Square Mile object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareMillimeter">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Millimeter object.</para>
      </summary>
      <value>The Square Millimeter object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.AreaMeasurementUnit.SquareYard">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.AreaMeasurementUnit"/> structure as the Square Yard object.</para>
      </summary>
      <value>The Square Yard object.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.ToSquareMeters(System.Double)">
      <summary>
        <para>Converts the current measurement unit value to square meters.</para>
      </summary>
      <param name="value">The value in the current measurement units.</param>
      <returns>The value in square meters.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.AreaMeasurementUnit.ToString">
      <summary>
        <para>Returns the structure name enclosed in parentheses.</para>
      </summary>
      <returns>The structure name enclosed in parentheses.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.AttributeGroupProvider">
      <summary>
        <para>This class groups items based on the attribute values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.AttributeGroupProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AttributeGroupProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.AttributeGroupProvider.AttributeName">
      <summary>
        <para>Gets or sets the attribute name used to group map items by its value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object, that is the name of the attribute.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.AttributeGroupProvider.AttributeNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.AttributeGroupProvider.AttributeName">AttributeGroupProvider.AttributeName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.AttributeGroupProvider.GetGroups(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem})">
      <summary>
        <para>Separates source items into groups using attribute values.</para>
      </summary>
      <param name="sourceItems">A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.XtraMap.MapItem"/>,&gt; object containing map items for grouping.</param>
      <returns>A dictionary that stores  pairs (value used to group items, an items group).</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.AttributeGroupProvider.OnClusterCreated(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Called after the cluster is created.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/>class descendant object, that is the cluster representative.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.AttributeItemKeyProvider">
      <summary>
        <para>This class is used to <see href="https://docs.devexpress.com/WPF/17768/controls-and-libraries/map-control/vector-data/providing-data/provide-data-using-vector-item-attributes">provide attribute values</see> of <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">map items</see> as keys for the <see cref="T:DevExpress.Xpf.Map.KeyColorColorizer"/> to colorize these items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.AttributeItemKeyProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.AttributeItemKeyProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.AttributeValueProviderBase">
      <summary>
        <para>The base class for all attribute value providers.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BeforeMeasurementEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.Measurements.BeforeMeasurement"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BeforeMeasurementEventArgs.#ctor(DevExpress.Xpf.Map.RulerType,DevExpress.Map.CoordPoint)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BeforeMeasurementEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="rulerType">The type of the new ruler.</param>
      <param name="startPoint">Coordinates of the ruler’s start point.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.BeforeMeasurementEventArgs.RulerAppearance">
      <summary>
        <para>Specifies <see cref="T:DevExpress.Xpf.Map.Measurements">ruler</see> appearance settings.</para>
      </summary>
      <value>Contains <see cref="T:DevExpress.Xpf.Map.Measurements">ruler</see> appearance settings.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BeforeMeasurementEventArgs.RulerType">
      <summary>
        <para>Returns the type of the new ruler.</para>
      </summary>
      <value>The type of the new ruler.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BeforeMeasurementEventArgs.StartPoint">
      <summary>
        <para>Returns coordinates of the ruler’s start point.</para>
      </summary>
      <value>Coordinates of the ruler’s start point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BeforeMeasurementEventHandler">
      <summary>
        <para>Defines a signature (parameter list types) for the method that handles the <see cref="E:DevExpress.Xpf.Map.Measurements.BeforeMeasurement">Measurements.BeforeMeasurement</see> event.</para>
      </summary>
      <param name="sender">Identifies the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object that raises the event.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.BeforeRulerRemovalEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.Xpf.Map.Measurements.BeforeRulerRemoval"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BeforeRulerRemovalEventArgs.#ctor(DevExpress.Xpf.Map.MapRuler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BeforeRulerRemovalEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingAddress">
      <summary>
        <para>This class represents the address information obtained from the Bing GIS services.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingAddress.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingAddress"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.AddressLine">
      <summary>
        <para>Gets or sets the official street line of an address relative to the area, as specified by the <see cref="P:DevExpress.Xpf.Map.BingAddress.Locality">BingAddress.Locality</see> or <see cref="P:DevExpress.Xpf.Map.BingAddress.PostalCode">BingAddress.PostalCode</see> properties.</para>
      </summary>
      <value>The official street line of an address relative to the area, as specified by the Locality or PostalCode properties.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.AddressLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.AddressLine">BingAddress.AddressLine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.AdminDistrict">
      <summary>
        <para>Gets or sets the subdivision name in the country or region for an address.</para>
      </summary>
      <value>The subdivision name in the country or region for an address.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.AdminDistrictProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.AdminDistrict">BingAddress.AdminDistrict</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.CountryRegion">
      <summary>
        <para>Gets or sets the country or region name of an address.</para>
      </summary>
      <value>The country or region name of an address.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.CountryRegionIso2">
      <summary>
        <para>Gets or sets the two-letter ISO country code.</para>
      </summary>
      <value>The two-letter ISO country code.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.CountryRegionIso2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.CountryRegionIso2">BingAddress.CountryRegionIso2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.CountryRegionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.CountryRegion">BingAddress.CountryRegion</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.District">
      <summary>
        <para>Gets or sets the subdivision name in the country or region for an address.</para>
      </summary>
      <value>The subdivision name in the country or region for an address.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.DistrictProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.District">BingAddress.District</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.Locality">
      <summary>
        <para>Gets or sets the populated place for the address.</para>
      </summary>
      <value>The populated place for the address.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.LocalityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.Locality">BingAddress.Locality</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.Neighborhood">
      <summary>
        <para>Gets or sets the neighborhood for an address.</para>
      </summary>
      <value>The neighborhood for an address.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.NeighborhoodProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.Neighborhood">BingAddress.Neighborhood</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.PostalCode">
      <summary>
        <para>Gets or sets the post code, postal code, or ZIP Code of an address.</para>
      </summary>
      <value>The post code, postal code, or ZIP Code of an address.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.PostalCodeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.PostalCode">BingAddress.PostalCode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingAddress.PostalTown">
      <summary>
        <para>Gets or sets the city or neighborhood that corresponds to the <see cref="P:DevExpress.XtraMap.BingAddress.PostalCode">BingAddress.PostalCode</see> of the address information obtained from Bing GIS services.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAddress.PostalTownProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingAddress.PostalTown">BingAddress.PostalTown</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingAvoidRoads">
      <summary>
        <para>Lists limitations in the use of toll and highway roads when route planning.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAvoidRoads.BorderCrossing">
      <summary>
        <para>Do not cross country borders in a route.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAvoidRoads.Ferry">
      <summary>
        <para>Do not use ferries to build a route.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAvoidRoads.Highways">
      <summary>
        <para>Highways are not used to build a route.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAvoidRoads.MinimizeHighways">
      <summary>
        <para>The number of highways is minimized in a route.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAvoidRoads.MinimizeTolls">
      <summary>
        <para>The number of toll roads is minimized in a route.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAvoidRoads.None">
      <summary>
        <para>All road types can be used to build a route.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingAvoidRoads.Tolls">
      <summary>
        <para>Toll roads are not used to build a route.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingCalculationMethod">
      <summary>
        <para>Lists methods used to compute geocode points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingCalculationMethod.Interpolation">
      <summary>
        <para>Interpolation is used to match a geocode point to a point on a road.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingCalculationMethod.InterpolationOffset">
      <summary>
        <para>Interpolation with an offset is used to match a geocode point to a point on a road and shift the point to the side of the street.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingCalculationMethod.Parcel">
      <summary>
        <para>The geocode point is matched to the center of a parcel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingCalculationMethod.Rooftop">
      <summary>
        <para>The geocode point is matched to the building rooftop.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingCalculationMethod.Unknown">
      <summary>
        <para>The response from a Bing Maps Service does not contain the CalculationMethod field for the geocode point.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingConfidence">
      <summary>
        <para>Lists the values that specify the possible confidence level of the geocoded location search results.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingConfidence.High">
      <summary>
        <para>Reliable matches were found.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingConfidence.Low">
      <summary>
        <para>Matches were not found.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingConfidence.Medium">
      <summary>
        <para>Fuzzy matches were found.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingDetail">
      <summary>
        <para>The additional information about a single itinerary item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingDetail.#ctor(System.Int32,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingDetail"/> class with the specified settings.</para>
      </summary>
      <param name="compassDegrees">A <see cref="T:System.Int32"/> value specifying the angle of rotation in degrees. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingDetail.CompassDegrees">BingDetail.CompassDegrees</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the street name. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingDetail.Name">BingDetail.Name</see> property.</param>
      <param name="roadType">A <see cref="T:System.String"/> value specifying the road type. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingDetail.RoadType">BingDetail.RoadType</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingDetail.CompassDegrees">
      <summary>
        <para>Returns the angle in degrees for which it is necessary to change the travel direction.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value representing an angle expressed in degrees.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingDetail.Name">
      <summary>
        <para>Returns the name of street, highway or intersection where a traffic maneuver occurs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingDetail.RoadType">
      <summary>
        <para>Returns the type of the road.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the road type.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingElevationDataProvider">
      <summary>
        <para>Provides the capability to obtain elevation data from the Bing Maps web service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingElevationDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingElevationDataProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.BingElevationDataProvider.ElevationsCalculated">
      <summary>
        <para>Occurs when the location elevations are calculated.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingElevationDataProvider.RequestPointElevation(DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Requests the elevation of the specified geo point.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the required geo point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingElevationDataProvider.RequestPointsElevations(System.Collections.Generic.List{DevExpress.Xpf.Map.GeoPoint},System.Object)">
      <summary>
        <para>Requests elevations of the set of geographical points for specified user state.</para>
      </summary>
      <param name="points">A list of the <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> objects specifying the set of geographical points.</param>
      <param name="userState">A <see cref="T:System.Object"/> specifying the user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingElevationDataProvider.RequestPointsElevations(System.Collections.Generic.List{DevExpress.Xpf.Map.GeoPoint})">
      <summary>
        <para>Requests elevations of the set of geographical points.</para>
      </summary>
      <param name="points">A list of the <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> objects specifying the set of geographical points.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingGeocodeDataProvider">
      <summary>
        <para>The class that is used to send requests to the Bing Maps Geocode service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingGeocodeDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingGeocodeDataProvider"/> class with default settings.</para>
      </summary>
    </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="M:DevExpress.Xpf.Map.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.Xpf.Map.GeoPoint,System.Object)">
      <summary>
        <para>Sends a request to obtain information about the specified location.</para>
      </summary>
      <param name="location">A <see cref="T:DevExpress.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="M:DevExpress.Xpf.Map.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.Xpf.Map.GeoPoint,System.String,System.Object)">
      <summary>
        <para>Sends a request to obtain information about the specified location for the specified user state.</para>
      </summary>
      <param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location about which information is requested.</param>
      <param name="culture">A <see cref="T:System.String"/> object specifying the name of the culture.</param>
      <param name="userState">A <see cref="T:System.Object"/> specifying a user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Sends the request to obtain information about the specified geographical location.</para>
      </summary>
      <param name="location">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the geographical point.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingGeocodePoint">
      <summary>
        <para>Contains geocode point field values returned in the response from Bing Maps Services.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingGeocodePoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingGeocodePoint"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingGeocodePoint.CalculationMethod">
      <summary>
        <para>Gets or sets the method used to compute the geocode point.</para>
      </summary>
      <value>The method name used to compute the geocode point.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingGeocodePoint.CalculationMethodProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingGeocodePoint.CalculationMethod"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingGeocodePoint.Location">
      <summary>
        <para>Gets or sets a geographical point that specifies the geocode point location on the map.</para>
      </summary>
      <value>A geographical point that specifies the geocode point location on the map.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingGeocodePoint.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingGeocodePoint.Location"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingGeocodePoint.UsageType">
      <summary>
        <para>Specifies how to use the geocode point.</para>
      </summary>
      <value>Defines how to use the geocode point.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingGeocodePoint.UsageTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingGeocodePoint.UsageType"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingHint">
      <summary>
        <para>The single hint to assist in the route passage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingHint.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingHint"/> class with specified parameters.</para>
      </summary>
      <param name="hintType">A <see cref="T:System.String"/> value specifying the hint type. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingHint.HintType">BingHint.HintType</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the hint text. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingHint.Text">BingHint.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingHint.HintType">
      <summary>
        <para>Returns the type of the hint.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingHint.Text">
      <summary>
        <para>Returns the text of the hint.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</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{DevExpress.Xpf.Map.BingItineraryItemWarning},System.Double,System.TimeSpan,System.String,DevExpress.Xpf.Map.BingDetail,DevExpress.Xpf.Map.BingHint[],System.String,System.String[],System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">BingItineraryItem.Location</see> 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">BingItineraryItem.Maneuver</see> 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">BingItineraryItem.ManeuverInstruction</see> 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">BingItineraryItem.Warnings</see> 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">BingItineraryItem.Distance</see> 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">BingItineraryItem.Time</see> property.</param>
      <param name="compassDirection">A <see cref="T:System.String"/> value specifying the compass direction. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.CompassDirection">BingItineraryItem.CompassDirection</see> property.</param>
      <param name="detail">A <see cref="T:DevExpress.Xpf.Map.BingDetail"/> object specifying the details of this itinerary item. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Detail">BingItineraryItem.Detail</see> property.</param>
      <param name="hints">An array of <see cref="T:DevExpress.Xpf.Map.BingHint"/> objects provide hints. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Hints">BingItineraryItem.Hints</see> property.</param>
      <param name="sideOfStreet">A <see cref="T:System.String"/> value specifying the side of the street. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.SideOfStreet">BingItineraryItem.SideOfStreet</see> property.</param>
      <param name="signs">An array of <see cref="T:System.String"/> values specifying signs on the road. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Signs">BingItineraryItem.Signs</see> property.</param>
      <param name="towardsRoadName">A <see cref="T:System.String"/> value specifying the direction in accordance with the road name. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.TowardsRoadName">BingItineraryItem.TowardsRoadName</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingItineraryItem.#ctor(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.BingManeuverType,System.String,System.Collections.Generic.List{DevExpress.Xpf.Map.BingItineraryItemWarning},System.Double,System.TimeSpan,System.String,DevExpress.Xpf.Map.BingDetail[],DevExpress.Xpf.Map.BingHint[],System.String,System.String[],System.String)">
      <summary>
        <para>Initializes a new instance of the BingItineraryItem class with the specified settings.</para>
      </summary>
      <param name="location">A <see cref="T:DevExpress.Xpf.Map.GeoPoint">GeoPoint</see> object that specifies the location. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Location">Location</see> property.</param>
      <param name="maneuver">A <see cref="T:DevExpress.Xpf.Map.BingManeuverType">BingManeuverType</see> enumeration value that specifies the maneuver type. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Maneuver">Maneuver</see> property.</param>
      <param name="maneuverInstruction">A <see cref="T:System.String">System.String</see> that specifies the maneuver instruction. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.ManeuverInstruction">ManeuverInstruction</see> property.</param>
      <param name="warnings">A list of <see cref="T:DevExpress.Xpf.Map.BingItineraryItemWarning">BingItineraryItemWarning</see> objects containing warnings for this itinerary item. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Warnings">Warnings</see> property.</param>
      <param name="distance">A <see cref="T:System.Double">System.Double</see> value specifies the item distance. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Distance">Distance</see> property.</param>
      <param name="time">A <see cref="T:System.TimeSpan">System.TimeSpan</see> value specifies the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Time">Time</see> property.</param>
      <param name="compassDirection">A <see cref="T:System.String">System.String</see> value defines the compass direction. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.CompassDirection">CompassDirection</see> property.</param>
      <param name="details">An array of the <see cref="T:DevExpress.Xpf.Map.BingDetail">BingDetail</see> objects that specify the itinerary item’s maneuver details. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Details">Details</see> property.</param>
      <param name="hints">An array of <see cref="T:DevExpress.Xpf.Map.BingHint">BingHint</see> objects provide hints. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Hints">Hints</see> property.</param>
      <param name="sideOfStreet">A <see cref="T:System.String">System.String</see> value defines the side of the street. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.SideOfStreet">SideOfStreet</see> property.</param>
      <param name="signs">An array of <see cref="T:System.String">System.String</see> values specifies signs on the road. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.Signs">Signs</see> property.</param>
      <param name="towardsRoadName">A <see cref="T:System.String">System.String</see> value defines the direction in accordance with road name. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItem.TowardsRoadName">TowardsRoadName</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingItineraryItem.#ctor(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.BingManeuverType,System.String,System.Collections.Generic.List{DevExpress.Xpf.Map.BingItineraryItemWarning},System.Double,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">BingItineraryItem.Location</see> 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">BingItineraryItem.Maneuver</see> 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">BingItineraryItem.ManeuverInstruction</see> 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">BingItineraryItem.Warnings</see> 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">BingItineraryItem.Distance</see> 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">BingItineraryItem.Time</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingItineraryItem.CompassDirection">
      <summary>
        <para>Returns the compass direction indicating the cardinal point.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cardinal point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingItineraryItem.Detail">
      <summary>
        <para>Returns the additional information about the single itinerary item of the route.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.BingDetail"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingItineraryItem.Details">
      <summary>
        <para>The information about the required maneuvers on the itinerary item.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Xpf.Map.BingDetail">BingDetail</see> objects.</value>
    </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.Hints">
      <summary>
        <para>Returns the hints to assist in the route passage.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Xpf.Map.BingHint"/> objects.</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.SideOfStreet">
      <summary>
        <para>Returns the side of the street where the route destination is.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the side of the street.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingItineraryItem.Signs">
      <summary>
        <para>Returns the signs which are placed along the route.</para>
      </summary>
      <value>An array of <see cref="T:System.String"/> objects representing the sign names.</value>
    </member>
    <member name="P:DevExpress.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.TowardsRoadName">
      <summary>
        <para>Returns the street name in which direction the first itinerary item goes.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the street name.</value>
    </member>
    <member name="P:DevExpress.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.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,DevExpress.Xpf.Map.BingItineraryWarningSeverity)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingItineraryItemWarning"/> class with the specified parameters.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> specifying the warning text. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItemWarning.Text">BingItineraryItemWarning.Text</see> 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">BingItineraryItemWarning.Type</see> property.</param>
      <param name="severity">A  <see cref="T:DevExpress.Xpf.Map.BingItineraryWarningSeverity"/> enumeration value specifying the warning severity. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingItineraryItemWarning.Severity">BingItineraryItemWarning.Severity</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingItineraryItemWarning.#ctor(System.String,DevExpress.Xpf.Map.BingItineraryWarningType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">BingItineraryItemWarning.Text</see> 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">BingItineraryItemWarning.Type</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingItineraryItemWarning.Severity">
      <summary>
        <para>Gets the severity level in this itinerary item.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Map.BingItineraryWarningSeverity"/> enumeration value.</value>
    </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.BingItineraryWarningSeverity">
      <summary>
        <para>Lists values indicating the warning level associated with an itinerary item of a Bing route.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingItineraryWarningSeverity.LowImpact">
      <summary>
        <para>The warning has a low impact on the route passage.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingItineraryWarningSeverity.Minor">
      <summary>
        <para>The warning has a minor effect on the route passage.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingItineraryWarningSeverity.Moderate">
      <summary>
        <para>The warning has a moderate effect on the route passage.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingItineraryWarningSeverity.None">
      <summary>
        <para>The warning does not affect the route passage.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingItineraryWarningSeverity.Serious">
      <summary>
        <para>The warning has a serious effect on the route passage.</para>
      </summary>
    </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.PlannedEvents">
      <summary>
        <para>There are planned events in the region.</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.TimeRestriction">
      <summary>
        <para>There is a time restriction.</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.TollZoneEnter">
      <summary>
        <para>The entrance to a toll zone.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingItineraryWarningType.TollZoneExit">
      <summary>
        <para>The exit from a toll zone.</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.TransitLineChange">
      <summary>
        <para>There is a transit line change.</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.BingLocationInformation">
      <summary>
        <para>Provides information about a location obtained from the Bing Maps web service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingLocationInformation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingLocationInformation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingLocationInformation.BoundingBox">
      <summary>
        <para>Gets or sets the bounding box containing the search result of Bing locations.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingLocationInformation.BoundingBoxProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingLocationInformation.BoundingBox">BingLocationInformation.BoundingBox</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingLocationInformation.Confidence">
      <summary>
        <para>Get or sets the confidence level of the geocoded location search results.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.BingConfidence"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingLocationInformation.ConfidenceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingLocationInformation.Confidence">BingLocationInformation.Confidence</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingLocationInformation.GeocodePoints">
      <summary>
        <para>Gets or sets the collection of geocode points that a Bing Maps Service returns.</para>
      </summary>
      <value>The collection of geocode points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingLocationInformation.GeocodePointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingLocationInformation.GeocodePoints"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingLocationInformation.MatchCode">
      <summary>
        <para>Gets or sets the confidence level of the Bing location on the map.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.BingMatchCode"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingLocationInformation.MatchCodeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingLocationInformation.MatchCode">BingLocationInformation.MatchCode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.TurnLeftSharp">
      <summary>
        <para>Turn sharp 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.TurnRightSharp">
      <summary>
        <para>Turn sharp 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.BingMapDataProvider">
      <summary>
        <para>The class that loads map images from the Bing Maps data provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingMapDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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 Bing Maps <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">data provider</see>.</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 <see cref="P:DevExpress.Xpf.Map.BingMapDataProvider.BingKey">BingMapDataProvider.BingKey</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingMapDataProvider.ConnectionProtocol">
      <summary>
        <para>Gets or sets the value indicating the transfer protocol that the data provider uses to request data.</para>
      </summary>
      <value>The value indicating the transfer protocol that the data provider uses to request data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapDataProvider.ConnectionProtocolProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingMapDataProvider.ConnectionProtocol">BingMapDataProvider.ConnectionProtocol</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingMapDataProvider.CultureName">
      <summary>
        <para>Gets or sets the Culture name used to obtain data from Bing GIS services.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapDataProvider.CultureNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingMapDataProvider.CultureName">BingMapDataProvider.CultureName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingMapDataProvider.Kind">BingMapDataProvider.Kind</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingMapDataProvider.Projection">
      <summary>
        <para>Gets the projection used by the Bing Maps map data provider.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant object.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingMapDataProvider.Refresh">
      <summary>
        <para>Refreshes the Bing Map data provider’s tile source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingMapDataProvider.TopLayer">
      <summary>
        <para>Gets or sets the display layer that is rendered over the imagery set received from the Bing Maps service.</para>
      </summary>
      <value>A value that specifies a layer that is displayed over the imagery set received from the Bing Maps service. The default value is BaseMap.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapDataProvider.TopLayerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingMapDataProvider.TopLayer"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingMapDataProviderBase">
      <summary>
        <para>The base class for all Bing <see href="https://docs.devexpress.com/WPF/17886/controls-and-libraries/map-control/gis-data">information</see> providers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingMapDataProviderBase.BingKey">
      <summary>
        <para>Get or sets the key that is required to connect to the Bing Maps <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">data provider</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that stores a Bing Maps key.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapDataProviderBase.BingKeyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingMapDataProviderBase.BingKey">BingMapDataProviderBase.BingKey</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingMapDataProviderBase.ConnectionProtocol">
      <summary>
        <para>Gets or sets the value indicating the transfer protocol that the data provider uses to request data.</para>
      </summary>
      <value>The value indicating the transfer protocol that the data provider uses to request data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapDataProviderBase.ConnectionProtocolProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingMapDataProviderBase.ConnectionProtocol">BingMapDataProviderBase.ConnectionProtocol</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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="F:DevExpress.Xpf.Map.BingMapKind.RoadDark">
      <summary>
        <para>The map shows a dark version of road schemas.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapKind.RoadGray">
      <summary>
        <para>The map shows a grayscale version of road schemas.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapKind.RoadLight">
      <summary>
        <para>The map shows a lighter version of road schemas.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingMapTileSource">
      <summary>
        <para>The class that implements loading image tiles from the Bing Maps data provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingMapTileSource.GetTileByZoomLevel(System.Int32,System.Int64,System.Int64)">
      <summary>
        <para>Returns the path to the image tile using the X and Y positions for the required zoom level.</para>
      </summary>
      <param name="zoomLevel">A <see cref="T:System.Int32"/> value specifying the zoom level.</param>
      <param name="tilePositionX">A <see cref="T:System.Int64"/> value specifying the X position of the image tile.</param>
      <param name="tilePositionY">A <see cref="T:System.Int64"/> value specifying the Y position of the image tile.</param>
      <returns>A <see cref="T:System.Uri"/> value specifying the path to the image tile.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingMapTopLayer">
      <summary>
        <para>Lists Bing Maps layers that can be displayed on the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapTopLayer.Background">
      <summary>
        <para>The layer that displays base geometry without labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapTopLayer.BaseMap">
      <summary>
        <para>The layer that displays the regular road map with labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapTopLayer.Foreground">
      <summary>
        <para>The layer that displays only labels on the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMapTopLayer.TrafficFlow">
      <summary>
        <para>The layer that displays traffic flow.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingMatchCode">
      <summary>
        <para>Lists the possible geocoding levels for each location in the map service response.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMatchCode.Ambiguous">
      <summary>
        <para>The requested location has several suitable equal matches.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMatchCode.Good">
      <summary>
        <para>The requested location has a reliable match.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingMatchCode.UpHierarchy">
      <summary>
        <para>Reliable matches are not found.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingRouteCalculatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingRouteDataProvider.RouteCalculated">BingRouteDataProvider.RouteCalculated</see> 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 <see cref="T:DevExpress.Xpf.Map.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">BingRouteCalculatedEventArgs.CalculationResult</see> 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 RunWorkerAsync 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.BingRouteCalculatedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingRouteDataProvider.RouteCalculated">BingRouteDataProvider.RouteCalculated</see> 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.BingRouteDataProvider">
      <summary>
        <para>The class that is used to send requests to the Bing Maps Route service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingRouteDataProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List{DevExpress.Xpf.Map.RouteWaypoint},System.Object)">
      <summary>
        <para>Calculates the most optimal route for the specified list of waypoints for the specified user state.</para>
      </summary>
      <param name="waypoints">A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.</param>
      <param name="userState">A <see cref="T:System.Object"/> containing the user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List{DevExpress.Xpf.Map.RouteWaypoint},System.String,System.Object)">
      <summary>
        <para>Calculates the most optimal route for the specified list of waypoints for the specified user state.</para>
      </summary>
      <param name="waypoints">A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.</param>
      <param name="culture">A <see cref="T:System.String"/> object specifying the name of the culture.</param>
      <param name="userState">A <see cref="T:System.Object"/> specifying a user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List{DevExpress.Xpf.Map.RouteWaypoint})">
      <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.CalculateRoutesFromMajorRoads(DevExpress.Xpf.Map.RouteWaypoint,System.Object)">
      <summary>
        <para>Returns driving routes to a location from major roads in four directions (West, North, East and South).</para>
      </summary>
      <param name="destination">A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.</param>
      <param name="userState">A <see cref="T:System.Object"/> containing the user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.Xpf.Map.RouteWaypoint,System.String,System.Object)">
      <summary>
        <para>Returns driving routes to a location from major roads in four directions (West, North, East and South).</para>
      </summary>
      <param name="destination">A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.</param>
      <param name="culture">A <see cref="T:System.String"/> object specifying the name of the culture.</param>
      <param name="userState">A <see cref="T:System.Object"/> specifying a user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.Xpf.Map.RouteWaypoint)">
      <summary>
        <para>Returns driving routes to a location from major roads in four directions (West, North, East and South).</para>
      </summary>
      <param name="destination">A <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/> object specifying a destination point.</param>
    </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 <see cref="P:DevExpress.Xpf.Map.BingRouteDataProvider.RouteOptions">BingRouteDataProvider.RouteOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingRouteDataProvider.RouteStroke">BingRouteDataProvider.RouteStroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingRouteDataProvider.RouteStrokeStyle">BingRouteDataProvider.RouteStrokeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingRouteIsochroneCalculatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.IsochroneCalculated"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneCalculatedEventArgs.#ctor(DevExpress.Xpf.Map.RouteIsochroneCalculationResult,System.Exception,System.Boolean,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingRouteIsochroneCalculatedEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochroneCalculatedEventArgs.CalculationResult">
      <summary>
        <para>Returns the result of an isochrone calculation (isoline polygon points and origin waypoint coordinates).</para>
      </summary>
      <value>Contains the result of the isochrone calculation.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingRouteIsochroneCalculatedEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.IsochroneCalculated">BingRouteIsochroneDataProvider.IsochroneCalculated</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider">
      <summary>
        <para>Allows you to use the Bing Maps service to calculate an isochrone and display it on the map. An isochrone shows an area reachable from a specific location.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.CalculateIsochroneByDistance(DevExpress.Xpf.Map.RouteWaypoint,System.Int32,System.Object)">
      <summary>
        <para>Calculates an isochrone based on a specified travel distance.</para>
      </summary>
      <param name="waypoint">Specifies an origin point’s coordinates.</param>
      <param name="maxDistance">Specifies the maximum travel distance for which the isochrone polygon is calculated. The default measurement unit is kilometer. Use the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.DistanceUnit">BingRouteIsochroneOptions.DistanceUnit</see> property to define the measurement unit.</param>
      <param name="userState">Specifies a user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.CalculateIsochroneByDistance(DevExpress.Xpf.Map.RouteWaypoint,System.Int32)">
      <summary>
        <para>Calculates an isochrone based on the specified travel distance.</para>
      </summary>
      <param name="waypoint">Specifies an origin point’s coordinates.</param>
      <param name="maxDistance">Specifies the maximum travel distance for which the isochrone polygon is calculated. The default measurement unit is kilometer. Use the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.DistanceUnit">BingRouteIsochroneOptions.DistanceUnit</see> property to define the measurement unit.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.CalculateIsochroneByTime(DevExpress.Xpf.Map.RouteWaypoint,System.Int32,System.Object)">
      <summary>
        <para>Calculates an isochrone based on a specified travel time.</para>
      </summary>
      <param name="waypoint">Specifies an origin point’s coordinates.</param>
      <param name="maxTime">Specifies the maximum travel time in which the isochrone polygon is calculated. The default measurement unit is second. Use the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.TimeUnit">BingRouteIsochroneOptions.TimeUnit</see> property to define the measurement unit.</param>
      <param name="userState">Specifies a user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.CalculateIsochroneByTime(DevExpress.Xpf.Map.RouteWaypoint,System.Int32)">
      <summary>
        <para>Calculates an isochrone based on a specified travel time.</para>
      </summary>
      <param name="waypoint">Specifies an origin point’s coordinates.</param>
      <param name="maxTime">Specifies the maximum travel time in which the isochrone polygon is calculated. The default measurement unit is second. Use the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.TimeUnit">BingRouteIsochroneOptions.TimeUnit</see> property to define the measurement unit.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.CalculateIsochroneByTimeWithTraffic(DevExpress.Xpf.Map.RouteWaypoint,System.Int32,System.DateTime,System.Object)">
      <summary>
        <para>Calculates a time-based isochrone based on traffic information for the specified point in time.</para>
      </summary>
      <param name="waypoint">Specifies an origin point’s coordinates.</param>
      <param name="maxTime">Specifies the maximum travel time in which the isochrone polygon is calculated. The default measurement unit is second. Use the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.TimeUnit">BingRouteIsochroneOptions.TimeUnit</see> property to define the measurement unit.</param>
      <param name="dateTime">Specifies a point in time used to obtain the current or predictive traffic information.</param>
      <param name="userState">Specifies a user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.CalculateIsochroneByTimeWithTraffic(DevExpress.Xpf.Map.RouteWaypoint,System.Int32,System.DateTime)">
      <summary>
        <para>Calculates a time-based isochrone based on traffic information for the specified point in time.</para>
      </summary>
      <param name="waypoint">Specifies an origin point’s coordinates.</param>
      <param name="maxTime">Specifies the maximum travel time in which the isochrone polygon is calculated. The default measurement unit is second. Use the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.TimeUnit">BingRouteIsochroneOptions.TimeUnit</see> property to define the measurement unit.</param>
      <param name="dateTime">Specifies a point in time used to obtain the current or predictive traffic information.</param>
    </member>
    <member name="E:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.IsochroneCalculated">
      <summary>
        <para>Occurs after an isochrone is calculated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.IsochroneOptions">
      <summary>
        <para>Returns the options used to calculate an isochrone.</para>
      </summary>
      <value>Stores options that are applied when an isochrone is calculated.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.IsochroneOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider.IsochroneOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingRouteIsochroneOptions">
      <summary>
        <para>Stores the options that are used to calculate an isochrone.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingRouteIsochroneOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.DistanceUnit">
      <summary>
        <para>Gets or sets the distance measurement unit for which an isochrone is calculated.</para>
      </summary>
      <value>The distance measurement unit. The default value is Kilometer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingRouteIsochroneOptions.DistanceUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.DistanceUnit"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.Mode">
      <summary>
        <para>Gets or sets the mode of transportation.</para>
      </summary>
      <value>A value that specifies the mode of transportation. The default value is Driving.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingRouteIsochroneOptions.ModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.Mode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.TimeUnit">
      <summary>
        <para>Gets or sets the measurement unit of time that is used to calculate an isochrone.</para>
      </summary>
      <value>The time measurement unit. The default measurement unit. The default value is Second.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingRouteIsochroneOptions.TimeUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingRouteIsochroneOptions.TimeUnit"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingRouteIsochronePolygonResult">
      <summary>
        <para>Stores an isochrone polygon’s calculation results received from the Bing Maps service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochronePolygonResult.#ctor(System.Collections.Generic.List{DevExpress.Xpf.Map.GeoPoint})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingRouteIsochronePolygonResult"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochronePolygonResult.Coordinates">
      <summary>
        <para>Returns a list of geographical coordinates that define the calculated isochrone vertices.</para>
      </summary>
      <value>A list of geographical points that are the resulting isochrone vertices.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingRouteIsochroneResult">
      <summary>
        <para>Stores the isochrone calculation result and the coordinates of the point for which the isochrone is calculated.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteIsochroneResult.#ctor(DevExpress.Xpf.Map.GeoPoint,System.Collections.Generic.List{DevExpress.Xpf.Map.BingRouteIsochronePolygonResult})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingRouteIsochroneResult"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochroneResult.Origin">
      <summary>
        <para>Returns the coordinates of the geographical point around which the <see cref="T:DevExpress.Xpf.Map.BingRouteIsochroneDataProvider"/> calculates an isochrone.</para>
      </summary>
      <value>A geographical point around which an isochrone is calculated.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteIsochroneResult.Polygons">
      <summary>
        <para>Returns a list of isochrone polygons.</para>
      </summary>
      <value>A list of polygons that specify the isochrone calculation result.</value>
    </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,DevExpress.Xpf.Map.LocationInformation,DevExpress.Xpf.Map.LocationInformation,System.Collections.Generic.List{DevExpress.Xpf.Map.BingItineraryItem},System.String,System.Double,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">BingRouteLeg.StartPoint</see> 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">BingRouteLeg.EndPoint</see> property.</param>
      <param name="startLocation">A <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> object specifying information about the start location. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteLeg.StartLocation">BingRouteLeg.StartLocation</see> property.</param>
      <param name="endLocation">A <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> object specifying information about the end location. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteLeg.StartLocation">BingRouteLeg.StartLocation</see> property.</param>
      <param name="itinerary">A list of <see cref="T:DevExpress.Xpf.Map.BingItineraryItem"/> objects specifying the list of itinerary items. This list is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteLeg.Itinerary">BingRouteLeg.Itinerary</see> property.</param>
      <param name="description">A <see cref="T:System.String"/> specifying the description of the route. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteLeg.Description">BingRouteLeg.Description</see> property.</param>
      <param name="distance">A <see cref="T:System.Double"/> value specifying the distance between the start and end points. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteLeg.Distance">BingRouteLeg.Distance</see> 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.BingRouteLeg.Time">BingRouteLeg.Time</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteLeg.#ctor(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.GeoPoint,System.Collections.Generic.List{DevExpress.Xpf.Map.BingItineraryItem},System.Double,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">BingRouteLeg.StartPoint</see> 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">BingRouteLeg.EndPoint</see> 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">BingRouteLeg.Itinerary</see> 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">BingRouteLeg.Distance</see> 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">BingRouteLeg.Time</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteLeg.Description">
      <summary>
        <para>Returns the description for the leg of the route.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the description text.</value>
    </member>
    <member name="P:DevExpress.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.EndLocation">
      <summary>
        <para>Returns information about the end location on the map.</para>
      </summary>
      <value><see cref="T:DevExpress.Xpf.Map.LocationInformation"/> object.</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.StartLocation">
      <summary>
        <para>Returns information about the start location on the map.</para>
      </summary>
      <value><see cref="T:DevExpress.Xpf.Map.LocationInformation"/> object.</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.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="F:DevExpress.Xpf.Map.BingRouteOptimization.MinimizeTimeAvoidClosure">
      <summary>
        <para>A route is calculated to minimize the time required to follow this route and avoid road closures. Traffic information is not used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingRouteOptimization.MinimizeTimeWithTraffic">
      <summary>
        <para>A route is calculated to minimize the time required to follow this route and uses current traffic information.</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 <see cref="T:DevExpress.Xpf.Map.BingRouteOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteOptions.AvoidRoads">
      <summary>
        <para>Gets or sets an option that allows limitation of the use of the toll or highway roads.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.BingAvoidRoads"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingRouteOptions.AvoidRoadsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingRouteOptions.AvoidRoads">BingRouteOptions.AvoidRoads</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingRouteOptions.DistanceUnit">BingRouteOptions.DistanceUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingRouteOptions.Mode">BingRouteOptions.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteOptions.OptimizeWaypoints">
      <summary>
        <para>Specifies whether the service rearranges route waypoints to reduce route cost.</para>
      </summary>
      <value>true if waypoints are rearranged; otherwise, false. The default value is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingRouteOptions.OptimizeWaypointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingRouteOptions.OptimizeWaypoints"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingRouteOptions.RouteOptimization">BingRouteOptions.RouteOptimization</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <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{DevExpress.Xpf.Map.GeoPoint},System.Double,System.TimeSpan,System.Collections.Generic.List{DevExpress.Xpf.Map.BingRouteLeg})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">BingRouteResult.RoutePath</see> 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">BingRouteResult.Distance</see> 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">BingRouteResult.Time</see> 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">BingRouteResult.Legs</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteResult.#ctor(System.Collections.Generic.List{DevExpress.Xpf.Map.GeoPoint},System.Double,System.TimeSpan,System.TimeSpan,System.Collections.Generic.List{DevExpress.Xpf.Map.BingRouteLeg},DevExpress.Xpf.Map.SearchBoundingBox)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">BingRouteResult.RoutePath</see> 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">BingRouteResult.Distance</see> 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">BingRouteResult.Time</see> property.</param>
      <param name="trafficTime">A <see cref="T:System.TimeSpan"/> value specifying the estimated time for the route passage in accordance with traffic congestion. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.TrafficTime">BingRouteResult.TrafficTime</see> 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">BingRouteResult.Legs</see> property.</param>
      <param name="boundingBox">A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object specifying the region containing the resulting route. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.BoundingBox">BingRouteResult.BoundingBox</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingRouteResult.#ctor(System.Collections.Generic.List{DevExpress.Xpf.Map.GeoPoint},System.Int32[],System.Double,System.TimeSpan,System.TimeSpan,System.Collections.Generic.List{DevExpress.Xpf.Map.BingRouteLeg},DevExpress.Xpf.Map.SearchBoundingBox)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingRouteResult"/> class with specified settings.</para>
      </summary>
      <param name="routePath">A list of <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> objects that specify the route path.</param>
      <param name="waypointsOrder">Returns an array of waypoint indexes. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.WaypointsOrder"/> property.</param>
      <param name="distance">A <see cref="T:System.Double"/> value that specifies the distance. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.Distance">BingRouteResult.Distance</see> property.</param>
      <param name="time">A <see cref="T:System.TimeSpan"/> value that specifies the time required to follow the calculated route. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.Time">BingRouteResult.Time</see> property.</param>
      <param name="trafficTime">A <see cref="T:System.TimeSpan"/> value that specifies the estimated time for the route passage in accordance with traffic congestion. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.TrafficTime">BingRouteResult.TrafficTime</see> property.</param>
      <param name="legs">A list of <see cref="T:DevExpress.Xpf.Map.BingRouteLeg"/> objects that specify all the route legs. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.Legs">BingRouteResult.Legs</see> property.</param>
      <param name="boundingBox">A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object that specifies the region containing the resulting route. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.BingRouteResult.BoundingBox">BingRouteResult.BoundingBox</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteResult.BoundingBox">
      <summary>
        <para>Returns the rectangular area containing the resulting Bing route.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object specifying the rectangular region.</value>
    </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="P:DevExpress.Xpf.Map.BingRouteResult.TrafficTime">
      <summary>
        <para>Returns the estimated traffic time based on the road congestion.</para>
      </summary>
      <value><see cref="T:System.TimeSpan"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingRouteResult.WaypointsOrder">
      <summary>
        <para>Returns an array of waypoint indexes.</para>
      </summary>
      <value>An array of indexes.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingSearchCompletedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingSearchDataProvider.SearchCompleted">BingSearchDataProvider.SearchCompleted</see> 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 <see cref="T:DevExpress.Xpf.Map.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.SearchCompletedEventArgs.RequestResult">SearchCompletedEventArgs.RequestResult</see> 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 the search operation should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
      <param name="userState">A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingSearchCompletedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingSearchDataProvider.SearchCompleted">BingSearchDataProvider.SearchCompleted</see> 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.BingSearchDataProvider">
      <summary>
        <para>The class that is used to send requests to the Bing Maps Search service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingSearchDataProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.Search(DevExpress.Xpf.Map.BingAddress,System.String,DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.SearchBoundingBox)">
      <summary>
        <para>Searches for locations that best correspond to the specified address around the specified geographical point in the defined region in accordance with local culture.</para>
      </summary>
      <param name="address">A <see cref="T:DevExpress.Xpf.Map.BingAddress"/> object specifying the address to look for.</param>
      <param name="culture">A <see cref="T:System.String"/> value specifying the local culture.</param>
      <param name="searchAnchorPoint">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.</param>
      <param name="boundingBox">A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object specifying the bounding region to be searched.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.Search(DevExpress.Xpf.Map.BingAddress)">
      <summary>
        <para>Searches for locations that best correspond to the specified address.</para>
      </summary>
      <param name="address">A <see cref="T:DevExpress.Xpf.Map.BingAddress"/> object specifying the required address.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.Search(System.String,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Searches for locations that best correspond to the specified keywords around the specified geographical point.</para>
      </summary>
      <param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
      <param name="searchAnchorPoint">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.</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 startingIndex is 5, first 4 results will be skipped.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.Search(System.String,System.String,DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.SearchBoundingBox)">
      <summary>
        <para>Searches for locations that best correspond to the specified keyword around the specified geographical point in the defined region in accordance with local culture.</para>
      </summary>
      <param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
      <param name="culture">A <see cref="T:System.String"/> value specifying the local culture.</param>
      <param name="searchAnchorPoint">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.</param>
      <param name="boundingBox">A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object specifying the bounding region to be searched.</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 startingIndex is 5, first 4 results will be skipped.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.Search(System.String,System.String,DevExpress.Xpf.Map.GeoPoint,System.String)">
      <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>
      <param name="culture">A <see cref="T:System.String"/> object, specifying the Culture name.</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.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 startingIndex is 5, the first 4 results will be skipped.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingSearchDataProvider.Search(System.String,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>
      <param name="culture">A <see cref="T:System.String"/> object, specifying the Culture name.</param>
    </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="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 <see cref="P:DevExpress.Xpf.Map.BingSearchDataProvider.SearchOptions">BingSearchDataProvider.SearchOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingSearchDataProvider.ShowSearchPanel">
      <summary>
        <para>Gets or sets a value indicating whether the Search Panel should be displayed.</para>
      </summary>
      <value>true to show the Search Panel; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingSearchDataProvider.ShowSearchPanelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingSearchDataProvider.ShowSearchPanel">BingSearchDataProvider.ShowSearchPanel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="T:DevExpress.Xpf.Map.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 it is necessary to automatically correct a search query.</para>
      </summary>
      <value>true to automatically correct a query; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingSearchOptions.AutocorrectQueryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingSearchOptions.AutocorrectQuery">BingSearchOptions.AutocorrectQuery</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingSearchOptions.DistanceUnit">BingSearchOptions.DistanceUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingSearchOptions.ResultsCount">BingSearchOptions.ResultsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.BingSearchOptions.SearchRadius">BingSearchOptions.SearchRadius</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingTrafficIncidentCalculatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.TrafficIncidentCalculated"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingTrafficIncidentCalculatedEventArgs.#ctor(DevExpress.Xpf.Map.TrafficIncidentCalculationResult,System.Exception,System.Boolean,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingTrafficIncidentCalculatedEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentCalculatedEventArgs.RequestResult">
      <summary>
        <para>Returns results of a request to a web service for traffic incident information.</para>
      </summary>
      <value>Contains traffic incident data obtained from a web service.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingTrafficIncidentCalculatedEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.TrafficIncidentCalculated">BingTrafficIncidentDataProvider.TrafficIncidentCalculated</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider">
      <summary>
        <para>Allows you to receive information about traffic incidents within a specified area from the Bing Maps service and display incident icons on the map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.Options">
      <summary>
        <para>Returns the options that the provider uses when it requests traffic incidents.</para>
      </summary>
      <value>Stores the options applied to the traffic incident request.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.OptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.Options"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.RequestTrafficIncidents(DevExpress.Xpf.Map.SearchBoundingBox,DevExpress.Xpf.Map.BingTrafficIncidentSeverity,DevExpress.Xpf.Map.BingTrafficIncidentType,System.Object)">
      <summary>
        <para>Requests incidents for the specified region.</para>
      </summary>
      <param name="boundingBox">Limits the area for which traffic incidents are requested.</param>
      <param name="severity">Specifies the severity level of incidents.</param>
      <param name="type">Specifies the type of incidents.</param>
      <param name="userState">Specifies a user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.RequestTrafficIncidents(DevExpress.Xpf.Map.SearchBoundingBox,DevExpress.Xpf.Map.BingTrafficIncidentSeverity,DevExpress.Xpf.Map.BingTrafficIncidentType)">
      <summary>
        <para>Requests incidents for the specified region.</para>
      </summary>
      <param name="boundingBox">Limits the area for which traffic incidents are requested.</param>
      <param name="severity">Specifies the severity level of incidents.</param>
      <param name="type">Specifies the type of incidents.</param>
    </member>
    <member name="E:DevExpress.Xpf.Map.BingTrafficIncidentDataProvider.TrafficIncidentCalculated">
      <summary>
        <para>Occurs after the provider has received a list of traffic incidents.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingTrafficIncidentOptions">
      <summary>
        <para>Contains options that are applied when the map control requests traffic incidents from a web service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingTrafficIncidentOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingTrafficIncidentOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentOptions.IncludeLocationCodes">
      <summary>
        <para>Gets or sets the value that specifies whether to include traffic location codes in the service response.</para>
      </summary>
      <value>true if location codes are included; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentOptions.IncludeLocationCodesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BingTrafficIncidentOptions.IncludeLocationCodes"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingTrafficIncidentResult">
      <summary>
        <para>Stores information about an incident.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BingTrafficIncidentResult.#ctor(DevExpress.Xpf.Map.GeoPoint,System.String,System.String,System.DateTime,System.DateTime,System.Int64,System.String,System.DateTime,System.Boolean,DevExpress.Xpf.Map.BingTrafficIncidentSeverity,DevExpress.Xpf.Map.GeoPoint,System.String[],DevExpress.Xpf.Map.BingTrafficIncidentType,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BingTrafficIncidentResult"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.CongestionInfo">
      <summary>
        <para>Returns the congestion description if the <see cref="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.Type">Type</see> of the traffic incident is Congestion.</para>
      </summary>
      <value>A string that contains additional information for the Congestion traffic incident.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.Description">
      <summary>
        <para>Returns the incident description.</para>
      </summary>
      <value>A string value that contains the incident description.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.EndTime">
      <summary>
        <para>Returns the time when the traffic incident will end.</para>
      </summary>
      <value>Specifies the time when the traffic incident will end.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.IncidentId">
      <summary>
        <para>Returns a unique ID for the incident.</para>
      </summary>
      <value>An integer that is a unique ID for the incident.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.LaneInfo">
      <summary>
        <para>Returns a description specific to lanes (for example, lane closures).</para>
      </summary>
      <value>A string that contains the lane-specific description.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.LastModified">
      <summary>
        <para>Returns the time of the last change to the incident-related data.</para>
      </summary>
      <value>A date-time value that specifies the time of the last change to the incident information.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.LocationCodes">
      <summary>
        <para>Returns a collection of traffic location codes if <see cref="P:DevExpress.Xpf.Map.BingTrafficIncidentOptions.IncludeLocationCodes"/> is enabled.</para>
      </summary>
      <value>A collection of traffic location codes.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.Point">
      <summary>
        <para>Returns geographical coordinates of the location where the incident occurs.</para>
      </summary>
      <value>A geographical point that specifies the incident location.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.RoadClosed">
      <summary>
        <para>Returns the value that specifies whether the road is closed.</para>
      </summary>
      <value>true if the road is closed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.Severity">
      <summary>
        <para>Returns the incident severity level.</para>
      </summary>
      <value>A value that specifies the severity level.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.StartTime">
      <summary>
        <para>Returns the time when the incident occurred.</para>
      </summary>
      <value>Specifies the time when the traffic incident occurred.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.ToPoint">
      <summary>
        <para>Returns the coordinates of the traffic incident’s endpoint (for example, the end of a construction zone).</para>
      </summary>
      <value>A geographical point that specifies the location of the traffic incident’s endpoint.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.Type">
      <summary>
        <para>Returns the incident type.</para>
      </summary>
      <value>A value that specifies the incident type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BingTrafficIncidentResult.Verified">
      <summary>
        <para>Returns the value that specifies whether the incident is visually verified or officially confirmed (for example, by the local police department).</para>
      </summary>
      <value>true if the incident is confirmed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingTrafficIncidentSeverity">
      <summary>
        <para>List incident severity levels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentSeverity.LowImpact">
      <summary>
        <para>The incident severity level is Low Impact.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentSeverity.Minor">
      <summary>
        <para>The incident severity level is Minor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentSeverity.Moderate">
      <summary>
        <para>The incident severity level is Moderate.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentSeverity.Serious">
      <summary>
        <para>The incident severity level is Serious.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BingTrafficIncidentType">
      <summary>
        <para>Lists traffic incident types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.Accident">
      <summary>
        <para>The type of incident is Accident.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.Alert">
      <summary>
        <para>The type of incident is Alert.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.Congestion">
      <summary>
        <para>The type of incident is Congestion.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.Construction">
      <summary>
        <para>The type of incident is Construction.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.DisabledVehicle">
      <summary>
        <para>The type of incident is Disabled Vehicle.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.MassTransit">
      <summary>
        <para>The type of incident is Mass Transit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.Miscellaneous">
      <summary>
        <para>The type of incident is Miscellaneous.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.OtherNews">
      <summary>
        <para>The type of incident is Other News.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.PlannedEvent">
      <summary>
        <para>The type of incident is Planned Event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.RoadHazard">
      <summary>
        <para>The type of incident is Road Hazard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingTrafficIncidentType.Weather">
      <summary>
        <para>The type of incident is Weather.</para>
      </summary>
    </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.BingUsageType">
      <summary>
        <para>Lists ways to use geocode points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingUsageType.Display">
      <summary>
        <para>A geocode point should be used to show the location on a map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingUsageType.None">
      <summary>
        <para>The response from a Bing Maps Service does not contain the UsageType field for the geocode point.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.BingUsageType.Route">
      <summary>
        <para>A geocode point should be used to create a route to the location.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.BraunStereographicProjection">
      <summary>
        <para>Represents the Braun stereographic map projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BraunStereographicProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BraunStereographicProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BraunStereographicProjection.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.BraunStereographicProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.Xpf.Map.BraunStereographicProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.BubbleChartDataAdapter">
      <summary>
        <para>The data adapter that provides data to generate Bubble chart items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.BubbleChartDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.BubbleChartDataAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.BubbleChartDataAdapter.BubbleSettings">
      <summary>
        <para>Gets or sets map bubble charts settings used to display the <see cref="T:DevExpress.Xpf.Map.BubbleChartDataAdapter"/> data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapBubbleSettings"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BubbleChartDataAdapter.BubbleSettingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BubbleChartDataAdapter.BubbleSettings">BubbleChartDataAdapter.BubbleSettings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.BubbleChartDataAdapter.Mappings">
      <summary>
        <para>Contains information on how data for chart items should be obtained from a data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapBubbleMappingInfo"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.BubbleChartDataAdapter.MappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.BubbleChartDataAdapter.Mappings">BubbleChartDataAdapter.Mappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.CacheOptions.Directory">CacheOptions.Directory</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.CacheOptions.KeepInterval">CacheOptions.KeepInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.CapabilitiesRespondedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.WmsDataProvider.ResponseCapabilities"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CapabilitiesRespondedEventArgs.#ctor(DevExpress.Xpf.Map.WmsLayerCollection,System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CapabilitiesRespondedEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="layers">The <see cref="T:DevExpress.Xpf.Map.WmsLayerCollection"/> value provides available layers from a Web Map Service.</param>
      <param name="exception">A <see cref="T:System.Exception"/> that has been thrown.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.CapabilitiesRespondedEventArgs.Exception">
      <summary>
        <para>Gets a thrown exception.</para>
      </summary>
      <value>An <see cref="T:System.Exception"/> that has been thrown.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.CapabilitiesRespondedEventArgs.Layers">
      <summary>
        <para>Returns a collection of available layers supported by a Web Map Service.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Map.WmsLayer"/> objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.CapabilitiesRespondedEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Map.WmsDataProvider.ResponseCapabilities"/> event.</para>
      </summary>
      <param name="sender">Event source.</param>
      <param name="e">Event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.CartesianMapCoordinateSystem">
      <summary>
        <para>This class allows use of the Cartesian coordinate system for the Map Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianMapCoordinateSystem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CartesianMapCoordinateSystem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianMapCoordinateSystem.ConvertCoordinate(System.Double,DevExpress.Xpf.Map.MeasureUnit,DevExpress.Xpf.Map.MeasureUnit)">
      <summary>
        <para>Converts the coordinate from one measure unit to another.</para>
      </summary>
      <param name="coordinate">A <see cref="T:System.Double"/> value coordinate in the old measure unit.</param>
      <param name="fromUnit">A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object, which is the old measure unit.</param>
      <param name="toUnit">A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object, which is the new measure unit.</param>
      <returns>A <see cref="T:System.Double"/> value coordinate in the new measure unit.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianMapCoordinateSystem.ConvertPoint(DevExpress.Map.CoordPoint,DevExpress.Xpf.Map.MeasureUnit,DevExpress.Xpf.Map.MeasureUnit)">
      <summary>
        <para>Converts a point from one measure unit to another.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object, which is the point in the old measure unit.</param>
      <param name="fromUnit">A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object, the old measure unit.</param>
      <param name="toUnit">A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object, the new measure unit.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.CartesianPoint"/> object, which is a point in the new measure unit.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.CartesianMapCoordinateSystem.MeasureUnit">
      <summary>
        <para>Gets or sets a measure unit used by the Cartesian coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.CartesianMapCoordinateSystem.MeasureUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.CartesianMapCoordinateSystem.MeasureUnit">CartesianMapCoordinateSystem.MeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.CartesianPoint">
      <summary>
        <para>A Cartesian point on the map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianPoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CartesianPoint"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianPoint.#ctor(System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CartesianPoint"/> class with the specified X and Y coordinates.</para>
      </summary>
      <param name="x">A <see cref="T:System.Double"/> object</param>
      <param name="y">A <see cref="T:System.Double"/> object</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianPoint.Offset(System.Double,System.Double)">
      <summary>
        <para>Initializes an instance of a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object offset by specified values.</para>
      </summary>
      <param name="offsetX">A <see cref="T:System.Double"/> value specifying an X coordinate offset.</param>
      <param name="offsetY">A <see cref="T:System.Double"/> value specifying an Y coordinate offset.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.CartesianPoint"/> object, which is the offset initial point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianPoint.Parse(System.String)">
      <summary>
        <para>Initializes a Cartesian point from a string.</para>
      </summary>
      <param name="source">A String value representing a point.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.CartesianPoint"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.CartesianPoint.X">
      <summary>
        <para>Gets or sets the value of an X coordinate of a Cartesian point.</para>
      </summary>
      <value>A Double value representing the value of an X coordinate.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.CartesianPoint.Y">
      <summary>
        <para>Gets or sets the value of a Y coordinate of a Cartesian point.</para>
      </summary>
      <value>A Double value representing the value of a Y coordinate.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.CartesianSourceCoordinateSystem">
      <summary>
        <para>This class defines the Cartesian coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CartesianSourceCoordinateSystem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CartesianSourceCoordinateSystem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.CartesianSourceCoordinateSystem.MeasureUnit">
      <summary>
        <para>Gets or sets the measure unit used by this Cartesian coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.CartesianSourceCoordinateSystem.MeasureUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.CartesianSourceCoordinateSystem.MeasureUnit">CartesianSourceCoordinateSystem.MeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ChartDataSourceAdapter">
      <summary>
        <para>The base class for data adapters that provide data to generate chart items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ChartDataSourceAdapter.GetItemListSourceIndices(System.Object)">
      <summary>
        <para>Returns the indices of items in the source list for the specified item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> or a <see cref="T:DevExpress.Xpf.Map.PieSegment"/> object.</param>
      <returns>An array of integer values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemIdDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the ID values of chart items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemIdDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemIdDataMember">ChartDataSourceAdapter.ItemIdDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemMaxSize">
      <summary>
        <para>Specifies the maximum size of generated chart items.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the maximum chart size, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemMaxSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemMaxSize">ChartDataSourceAdapter.ItemMaxSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemMinSize">
      <summary>
        <para>Specifies the minimum size of generated chart items.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the minimum chart size, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemMinSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.ItemMinSize">ChartDataSourceAdapter.ItemMinSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.MeasureRules">
      <summary>
        <para>Specifies rules to define the meaning of the size for generated chart items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureRules"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ChartDataSourceAdapter.MeasureRulesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.MeasureRules">ChartDataSourceAdapter.MeasureRules</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.SummaryFunction">
      <summary>
        <para>Specifies the summary function to aggregate data when generating chart items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.SummaryFunction"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ChartDataSourceAdapter.SummaryFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ChartDataSourceAdapter.SummaryFunction">ChartDataSourceAdapter.SummaryFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.ChartDataSourceAdapter.UpdateItemsSize">
      <summary>
        <para>Updates the sizes of chart items.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ChoroplethColorizer">
      <summary>
        <para>Represents the Choropleth-like colorizer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ChoroplethColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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>true, if an approximation algorithm is applied to colors in a colorizer; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ChoroplethColorizer.ApproximateColorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ChoroplethColorizer.ApproximateColors">ChoroplethColorizer.ApproximateColors</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.ChoroplethColorizer.GetColor(System.Double)">
      <summary>
        <para>Returns a color by the value that corresponds to the specified range stops on a map legend.</para>
      </summary>
      <param name="value">A double value that is a data property value.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> structure that is the color on a map legend for colorizing map shapes.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.ChoroplethColorizer.GetItemColor(DevExpress.Xpf.Map.IColorizerElement)">
      <summary>
        <para>Returns the color of the corresponding map item obtained from the <see cref="T:DevExpress.Xpf.Map.ChoroplethColorizer"/>.</para>
      </summary>
      <param name="item">An object implementing the <see cref="T:DevExpress.Xpf.Map.IColorizerElement"/> interface.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> structure that is the color of the corresponding map item.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.ChoroplethColorizer.RangeDistribution">
      <summary>
        <para>Gets or sets the distribution type of the color range in a colorizer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.RangeDistributionBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ChoroplethColorizer.RangeDistributionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ChoroplethColorizer.RangeDistribution">ChoroplethColorizer.RangeDistribution</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.ChoroplethColorizer.RangeStops">ChoroplethColorizer.RangeStops</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.ChoroplethColorizer.ValueProvider">ChoroplethColorizer.ValueProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.CircularScrollingMode">
      <summary>
        <para>Lists values that indicate items that should be circularly scrolled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.CircularScrollingMode.None">
      <summary>
        <para>Nothing should be circularly scrolled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.CircularScrollingMode.TilesAndVectorItems">
      <summary>
        <para>Tiles and vector items should be circularly scrolled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ClusteredEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapClusterer.Clustered">MapClusterer.Clustered</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ClusteredEventArgs.Items">
      <summary>
        <para>Returns the collection of cluster representatives.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects that are cluster representatives.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ClusteredEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapClusterer.Clustered">MapClusterer.Clustered</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Map.MapClusterer"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Map.ClusteredEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.ClusteringEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapClusterer.Clustering">MapClusterer.Clustering</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Map.MapClusterer"/> which raised the event.</param>
      <param name="e">A <see cref="T:System.EventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.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 <see cref="T:DevExpress.Xpf.Map.ColorCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ColorizerKeyItem">
      <summary>
        <para>A key for the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ColorizerKeyItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ColorizerKeyItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ColorizerKeyItem.Key">
      <summary>
        <para>Gets or sets the key of the <see cref="T:DevExpress.Xpf.Map.ColorizerKeyItem"/> object.</para>
      </summary>
      <value>A <see cref="T:System.Object"/>, which is the key.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ColorizerKeyItem.KeyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ColorizerKeyItem.Key">ColorizerKeyItem.Key</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ColorizerKeyItem.Name">
      <summary>
        <para>Gets or sets the key value of the <see cref="T:DevExpress.Xpf.Map.ColorizerKeyItem"/>.</para>
      </summary>
      <value>A <see cref="T:System.Object"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ColorizerKeyItem.NameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ColorizerKeyItem.Name">ColorizerKeyItem.Name</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ColorizerKeyItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ColorizerKeyItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ColorizerKeyItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ColorLegend">
      <summary>
        <para>The base class for all color legends.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ColorLegend.CustomItems">
      <summary>
        <para>Gets or sets a collection of custom color legend items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ColorLegendItemCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ColorLegend.CustomItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ColorLegend.CustomItems">ColorLegend.CustomItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ColorLegend.ItemTemplate">
      <summary>
        <para>Gets or sets the template that specifies the visual representation of the legend’s items.</para>
      </summary>
      <value>The <see cref="T:System.Windows.DataTemplate"/> object that specifies the visual representation of the legend’s items.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ColorLegend.ItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ColorLegend.ItemTemplate">ColorLegend.ItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ColorLegendItem">
      <summary>
        <para>An item that stores information about the color and description of the <see cref="T:DevExpress.XtraMap.ColorLegendBase"/> class descendants.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ColorLegendItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ColorLegendItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ColorLegendItem.Color">
      <summary>
        <para>Gets or sets the color of the <see cref="T:DevExpress.Xpf.Map.ColorLegendItem"/>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ColorLegendItemCollection">
      <summary>
        <para>The collection of <see cref="T:DevExpress.Xpf.Map.ColorLegendItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ColorLegendItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ColorLegendItemCollection"/> class with default settings.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Map.ColorListLegend"/> 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 <see cref="T:DevExpress.Xpf.Map.ColorScaleLegend"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ColorScaleLegend.EnableGradientScale">
      <summary>
        <para>Gets or sets whether a gradient applies across a <see href="https://docs.devexpress.com/WPF/15045/controls-and-libraries/map-control/visual-elements/legends">legend</see>‘s color items.</para>
      </summary>
      <value>true, if the gradient mode is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ColorScaleLegend.EnableGradientScaleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ColorScaleLegend.EnableGradientScale">ColorScaleLegend.EnableGradientScale</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ConicCartesianToGeoConverter">
      <summary>
        <para>The base class for converters from a conic projected coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ConicCartesianToGeoConverter.StandardParallelN">
      <summary>
        <para>Gets or sets the value of the north standard parallel.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ConicCartesianToGeoConverter.StandardParallelS">
      <summary>
        <para>Gets or sets the value of the south standard parallel.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ConnectionProtocol">
      <summary>
        <para>Lists all available connection protocols.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ConnectionProtocol.Http">
      <summary>
        <para>The HTTP protocol.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ConnectionProtocol.Https">
      <summary>
        <para>The HTTPS protocol.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ContourInfo">
      <summary>
        <para>The structure that provides information about a map item’s outline.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ContourInfo.#ctor(DevExpress.Xpf.Map.ReadOnlyCoordPointCollection,System.Boolean,System.Int32)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Map.ContourInfo"/> instance with the specified parameters.</para>
      </summary>
      <param name="points">The collection of points that form a map item’s contour.</param>
      <param name="isClosed">The value that indicates whether the map item’s contour is closed.</param>
      <param name="innerIndex">The contour boundary index.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.ContourInfo.#ctor(DevExpress.Xpf.Map.ReadOnlyCoordPointCollection,System.Boolean)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Map.ContourInfo"/> instance with the specified parameters.</para>
      </summary>
      <param name="points">The collection of points that form a map item’s contour.</param>
      <param name="isClosed">The value that indicates whether the map item’s contour is closed.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.ContourInfo.InnerIndex">
      <summary>
        <para>Returns the contour boundary index.</para>
      </summary>
      <value>An integer number.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ContourInfo.IsClosed">
      <summary>
        <para>Returns the value identifying whether the map item’s contour is closed.</para>
      </summary>
      <value>true if the contour is closed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ContourInfo.Points">
      <summary>
        <para>Returns coordinate points that form the map item’s contour.</para>
      </summary>
      <value>The coordinate points’ collection.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ContourInfoList">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Xpf.Map.ContourInfo"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ContourInfoList.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ContourInfoList"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.CoordinateConverterBase">
      <summary>
        <para>The base class for all coordinate converters.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CoordinateConverterBase.Convert(DevExpress.Map.CoordPoint)">
      <summary>
        <para>Converts the specified point from one coordinate system to another.</para>
      </summary>
      <param name="sourcePoint">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant that is a point in the old coordinate system.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object that is a converted point.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.CoordinatesPanelOptions">
      <summary>
        <para>Contains options that define the position and layout of the <see href="https://docs.devexpress.com/WPF/10953/controls-and-libraries/map-control/visual-elements/navigation-elements/coordinates-panel">Coordinates Panel</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CoordinatesPanelOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CoordinatesPanelOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.CoordinateSystemDataAdapterBase">
      <summary>
        <para>The base class for adapters, whose data should be interpreted by the coordinate system.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.CoordinateSystemDataAdapterBase.SourceCoordinateSystem">
      <summary>
        <para>Gets or sets the coordinate system of a data adapter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.SourceCoordinateSystem"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.CoordinateSystemDataAdapterBase.SourceCoordinateSystemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.CoordinateSystemDataAdapterBase.SourceCoordinateSystem">CoordinateSystemDataAdapterBase.SourceCoordinateSystem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.CoordPointCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CoordPointCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CoordPointCollection.Parse(System.String)">
      <summary>
        <para>Converts the string representation of a geographical point to its <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/> equivalent.</para>
      </summary>
      <param name="source">A string containing geographical coordinates, separated by a comma or whitespace.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/> object that is equivalent to the specified string.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.CoordPointCollection.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.CoordPointCollection.ToString(System.IFormatProvider)">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/>.</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 the <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.CustomizeMapItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.DataSourceAdapterBase.CustomizeMapItem">DataSourceAdapterBase.CustomizeMapItem</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.CustomizeMapItemEventArgs.#ctor(DevExpress.Xpf.Map.MapItem,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.CustomizeMapItemEventArgs"/> class with the specified event argument values.</para>
      </summary>
      <param name="mapItem">A customized <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant object.</param>
      <param name="sourceObject">A <see cref="T:DevExpress.Xpf.Map.DataSourceAdapterBase"/> class descendant object, which is customized in this event.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.CustomizeMapItemEventArgs.MapItem">
      <summary>
        <para>The generated map item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.CustomizeMapItemEventArgs.SourceObject">
      <summary>
        <para>The object used to generate the map item.</para>
      </summary>
      <value>An <see cref="T:System.Object"/>.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.CustomizeMapItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.DataSourceAdapterBase.CustomizeMapItem">DataSourceAdapterBase.CustomizeMapItem</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Map.CustomizeMapItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.DataProviderLegend">
      <summary>
        <para>The base class for legends that obtain data from map data providers.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.DataSourceAdapterBase">
      <summary>
        <para>The base class for data adapters that can load data from data sources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.DataSourceAdapterBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.DataSourceAdapterBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.DataSourceAdapterBase.AttributeMappings">
      <summary>
        <para>Provides access to the collection of attribute mappings.</para>
      </summary>
      <value>A collection containing <see cref="T:DevExpress.Xpf.Map.MapItemAttributeMapping"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.DataSourceAdapterBase.AttributeMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.DataSourceAdapterBase.AttributeMappings">DataSourceAdapterBase.AttributeMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.DataSourceAdapterBase.CustomizeMapItem">
      <summary>
        <para>Occurs when <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see> are generated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.DataSourceAdapterBase.DataMember">
      <summary>
        <para>Specifies the name of an object in a data source to provide data for a data adapter.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.DataSourceAdapterBase.DataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.DataSourceAdapterBase.DataMember">DataSourceAdapterBase.DataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.DataSourceAdapterBase.DataSource">
      <summary>
        <para>Specifies the data source to provide data for a data adapter.</para>
      </summary>
      <value>A <see cref="T:System.Object"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.DataSourceAdapterBase.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.DataSourceAdapterBase.DataSource">DataSourceAdapterBase.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.DataSourceAdapterBase.GetItemBySourceObject(System.Object)">
      <summary>
        <para>Gets a map item by the source object.</para>
      </summary>
      <param name="sourceObject">A source object.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapItem">MapItem</see> object that is obtained from the source object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.DataSourceAdapterBase.GetItemSourceObject(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Returns the source object of the specified map item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object.</param>
      <returns>A <see cref="T:System.Object"/> that is the source object of the item.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.DistanceBasedClusterer">
      <summary>
        <para>The clusterer based on the building distance tree.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.DistanceBasedClusterer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.DistanceBasedClusterer"/> class with default settings.</para>
      </summary>
    </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.DouglasPeuckerShapeSimplifier">
      <summary>
        <para>Determines the Douglas-Peucker shape simplification algorithm.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.DouglasPeuckerShapeSimplifier.#ctor">
      <summary>
        <para>Initializes a new instance of the DouglasPeuckerShapeSimplifier class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.DynamicMiniMapBehavior">
      <summary>
        <para>This class provides the dynamic mini map behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.DynamicMiniMapBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.DynamicMiniMapBehavior"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.DynamicMiniMapBehavior.MaxZoomLevel">
      <summary>
        <para>Gets or sets the maximum value of the mini map zoom level.</para>
      </summary>
      <value>A double value, specifying the maximum of zoom level.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.DynamicMiniMapBehavior.MaxZoomLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.DynamicMiniMapBehavior.MaxZoomLevel">DynamicMiniMapBehavior.MaxZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.DynamicMiniMapBehavior.MinZoomLevel">
      <summary>
        <para>Gets or sets the minimum value of the mini map zoom level.</para>
      </summary>
      <value>Gets or sets the minimum value of the mini map zoom level.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.DynamicMiniMapBehavior.MinZoomLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.DynamicMiniMapBehavior.MinZoomLevel">DynamicMiniMapBehavior.MinZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.DynamicMiniMapBehavior.ZoomOffset">
      <summary>
        <para>Gets or sets the mini map zoom level offset relative to the map control zoom level.</para>
      </summary>
      <value>A double value, specifying the offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.DynamicMiniMapBehavior.ZoomOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.DynamicMiniMapBehavior.ZoomOffset">DynamicMiniMapBehavior.ZoomOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.EditableItemHitInfo">
      <summary>
        <para>Stores the Editable Item’s hit test information.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.EditableItemHitInfo.ContourIndex">
      <summary>
        <para>Returns the zero-based index of the editable item’s contour whose edge or point is under the hit tested point.</para>
      </summary>
      <value>The zero-based index of the editable item’s contour whose edge or point is under the hit tested point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.EditableItemHitInfo.EndIndex">
      <summary>
        <para>Returns the zero-based index of the second point that constitutes the edge under the hot tracked point.</para>
      </summary>
      <value>The zero-based index of the second point that constitutes the edge under the hot tracked point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.EditableItemHitInfo.Item">
      <summary>
        <para>Returns the editable items whose edge or point is under the hit tested point.</para>
      </summary>
      <value>The editable items whose edge or point is under the hit tested point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.EditableItemHitInfo.StartIndex">
      <summary>
        <para>Returns the zero-based index of the first point that constitutes the edge under the hot tracked point.</para>
      </summary>
      <value>The zero-based index of the first point that constitutes the edge under the hot tracked point.</value>
    </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 (the SHIFT key or Ctrl key is held down) or deselects map elements (the Ctrl key is held down).</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.ElevationInformation">
      <summary>
        <para>Contains elevation information about a geographical point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ElevationInformation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ElevationInformation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ElevationInformation.Elevation">
      <summary>
        <para>Gets or sets the elevation value in the specified geographical point.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the elevation expressed in meters.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ElevationInformation.ElevationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ElevationInformation.Elevation">ElevationInformation.Elevation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ElevationInformation.Location">
      <summary>
        <para>Gets or sets the location by the geographical point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ElevationInformation.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ElevationInformation.Location">ElevationInformation.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ElevationRequestResult">
      <summary>
        <para>The result of the elevation data request to a map service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ElevationRequestResult.#ctor(DevExpress.Xpf.Map.ElevationInformation[],DevExpress.Xpf.Map.RequestResultCode,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ElevationRequestResult"/> class with the specified parameters.</para>
      </summary>
      <param name="elevations">An array of the <see cref="T:DevExpress.Xpf.Map.ElevationInformation"/> objects specifying the location elevations received from a web service.</param>
      <param name="statusCode">A <see cref="T:DevExpress.Xpf.Map.RequestResultCode"/> object specifying the request result code.</param>
      <param name="faultReason">A <see cref="T:System.String"/> value specifying the reason for the request fault.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.ElevationRequestResult.Locations">
      <summary>
        <para>Returns the requested locations with corresponding elevations.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.Xpf.Map.ElevationInformation"/> objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ElevationsCalculatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingElevationDataProvider.ElevationsCalculated">BingElevationDataProvider.ElevationsCalculated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ElevationsCalculatedEventArgs.#ctor(DevExpress.Xpf.Map.ElevationRequestResult,System.Exception,System.Boolean,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ElevationsCalculatedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="result">A <see cref="T:DevExpress.Xpf.Map.ElevationRequestResult"/> object specifying the request result to a web service. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.ElevationsCalculatedEventArgs.Result">ElevationsCalculatedEventArgs.Result</see> 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 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.ElevationsCalculatedEventArgs.Result">
      <summary>
        <para>Returns the result of the elevation calculation.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ElevationRequestResult"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ElevationsCalculatedEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Map.BingElevationDataProvider.ElevationsCalculated">BingElevationDataProvider.ElevationsCalculated</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="E:DevExpress.Xpf.Map.BingElevationDataProvider.ElevationsCalculated">BingElevationDataProvider.ElevationsCalculated</see> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.Ellipsoid">
      <summary>
        <para>This class represents an ellipsoid used to build a projected coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.Ellipsoid.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.Ellipsoid.#ctor(System.Double,System.Double,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> class with the specified parameters.</para>
      </summary>
      <param name="semimajorAxis">A <see cref="T:System.Double"/> object specifying the semimajor axis value of an ellipsoid.</param>
      <param name="inverseFlattening">A <see cref="T:System.Double"/> object specifying the inverse flattering of an ellipsoid.</param>
      <param name="name">A <see cref="T:System.String"/> object specifying the name of ellipsoid.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.AustralianNational66">
      <summary>
        <para>Returns the Australian National (1966) ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.Ellipsoid.CreateBySemiMajorAxisAndInverseFlattening(System.Double,System.Double,System.String)">
      <summary>
        <para>Initializes an instance of the <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> class with the specified semi-major axis and inverse flattening values.</para>
      </summary>
      <param name="semimajor">The semi-major axis value.</param>
      <param name="inverseFlattening">The inverse flattening value.</param>
      <param name="name">The name of an ellipsoid.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.Ellipsoid.CreateBySemiMajorAxisAndInverseFlattening(System.Double,System.Double)">
      <summary>
        <para>Initializes an instance of the <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> class with the specified semi-major axis and inverse flattening values.</para>
      </summary>
      <param name="semimajor">The semi-major axis value.</param>
      <param name="inverseFlattening">The inverse flattening value.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.Ellipsoid.CreateByTwoAxes(System.Double,System.Double,System.String)">
      <summary>
        <para>Initializes an instance of the <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> class semi-major and semi-minor axis values.</para>
      </summary>
      <param name="semimajor">The semi-major axis value.</param>
      <param name="semiminor">The semi-minor axis value.</param>
      <param name="name">The name of an ellipsoid.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.Ellipsoid.CreateByTwoAxes(System.Double,System.Double)">
      <summary>
        <para>Initializes an instance of the <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> class semi-major and semi-minor axis values.</para>
      </summary>
      <param name="semimajor">The semi-major axis value.</param>
      <param name="semiminor">The semi-minor axis value.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.Flattening">
      <summary>
        <para>Returns the flattering value of an ellipsoid</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.Ellipsoid.GetPredefinedEllipsoids">
      <summary>
        <para>Returns an array of predefined ellipsoids.</para>
      </summary>
      <returns>An array of <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> objects, which represent predefined ellipsoids.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.GRS67">
      <summary>
        <para>Returns the GRS-67 ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.GRS80">
      <summary>
        <para>Returns the GRS-80 ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.GSK11">
      <summary>
        <para>Returns the GSK-2011 ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.IERS03">
      <summary>
        <para>Returns the IERS (2003) ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.IERS89">
      <summary>
        <para>Returns the [IERS (2003)](</para>
        <para>) ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.InverseFlattening">
      <summary>
        <para>Gets or sets the inverse flattering of an ellipsoid.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.Krassovsky">
      <summary>
        <para>Returns the Krassovsky (1940) ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.Name">
      <summary>
        <para>Gets or sets the name of an ellipsoid.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.NewInternational67">
      <summary>
        <para>Returns the New International (1967) ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.PZ90">
      <summary>
        <para>Returns the PZ-90 ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.SemimajorAxis">
      <summary>
        <para>Gets or sets the semimajor axis value of an ellipsoid.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.SemiminorAxis">
      <summary>
        <para>Returns the semiminor axis value of an ellipsoid.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.SouthAmerican69">
      <summary>
        <para>Returns the South American (1969) ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.SquareOfEccentricity">
      <summary>
        <para>Returns the square of eccentricity value of an ellipsoid.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.WGS66">
      <summary>
        <para>Returns the WGS 66 ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.WGS72">
      <summary>
        <para>Returns the WGS 72 ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Ellipsoid.WGS84">
      <summary>
        <para>Returns the WGS 84 ellipsoid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.EllipsoidBasedCartesianToGeoConverter">
      <summary>
        <para>The base class for converters from an ellipsoid based projected coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.EllipsoidBasedCartesianToGeoConverter.Ellipsoid">
      <summary>
        <para>Gets or sets the ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.EllipsoidBasedCartesianToGeoConverter.FalseEasting">
      <summary>
        <para>Gets or sets the false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.EllipsoidBasedCartesianToGeoConverter.FalseNorthing">
      <summary>
        <para>Gets or sets the false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.EllipsoidBasedCartesianToGeoConverter.PrimeMeridian">
      <summary>
        <para>Gets or sets the prime meridian of the coordinate system to which the Cartesian system is converted.</para>
      </summary>
      <value>The prime meridian.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.EllipsoidBasedCartesianToGeoConverter.ProjectionCenter">
      <summary>
        <para>Gets or sets the central meridian and the latitude of the projection’s origin, used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object whose <see cref="P:DevExpress.Xpf.Map.GeoPoint.Latitude">GeoPoint.Latitude</see> represents the latitude of the projection’s origin and <see cref="P:DevExpress.Xpf.Map.GeoPoint.Longitude">GeoPoint.Longitude</see> represents the central meridian.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.EllipticalMercatorProjection">
      <summary>
        <para>A class that defines methods specific to the Elliptical Mercator Projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EllipticalMercatorProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.EllipticalMercatorProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EllipticalMercatorProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.EllipticalMercatorProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.EllipticalMercatorProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.EPSG4326Projection">
      <summary>
        <para>The map projection that saves scales of distances along specified lines.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EPSG4326Projection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.EPSG4326Projection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EPSG4326Projection.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.EPSG4326Projection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.Xpf.Map.EPSG4326Projection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.EqualAreaProjection">
      <summary>
        <para>A class that defines methods specific to the Equal Area Projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EqualAreaProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.EqualAreaProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EqualAreaProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.EqualAreaProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.EqualAreaProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.EquationRangeDistribution">
      <summary>
        <para>The base for classes that define exponential and logarithmic distribution of color ranges in a colorizer.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.EquationRangeDistribution.Factor">
      <summary>
        <para>Gets or sets the factor specifying the percentages of the starting color and the ending color in the colorizer.</para>
      </summary>
      <value>A factor that specifies the percentages of the starting color and the ending color to be used at the corresponding position in the colorizer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.EquationRangeDistribution.FactorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.EquationRangeDistribution.Factor">EquationRangeDistribution.Factor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.EquidistantProjection">
      <summary>
        <para>Represents the cylindrical equidistant map projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EquidistantProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.EquidistantProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EquidistantProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.EquidistantProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.EquidistantProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.EquirectangularProjection">
      <summary>
        <para>A class that defines methods specific to the Equirectangular Projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EquirectangularProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.EquirectangularProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.EquirectangularProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.EquirectangularProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.EquirectangularProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection">
      <summary>
        <para>A class that defines methods specific to the Lambert azimuthal equal-area projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection.BoundingBox">
      <summary>
        <para>Gets projection bounds.</para>
      </summary>
      <value>An object that contains information about projection bounds.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection.CentralMeridian">
      <summary>
        <para>Gets the central meridian of the projection.</para>
      </summary>
      <value>A value that specifies the central meridian of the projection.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection.OriginLatitude">
      <summary>
        <para>Gets the latitude of the projection.</para>
      </summary>
      <value>A value that specifies the latitude of the projection.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection"/>.</para>
      </summary>
      <returns>The <see cref="T:DevExpress.Xpf.Map.Etrs89LambertAzimuthalEqualAreaProjection"/> textual representation.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.ExponentialRangeDistribution">
      <summary>
        <para>Represents the exponential distribution of color ranges in a colorizer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ExponentialRangeDistribution.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ExponentialRangeDistribution"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ExponentialRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
      <summary>
        <para>Converts the specified range value.</para>
      </summary>
      <param name="min">A <see cref="T:System.Double"/> value that specifies the minimum conversion result.</param>
      <param name="max">A <see cref="T:System.Double"/> value that specifies the maximum conversion result.</param>
      <param name="value">A <see cref="T:System.Double"/> value to be converted.</param>
      <returns>A <see cref="T:System.Double"/> object that is the result of the conversion.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.FixedMiniMapBehavior">
      <summary>
        <para>This class provides the fixed mini map behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.FixedMiniMapBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.FixedMiniMapBehavior"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.FixedMiniMapBehavior.CenterPoint">
      <summary>
        <para>Gets or sets a center point of a mini map.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.FixedMiniMapBehavior.CenterPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.FixedMiniMapBehavior.CenterPoint">FixedMiniMapBehavior.CenterPoint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.FixedMiniMapBehavior.ZoomLevel">
      <summary>
        <para>Gets or sets the zoom level of a mini map.</para>
      </summary>
      <value>A double value, specifying the zoom level.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.FixedMiniMapBehavior.ZoomLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.FixedMiniMapBehavior.ZoomLevel">FixedMiniMapBehavior.ZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.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">RequestResultBase.ResultCode</see> 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">RequestResultBase.FaultReason</see> 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">GeocodeRequestResult.Locations</see> 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.GeoJsonFileDataAdapter">
      <summary>
        <para>A data adapter that loads data from GeoJSON files, and displays it on vector <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoJsonFileDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.GeoJsonFileDataAdapter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.GeoMapCoordinateSystem">
      <summary>
        <para>This class allows use of the Geographical coordinate system for the Map Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoMapCoordinateSystem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.GeoMapCoordinateSystem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.GeoMapCoordinateSystem.CircularScrollingMode">
      <summary>
        <para>Gets or sets a value that indicates which map items are available for circular scrolling. This is a dependency property.</para>
      </summary>
      <value>The value that indicates which map items are available for circular scrolling.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.GeoMapCoordinateSystem.CircularScrollingModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.GeoMapCoordinateSystem.CircularScrollingMode">GeoMapCoordinateSystem.CircularScrollingMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.GeoMapCoordinateSystem.Projection">
      <summary>
        <para>Gets or sets the projection used by the geographical coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.GeoMapCoordinateSystem.ProjectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.GeoMapCoordinateSystem.Projection">GeoMapCoordinateSystem.Projection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoPoint.#ctor(System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> class with the specified latitude and longitude.</para>
      </summary>
      <param name="latitudeDegree">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">GeoPoint.Latitude</see> property.</param>
      <param name="longitudeDegree">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">GeoPoint.Longitude</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.GeoPoint.Empty">
      <summary>
        <para>Returns a <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object whose coordinates are not initialized.</para>
      </summary>
      <value>An empty <see cref="T:DevExpress.Xpf.Map.GeoPoint"/>.</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 <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</param>
      <returns>A normalized <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoPoint.Offset(System.Double,System.Double)">
      <summary>
        <para>Initializes an instance of a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object offset by the specified values.</para>
      </summary>
      <param name="offsetX">A <see cref="T:System.Double"/> value specifying the X coordinate offset.</param>
      <param name="offsetY">A <see cref="T:System.Double"/> value specifying the Y coordinate offset.</param>
      <returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant 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 <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> equivalent.</para>
      </summary>
      <param name="source">A string containing geographical coordinates, separated by a comma or whitespace.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object that is equivalent to the specified string.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoPoint.ToString(System.IFormatProvider)">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.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 <see cref="T:DevExpress.Xpf.Map.GeoPoint"/>.</returns>
    </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 <see cref="T:DevExpress.Xpf.Map.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 <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/> equivalent.</para>
      </summary>
      <param name="source">A string containing collection item coordinates, separated by commas.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/> object that is equivalent to the specified string.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoPointCollection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoPointCollection.ToString(System.IFormatProvider)">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.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 <see cref="T:DevExpress.Xpf.Map.GeoPointCollection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.GeoSourceCoordinateSystem">
      <summary>
        <para>This class allows use of the Geographical coordinate system for the data adapter.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoSourceCoordinateSystem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.GeoSourceCoordinateSystem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.GeoUtils">
      <summary>
        <para>Cartography measurement API for maps with a <see href="https://docs.devexpress.com/WPF/113959/controls-and-libraries/map-control/coordinate-systems/map-coordinate-systems#geographic-coordinate-system">geographical coordinate system</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateArea(DevExpress.Xpf.Map.MapShape)">
      <summary>
        <para>Computes the closed shape area.</para>
      </summary>
      <param name="shape">The closed map shape whose area is calculated.</param>
      <returns>The map shape area in squire meters.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateArea(System.Collections.Generic.List{DevExpress.Xpf.Map.GeoPoint})">
      <summary>
        <para>Computes the area of a closed shape formed by the given points.</para>
      </summary>
      <param name="points">The points that define the map shape vertices.</param>
      <returns>The map shape area in squire meters.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateBearing(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Computes an angle between the Geodetic North direction and a line given by two points, clockwise in degrees.</para>
      </summary>
      <param name="p1">The first geographical point.</param>
      <param name="p2">The second geographical point.</param>
      <returns>The bearing in degrees.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateCenter(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Returns a center point with geographical coordinates between two given points.</para>
      </summary>
      <param name="point1">The first geographical point.</param>
      <param name="point2">The second geographical point.</param>
      <returns>A center between two specified points.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateDestinationPoint(DevExpress.Xpf.Map.GeoPoint,System.Double,System.Double)">
      <summary>
        <para>Calculates a geographical point based on the specified start point, distance, and bearing.</para>
      </summary>
      <param name="startPoint">The starting geographical point.</param>
      <param name="distance">The distance in meters to the destination point measured along a geodesic line.</param>
      <param name="bearing">The bearing to the destination point, in degrees.</param>
      <returns>The destination geographical point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateDistance(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.GeoPoint,System.Boolean)">
      <summary>
        <para>Determines the distance between two geographical points in meters. Allows you to specify whether to use the ellipsoidal-surface formula for the calculation of distance.</para>
      </summary>
      <param name="p1">The first geographical point.</param>
      <param name="p2">The second geographical point.</param>
      <param name="ignoreEllipsoidalEffects">true if ellipsoidal effects are ignored; otherwise, false.</param>
      <returns>The distance in meters.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateDistance(DevExpress.Xpf.Map.GeoPoint,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Calculates the distance between specified points.</para>
      </summary>
      <param name="p1">The first geographical point.</param>
      <param name="p2">The second geographical point.</param>
      <returns>The distance in meters.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateLength(System.Collections.Generic.IList{DevExpress.Xpf.Map.GeoPoint})">
      <summary>
        <para>Calculates a polyline length in meters.</para>
      </summary>
      <param name="points">A collection of points that define the polyline vertices.</param>
      <returns>The polyline length in meters.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.GeoUtils.CalculateStrokeLength(DevExpress.Xpf.Map.MapShape)">
      <summary>
        <para>Returns the map shape’s stroke length in meters.</para>
      </summary>
      <param name="shape">The map shape whose stroke length should be calculated.</param>
      <returns>The map shape stroke length in meters.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.GpxFileDataAdapter">
      <summary>
        <para>A data adapter that loads data from GPX files, and displays it on vector <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.GpxFileDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.GpxFileDataAdapter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.GpxFileDataAdapter.CreateRoutePoints">
      <summary>
        <para>Specifies whether to generate <see cref="T:DevExpress.Xpf.Map.MapDot">map dots</see> for waypoints.</para>
      </summary>
      <value>true, if a data adapter generates map dot objects for each waypoint in the GPX file; otherwise, false (default).</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.GpxFileDataAdapter.CreateRoutePointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.GpxFileDataAdapter.CreateRoutePoints">GpxFileDataAdapter.CreateRoutePoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="T:DevExpress.Xpf.Map.GraphColorizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.GraphColorizer.GetItemColor(DevExpress.Xpf.Map.IColorizerElement)">
      <summary>
        <para>Returns the color of the corresponding map item obtained from the <see cref="T:DevExpress.Xpf.Map.GraphColorizer"/>.</para>
      </summary>
      <param name="item">An object implementing the <see cref="T:DevExpress.Xpf.Map.IColorizerElement"/> interface.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> structure that is the color of the corresponding map item.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapAlgorithmBase">
      <summary>
        <para>The base class for heatmap algorithms.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapDataSourceAdapter">
      <summary>
        <para>The data adapter that provides data used to generate heatmap items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.DataMember">
      <summary>
        <para>Specifies the name of an object in a data source to provide data for the data adapter.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.DataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.DataMember">HeatmapDataSourceAdapter.DataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.DataSource">
      <summary>
        <para>Specifies the data source to provide data for the data adapter.</para>
      </summary>
      <value>An <see cref="T:System.Object">Object</see> that represents a data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.DataSource">HeatmapDataSourceAdapter.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.GetPoints">
      <summary>
        <para>Returns a collection of heatmap points.</para>
      </summary>
      <returns>A collection of objects that implement the <see cref="T:DevExpress.Map.IHeatmapPoint"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.Mappings">
      <summary>
        <para>Contains information on how data for heatmap points should be obtained from a data source.</para>
      </summary>
      <value>Provides information on the mapping of the heatmap point properties to the data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.MappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.Mappings">HeatmapDataSourceAdapter.Mappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.SourceCoordinateSystem">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/113959/controls-and-libraries/map-control/coordinate-systems/map-coordinate-systems">coordinate system</see> of a data adapter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.SourceCoordinateSystem"/> descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.SourceCoordinateSystemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapDataSourceAdapter.SourceCoordinateSystem">HeatmapDataSourceAdapter.SourceCoordinateSystem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapDensityBasedAlgorithm">
      <summary>
        <para>The algorithm that allows the Map Control to plot a heatmap based on the density of heatmap points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapDensityBasedAlgorithm.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapDensityBasedAlgorithm"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapDensityBasedAlgorithm.PointRadius">
      <summary>
        <para>Gets or sets a particular heatmap point’s radius in pixels.</para>
      </summary>
      <value>A number that represents the heatmap point radius in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapDensityBasedAlgorithm.PointRadiusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapDensityBasedAlgorithm.PointRadius">HeatmapDensityBasedAlgorithm.PointRadius</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapPoint">
      <summary>
        <para>A particular heatmap point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapPoint"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPoint.#ctor(DevExpress.Map.CoordPoint,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapPoint"/> class with the specified location and value.</para>
      </summary>
      <param name="location">The heatmap point coordinates.</param>
      <param name="value">The heatmap point’s weight value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPoint.#ctor(DevExpress.Map.CoordPoint)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapPoint"/> class with the specified location.</para>
      </summary>
      <param name="point">Specifies the heatmap point location.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapPoint.Location">
      <summary>
        <para>Gets or sets the heatmap point location.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapPoint.Value">
      <summary>
        <para>Gets or sets the heatmap point value.</para>
      </summary>
      <value>The heatmap point value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapPointCollection">
      <summary>
        <para>A collection that stores <see cref="T:DevExpress.Xpf.Map.HeatmapPoint"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPointCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapPointCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapPointMappingInfo">
      <summary>
        <para>Contains information on how heatmap point properties map to the data source fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPointMappingInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapPointMappingInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapPointMappingInfo.Value">
      <summary>
        <para>Gets or sets the name of the data field that provides weight values for heatmap points.</para>
      </summary>
      <value>The data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapPointMappingInfo.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapPointMappingInfo.Value">HeatmapPointMappingInfo.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapPointSourceBase">
      <summary>
        <para>The base class for classes that serve as a heatmap point source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPointSourceBase.GetPoints">
      <summary>
        <para>Returns a collection of heatmap points.</para>
      </summary>
      <returns>A collection of objects that implement the <see cref="T:DevExpress.Map.IHeatmapPoint"/> interface.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapPointStorage">
      <summary>
        <para>The data adapter that stores manually added <see cref="T:DevExpress.Xpf.Map.HeatmapProvider">heatmap</see> points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPointStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapPointStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapPointStorage.GetPoints">
      <summary>
        <para>Returns a collection of heatmap points.</para>
      </summary>
      <returns>A collection of objects that implement the <see cref="T:DevExpress.Map.IHeatmapPoint"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapPointStorage.Points">
      <summary>
        <para>Returns a collection of points used to plot a heatmap.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.XtraMap.HeatmapPoint"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapPointStorage.PointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapPointStorage.Points">HeatmapPointStorage.Points</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.HeatmapProvider">
      <summary>
        <para>Allows you to draw a heatmap on the Map Control surface.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.HeatmapProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.HeatmapProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapProvider.Algorithm">
      <summary>
        <para>Gets or sets the algorithm that the provider uses to render a heatmap.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.HeatmapAlgorithmBase"/> descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapProvider.AlgorithmProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapProvider.Algorithm">HeatmapProvider.Algorithm</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapProvider.Colorizer">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/15046/controls-and-libraries/map-control/vector-data/colorizers#choropleth">Choropleth colorizer</see> used to paint the heatmap.</para>
      </summary>
      <value>A Choropleth colorizer that the Map Control uses to paint the heatmap.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapProvider.ColorizerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapProvider.Colorizer">HeatmapProvider.Colorizer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.HeatmapProvider.PointSource">
      <summary>
        <para>Gets or sets the heatmap provider’s point source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.HeatmapPointSourceBase"/> descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.HeatmapProvider.PointSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.HeatmapProvider.PointSource">HeatmapProvider.PointSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.Hemisphere">
      <summary>
        <para>Lists the values used to specify the Earth’s hemishpere.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.Hemisphere.Northern">
      <summary>
        <para>The Earth’s northern hemisphere is projected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.Hemisphere.Southern">
      <summary>
        <para>The Earth’s southern hemisphere is projected.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.IColorizerElement">
      <summary>
        <para>Interface that should be implemented by any object which can be colored by a colorizer.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.IColorizerElement.ColorizerColor">
      <summary>
        <para>Gets or sets the color that the colorizer specifies for an element.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.IColorizerItemKeyProvider">
      <summary>
        <para>An interface that should be implemented by any object that is an item key provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.IColorizerItemKeyProvider.GetItemKey(System.Object)">
      <summary>
        <para>Returns the key value based on the specified item.</para>
      </summary>
      <param name="item">A <see cref="T:System.Object"/> that is the base for the key.</param>
      <returns>A <see cref="T:System.Object"/> that is the key.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.IColorizerValueProvider">
      <summary>
        <para>Interface that should be implemented by any object which supports a method required for a colorizer value provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.IColorizerValueProvider.GetValue(System.Object)">
      <summary>
        <para>Returns a value for the <see cref="T:DevExpress.Xpf.Map.ChoroplethColorizer"/>, based on the specified item.</para>
      </summary>
      <param name="item">A <see cref="T:System.Object"/>.</param>
      <returns>A double value.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.IdItemKeyProvider">
      <summary>
        <para>This class is used to provide ID values of map chart items as keys for the <see cref="T:DevExpress.Xpf.Map.KeyColorColorizer"/> to colorize these items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.IdItemKeyProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.IdItemKeyProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.IEditableItem">
      <summary>
        <para>The interface of a map item whose points can be added/removed/updated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.IEditableItem.CanAddPoint">
      <summary>
        <para>Returns a value that specifies whether you can add a point to the item.</para>
      </summary>
      <value>true if you can add a point to the item; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.IEditableItem.CanEditPoint">
      <summary>
        <para>Returns a value that specifies whether you can update the item’s points.</para>
      </summary>
      <value>true if you can update the item’s points; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.IEditableItem.GetContours">
      <summary>
        <para>Returns the list of contours the editable item contains.</para>
      </summary>
      <returns>The list of contours the editable item contains.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.IEditableItem.InsertPoint(DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
      <summary>
        <para>Inserts a new point with the specified coordinates into a contour with the specified index after the point with the specified index.</para>
      </summary>
      <param name="coordPoint">The new point’s coordinates.</param>
      <param name="contourIndex">The index of the contour into which the point should be inserted.</param>
      <param name="pointIndex">The index of the point after which the point should be inserted.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.IEditableItem.RemovePoint(System.Int32,System.Int32)">
      <summary>
        <para>Removes a point with the specified index in the contour with the specified index.</para>
      </summary>
      <param name="contourIndex">The index of the contour whose point should be removed.</param>
      <param name="pointIndex">The index of the point that should be removed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.IEditableItem.UpdatePoint(DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
      <summary>
        <para>Changes coordinates of the point with the specified index in a contour with the specified index.</para>
      </summary>
      <param name="coordPoint">The point’s new coordinates.</param>
      <param name="contourIndex">The index of the contour in which the point should be updated.</param>
      <param name="pointIndex">The index of the point that should be updated.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.IInformationData">
      <summary>
        <para>Interface that should be implemented by any object which can obtain the information from map services.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.IInformationData.OnDataResponse">
      <summary>
        <para>Occurs when a Map control receives data from a map service.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ImageLayer">
      <summary>
        <para>Displays map images obtained from the <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">map image data provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ImageLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ImageLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ImageLayer.ClearCache">
      <summary>
        <para>Clears the image layer cache.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ImageLayer.DataProvider">
      <summary>
        <para>Gets or sets the provider used to obtain images from an image source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapImageDataProviderBase"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ImageLayer.DataProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ImageLayer.DataProvider">ImageLayer.DataProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.ImageLayer.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.ImageTileDataProvider">
      <summary>
        <para>Provides the map with image tiles.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ImageTileDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ImageTileDataProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ImageTileDataProvider.Projection">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/14750/controls-and-libraries/map-control/coordinate-systems/geographical-projections">projection</see> the image tile data provider uses.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ProjectionBase">ProjectionBase</see> class descendant object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ImageTileDataProvider.TileSource">
      <summary>
        <para>Gets or sets a tile source for the image tile provider.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.ImageTileSource"/> descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ImageTileDataProvider.TileSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ImageTileDataProvider.TileSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="T:DevExpress.Xpf.Map.ImageTilesLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ImageTileSource">
      <summary>
        <para>The class that should be implemented by classes that are tile sources for the <see cref="T:DevExpress.XtraMap.ImageTileDataProvider"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ImageTileSource.GetImageSource(System.Int64,System.Int64,System.Int32,System.Windows.Size)">
      <summary>
        <para>Returns an image by the specified indices at a given map control zoom level.</para>
      </summary>
      <param name="x">The tile x-index.</param>
      <param name="y">The tile y-index.</param>
      <param name="level">The map control’s zoom level.</param>
      <param name="size">The tile size.</param>
      <returns>A <see cref="T:System.Windows.Media.ImageSource"/> descendant object that represents a map tile.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.ImageTileSource.Name">
      <summary>
        <para>Returns the tile source name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.IMouseClickRequestSender">
      <summary>
        <para>Interface that should be implemented by any object which can define a location by a mouse click on a Map control surface.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.IMouseClickRequestSender.RequestByPoint(DevExpress.Xpf.Map.GeoPoint,System.Windows.Point)">
      <summary>
        <para>Requests the information by a mouse click on the point.</para>
      </summary>
      <param name="geoPoint">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the geographical point on the map.</param>
      <param name="screenPoint">A <see cref="T:System.Windows.Point"/> object specifying the clicked point on the screen within a Map control.</param>
    </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.CultureName">
      <summary>
        <para>Gets or sets the Culture name used to obtain data from the Bing GIS services.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.InformationDataProviderBase.CultureNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.InformationDataProviderBase.CultureName">InformationDataProviderBase.CultureName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.InformationDataProviderBase.GenerateLayerItems">
      <summary>
        <para>Gets or sets a value indicating whether it is necessary to automatically generate items for this layer.</para>
      </summary>
      <value>true to generate layer items; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.InformationDataProviderBase.GenerateLayerItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.InformationDataProviderBase.GenerateLayerItems">InformationDataProviderBase.GenerateLayerItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.InformationDataProviderBase.IsBusy">
      <summary>
        <para>Returns a value indicating the <see cref="T:DevExpress.Xpf.Map.InformationDataProviderBase"/> is currently busy performing a previous request.</para>
      </summary>
      <value>true if a data provider is busy; otherwise, false.</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="P:DevExpress.Xpf.Map.InformationDataProviderBase.MaxVisibleResultCount">
      <summary>
        <para>Specifies the number of requested results displayed.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the number of requested results displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.InformationDataProviderBase.MaxVisibleResultCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.InformationDataProviderBase.MaxVisibleResultCount">InformationDataProviderBase.MaxVisibleResultCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.InformationDataProviderBase.ProcessMouseEvents">
      <summary>
        <para>Gets or sets a value indicating whether it is necessary to process mouse events by this data provider.</para>
      </summary>
      <value>true, to process mouse events; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.InformationDataProviderBase.ProcessMouseEventsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.InformationDataProviderBase.ProcessMouseEvents">InformationDataProviderBase.ProcessMouseEvents</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.InformationLayer.DataProvider">InformationLayer.DataProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.InformationLayer.DataRequestCompleted">
      <summary>
        <para>Occurs when a data request to a web service has been completed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ISearchPanelRequestSender">
      <summary>
        <para>Interface that should be implemented by any object which can receive information and display a specific location represented as a search result in a Search Panel.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ISearchPanelRequestSender.Addresses">
      <summary>
        <para>Returns a list of addresses that should be displayed in the Search Panel.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.ISearchPanelRequestSender.SearchByString(System.String)">
      <summary>
        <para>Searches for information by the keyword.</para>
      </summary>
      <param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.ISupportWebRequest">
      <summary>
        <para>Interface that should be implemented by any object which can send requests to map services.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.ISupportWebRequest.WebRequest">
      <summary>
        <para>Occurs when the information provider must send a web request.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ItemsLayerLegend">
      <summary>
        <para>The base class for legends that obtain data from the <see cref="T:DevExpress.Xpf.Map.VectorLayer"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ItemsLayerLegend.Layer">
      <summary>
        <para>Specifies the layer from which the legend obtains data to display.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.VectorLayer"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ItemsLayerLegend.LayerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ItemsLayerLegend.Layer">ItemsLayerLegend.Layer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.KavrayskiyProjection">
      <summary>
        <para>Represents the Kavrayskiy VII map projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.KavrayskiyProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.KavrayskiyProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.KavrayskiyProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.KavrayskiyProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.KavrayskiyProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.KeyColorColorizer">
      <summary>
        <para>A colorizer that uses key-color pairs to colorize <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">map items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.KeyColorColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.KeyColorColorizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.KeyColorColorizer.GetItemColor(DevExpress.Xpf.Map.IColorizerElement)">
      <summary>
        <para>Returns the color of the specified map item.</para>
      </summary>
      <param name="item">An object implementing the <see cref="T:DevExpress.Xpf.Map.IColorizerElement"/> interface.</param>
      <returns>A <see cref="T:System.Windows.Media.Color"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.KeyColorColorizer.ItemKeyProvider">
      <summary>
        <para>Gets or sets the item key provider.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.Xpf.Map.IColorizerItemKeyProvider"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.KeyColorColorizer.ItemKeyProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.KeyColorColorizer.ItemKeyProvider">KeyColorColorizer.ItemKeyProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.KeyColorColorizer.Keys">
      <summary>
        <para>Returns the collection of keys using by <see cref="T:DevExpress.Xpf.Map.KeyColorColorizer"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.ColorizerKeyItemCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.KeyColorColorizer.KeysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.KeyColorColorizer.Keys">KeyColorColorizer.Keys</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.KmlFileDataAdapter">
      <summary>
        <para>A data adapter that loads data from KML and KMZ files, and displays it on vector <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.KmlFileDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.KmlFileDataAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter">
      <summary>
        <para>Converter that transforms data from the Lambert azimuthal equal-area projected coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter"/> class with specified settings.</para>
      </summary>
      <param name="ellipsoid">An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</param>
      <param name="falseEasting">A <see cref="T:System.Double"/> value that specifies the false easting value.</param>
      <param name="falseNorthing">A <see cref="T:System.Double"/> value that specifies the false northing value.</param>
      <param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object that specifies the central meridian and the latitude of the projection’s origin values.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter.Ellipsoid">
      <summary>
        <para>Gets or sets an ellipsoid of the projection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter.FalseEasting">
      <summary>
        <para>Gets or sets the false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object that specifies the false easting.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter.FalseNorthing">
      <summary>
        <para>Gets or sets the false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object that specifies the false northing.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaCartesianToGeoConverter.ProjectionCenter">
      <summary>
        <para>Gets or sets the central meridian and the latitude of the projection’s origin used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object that contains the central meridian (<see cref="P:DevExpress.Xpf.Map.GeoPoint.Longitude">GeoPoint.Longitude</see>) and the latitude (<see cref="P:DevExpress.Xpf.Map.GeoPoint.Latitude">GeoPoint.Latitude</see>) of the projection’s origin.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaProjectionBase">
      <summary>
        <para>The base class for the Lambert azimuthal equal-area projection used in the <see cref="T:DevExpress.XtraMap.MapControl">MapControl</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaProjectionBase.BoundingBox">
      <summary>
        <para>Gets or sets projection bounds.</para>
      </summary>
      <value>An object that contains information about projection bounds.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaProjectionBase.CentralMeridian">
      <summary>
        <para>Gets or sets the central meridian of the projection.</para>
      </summary>
      <value>A value that specifies the central meridian of the projection.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaProjectionBase.OriginLatitude">
      <summary>
        <para>Gets or sets the latitude of the projection.</para>
      </summary>
      <value>A value that specifies the latitude of the projection.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaProjectionBase.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaProjectionBase"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertAzimuthalEqualAreaProjectionBase.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.LambertAzimuthalEqualAreaProjectionBase"/>.</para>
      </summary>
      <returns>The <see cref="T:DevExpress.XtraMap.LambertAzimuthalEqualAreaProjectionBase"/> textual representation.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.LambertConformalConicCartesianToGeoConverter">
      <summary>
        <para>Converter that transforms data from the Lambert projected coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertConformalConicCartesianToGeoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LambertConformalConicCartesianToGeoConverter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertConformalConicCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint,System.Double,System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LambertConformalConicCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="falseEasting">The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="falseNorthing">The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="projectionCenter">The central meridian and the latitude of the projection’s origin used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="standardParallelN">The value of the north standard parallel.</param>
      <param name="standardParallelS">The value of the south standard parallel.</param>
      <param name="primeMeridian">The prime meridian of the Geo coordinate system.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertConformalConicCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint,System.Double,System.Double)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.Xpf.Map.LambertConformalConicCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</param>
      <param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
      <param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
      <param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of the projection’s origin values.</param>
      <param name="standardParallelN">A <see cref="T:System.Double"/> value specifying the north standard parallel.</param>
      <param name="standardParallelS">A <see cref="T:System.Double"/> value specifying the south standard parallel.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.LambertCylindricalEqualAreaProjection">
      <summary>
        <para>Represents the Lambert cylindrical equal-area map projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertCylindricalEqualAreaProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LambertCylindricalEqualAreaProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LambertCylindricalEqualAreaProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.LambertCylindricalEqualAreaProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.LambertCylindricalEqualAreaProjection"/>.</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 <see cref="T:DevExpress.Xpf.Map.LayerBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.AllowDrop">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.Background">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.BindingGroup">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.BorderBrush">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.BorderThickness">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.Bounds">
      <summary>
        <para>Gets or sets the bounds of the <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">map layer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/> 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 <see cref="P:DevExpress.Xpf.Map.LayerBase.Bounds">LayerBase.Bounds</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.ClipToBounds">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.LayerBase.DataLoaded">
      <summary>
        <para>Occurs after the data has been loaded into a map layer.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.LayerBase.Error">
      <summary>
        <para>Occurs when an internal exception is raised.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.FlowDirection">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.Focusable">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.FocusVisualStyle">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.ForceCursor">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </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,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">true to use springs animation; otherwise, false.</param>
      <returns>A <see cref="T:System.Windows.Point"/> value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.LayerBase.GeoToScreenPoint(DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Converts the geographical point to the screen point.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</param>
      <returns>A <see cref="T:System.Windows.Point"/> object that represents a location of the geographical point in an application window.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.Height">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.HorizontalAlignment">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.HorizontalContentAlignment">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.InputScope">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.IsEnabled">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.IsHitTestVisible">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.IsManipulationEnabled">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.IsTabStop">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </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>
    </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,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">true to use springs animation; otherwise, false.</param>
      <returns>A <see cref="T:System.Windows.Point"/> value.</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="P:DevExpress.Xpf.Map.LayerBase.Margin">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.MaxHeight">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.MaxWidth">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Map.LayerBase.MaxZoomLevel">LayerBase.MaxZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.MinHeight">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.MinWidth">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Map.LayerBase.MinZoomLevel">LayerBase.MinZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.Padding">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.RenderSize">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.RenderTransform">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.RenderTransformOrigin">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </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">true to use springs animation; otherwise, false.</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)">
      <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.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">true to use springs animation; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object containing geographic 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="P:DevExpress.Xpf.Map.LayerBase.SnapsToDevicePixels">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.TabIndex">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.ToolTip">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.Uid">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.UseLayoutRounding">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.UseSprings">
      <summary>
        <para>Gets  a value that indicates whether the <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layer</see> uses spring animations.</para>
      </summary>
      <value>true to if the layer uses spring animations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.VerticalAlignment">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.LayerBase.VerticalContentAlignment">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </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>
    </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 <see cref="T:DevExpress.Xpf.Map.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.LayerItemsGeneratingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.InformationDataProviderBase.LayerItemsGenerating">InformationDataProviderBase.LayerItemsGenerating</see> 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 <see cref="T:DevExpress.Xpf.Map.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">LayerItemsGeneratingEventArgs.Items</see> 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 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.LayerItemsGeneratingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.InformationDataProviderBase.LayerItemsGenerating">InformationDataProviderBase.LayerItemsGenerating</see> 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.LegendAlignment">
      <summary>
        <para>Contains values that specify how a <see href="https://docs.devexpress.com/WPF/15045/controls-and-libraries/map-control/visual-elements/legends">map legend</see> is aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.BottomCenter">
      <summary>
        <para>The legend is vertically aligned at the bottom and horizontally aligned in the center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.BottomLeft">
      <summary>
        <para>The legend is vertically aligned at the bottom and horizontally aligned to the left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.BottomRight">
      <summary>
        <para>The legend is vertically aligned at the bottom and horizontally aligned to the right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.MiddleLeft">
      <summary>
        <para>The legend is vertically centered and horizontally aligned to the left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.MiddleRight">
      <summary>
        <para>The legend is vertically centered and horizontally aligned to the right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.TopCenter">
      <summary>
        <para>The legend is vertically aligned at the top and horizontally aligned in the center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.TopLeft">
      <summary>
        <para>The legend is vertically aligned at the top and horizontally aligned to the left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.LegendAlignment.TopRight">
      <summary>
        <para>The legend is vertically aligned at the top and horizontally aligned to the right.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.LegendCollection">
      <summary>
        <para>A collection of map <see href="https://docs.devexpress.com/WindowsForms/1980/controls-and-libraries/chart-control/visual-elements/legend">legends</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LegendCollection.#ctor(DevExpress.Xpf.Map.MapControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LegendCollection"/> 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 collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.LegendItemCreatingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapControl.LegendItemCreating">MapControl.LegendItemCreating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LegendItemCreatingEventArgs.#ctor(DevExpress.Xpf.Map.MapLegendBase,System.Int32,DevExpress.Xpf.Map.MapLegendItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LegendItemCreatingEventArgs"/> class with the specified values of event arguments.</para>
      </summary>
      <param name="legend">A <see cref="T:DevExpress.Xpf.Map.MapLegendBase"/> class descendant specifying the owner of the legend item. This object is assigned to the <see cref="P:DevExpress.Xpf.Map.LegendItemCreatingEventArgs.Legend">LegendItemCreatingEventArgs.Legend</see> property.</param>
      <param name="index">An integer value specifying the index of the created legend item. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.LegendItemCreatingEventArgs.Index">LegendItemCreatingEventArgs.Index</see> property.</param>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapLegendItemBase"/> class descendant specifying the created legend item. This object is assigned to the <see cref="P:DevExpress.Xpf.Map.LegendItemCreatingEventArgs.Item">LegendItemCreatingEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.LegendItemCreatingEventArgs.Index">
      <summary>
        <para>Returns the index of the legend item being created.</para>
      </summary>
      <value>An integer value</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LegendItemCreatingEventArgs.Item">
      <summary>
        <para>Returns the legend item being created.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapLegendItemBase"/> class descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.LegendItemCreatingEventArgs.Legend">
      <summary>
        <para>Provides access to the legend for which a new item has been created.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraMap.MapLegendBase"/> class descendant.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.LegendItemCreatingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.LegendItemCreating">MapControl.LegendItemCreating</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Map.LegendItemCreatingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.LinearRangeDistribution">
      <summary>
        <para>Represents the linear distribution of color ranges in a colorizer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LinearRangeDistribution.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LinearRangeDistribution"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LinearRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
      <summary>
        <para>Converts the specified range value.</para>
      </summary>
      <param name="min">An <see cref="T:System.Double"/> value that specifies the minimum conversion result.</param>
      <param name="max">An <see cref="T:System.Double"/> value that specifies the maximum conversion result.</param>
      <param name="value">A <see cref="T:System.Double"/> value to be converted.</param>
      <returns>A <see cref="T:System.Double"/> object that is the result of the conversion.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.LinearRangeDistribution.Default">
      <summary>
        <para>Returns the default linear distribution of color ranges in a colorizer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.LinearRangeDistribution"/> object representing the default linear distribution.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ListSourceDataAdapter">
      <summary>
        <para>A data adapter that loads data from list sources and displays it on vector <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ListSourceDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ListSourceDataAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ListSourceDataAdapter.ItemSettings">
      <summary>
        <para>Gets or sets map item settings used to display the <see cref="T:DevExpress.Xpf.Map.ListSourceDataAdapter"/> data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapItemSettings"/> class descendant object, specifying default item parameters.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ListSourceDataAdapter.ItemSettingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ListSourceDataAdapter.ItemSettings">ListSourceDataAdapter.ItemSettings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ListSourceDataAdapter.Mappings">
      <summary>
        <para>Contains information on how data for map items should be obtained from a data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapItemMappingInfo"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ListSourceDataAdapter.MappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ListSourceDataAdapter.Mappings">ListSourceDataAdapter.Mappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LocationInformation.#ctor(DevExpress.Xpf.Map.GeoPoint,System.String,System.String,DevExpress.Xpf.Map.AddressBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">LocationInformation.Location</see> 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">LocationInformation.EntityType</see> 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">LocationInformation.DisplayName</see> property.</param>
      <param name="address">A <see cref="T:DevExpress.Xpf.Map.AddressBase"/> class descendant specifying the address information. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.LocationInformation.Address">LocationInformation.Address</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.LocationInformation.Address">
      <summary>
        <para>Gets or sets the address associated with the current location.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.AddressBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.LocationInformation.AddressProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.LocationInformation.Address">LocationInformation.Address</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.LocationInformation.DisplayName">LocationInformation.DisplayName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.LocationInformation.EntityType">LocationInformation.EntityType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.LocationInformation.Location">LocationInformation.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.LocationInformation.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.LocationInformationReceivedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.BingGeocodeDataProvider.LocationInformationReceived">BingGeocodeDataProvider.LocationInformationReceived</see> 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 <see cref="T:DevExpress.Xpf.Map.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">LocationInformationReceivedEventArgs.Result</see> 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 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.LocationInformationReceivedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.BingGeocodeDataProvider.LocationInformationReceived">BingGeocodeDataProvider.LocationInformationReceived</see> 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.LogarithmicRangeDistribution">
      <summary>
        <para>Represents the logarithmic distribution of color ranges in a colorizer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LogarithmicRangeDistribution.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.LogarithmicRangeDistribution"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.LogarithmicRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
      <summary>
        <para>Converts the specified range value.</para>
      </summary>
      <param name="min">A <see cref="T:System.Double"/> value that specifies the minimum conversion result.</param>
      <param name="max">A <see cref="T:System.Double"/> value that specifies the maximum conversion result.</param>
      <param name="value">A <see cref="T:System.Double"/> value to be converted.</param>
      <returns>A <see cref="T:System.Double"/> object that is the result of the conversion.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapboxDataProvider">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/401715/controls-and-libraries/map-control/vector-data/providing-data/vector-tile-providers">data provider</see> that obtains vector tiles from Mapbox Service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapboxDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapboxDataProvider"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapboxDataProvider.AccessToken">
      <summary>
        <para>Gets or sets the Mapbox service’s access token.</para>
      </summary>
      <value>A string that represents the access token.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapboxDataProvider.AccessTokenProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapboxDataProvider.AccessToken"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapboxDataProvider.GetTileUri(System.Int64,System.Int64,System.Int64)">
      <summary>
        <para>Returns a URI of a tile with specific coordinates.</para>
      </summary>
      <param name="x">An x-coordinate of a tile in the grid.</param>
      <param name="y">A y-coordinate of a tile in the grid.</param>
      <param name="level">A zoom level.</param>
      <returns>The tile’s URI.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapboxDataProvider.Tileset">
      <summary>
        <para>Gets or sets a tileset that the provider loads from the service.</para>
      </summary>
      <value>The tileset name/names. The default value is Streets,Terrain.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapboxDataProvider.TilesetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapboxDataProvider.Tileset"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapboxDataProvider.TileUriTemplate">
      <summary>
        <para>For internal use. Specifies a template the provider uses to obtain tiles from the service.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapboxTileset">
      <summary>
        <para>Lists tilesets that the <see cref="T:DevExpress.Xpf.Map.MapboxDataProvider"/> can use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapboxTileset.Streets">
      <summary>
        <para>The Streets tileset.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapboxTileset.Terrain">
      <summary>
        <para>The Terrain tileset.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapboxTileset.Traffic">
      <summary>
        <para>The Traffic tileset.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapBubble">
      <summary>
        <para>The class used to draw a Bubble chart on a map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapBubble.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapBubble"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapBubble.CustomMarkerTemplate">
      <summary>
        <para>Gets or sets the template of a bubble chart.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the presentation of the bubble chart.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapBubble.CustomMarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapBubble.CustomMarkerTemplate">MapBubble.CustomMarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapBubble.MarkerType">
      <summary>
        <para>Gets or sets a value specifying the appearance of a bubble marker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MarkerType"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapBubble.MarkerTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapBubble.MarkerType">MapBubble.MarkerType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapBubble.Value">
      <summary>
        <para>Gets or sets the value of the Bubble chart item.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, which is the value of the <see cref="T:DevExpress.Xpf.Map.MapBubble"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapBubble.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapBubble.Value">MapBubble.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapBubbleMappingInfo">
      <summary>
        <para>Contains information about mapping the Bubble chart items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapBubbleMappingInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapBubbleMappingInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapBubbleMappingInfo.Value">
      <summary>
        <para>Gets or sets the name of the data field, which contains data to determine the values of chart items.</para>
      </summary>
      <value>A string value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapBubbleMappingInfo.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapBubbleMappingInfo.Value">MapBubbleMappingInfo.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapBubbleSettings">
      <summary>
        <para>Contains settings used to generate Bubble chart items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapBubbleSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapBubbleSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapBubbleSettings.CustomMarkerTemplate">
      <summary>
        <para>Gets or sets the template of a bubble chart.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the presentation of the bubble chart.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapBubbleSettings.CustomMarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapBubbleSettings.CustomMarkerTemplate">MapBubbleSettings.CustomMarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapBubbleSettings.MarkerType">
      <summary>
        <para>Gets or sets a value specifying the appearance of a bubble marker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MarkerType"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapBubbleSettings.MarkerTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapBubbleSettings.MarkerType">MapBubbleSettings.MarkerType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapChartItemBase">
      <summary>
        <para>The base class for all map chart items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapChartItemBase.ItemId">
      <summary>
        <para>Gets or sets ID of the map Chart item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/></value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapChartItemBase.ItemIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapChartItemBase.ItemId">MapChartItemBase.ItemId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapChartItemBase.Location">
      <summary>
        <para>Gets or sets the location of the map Chart item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapChartItemBase.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapChartItemBase.Location">MapChartItemBase.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapChartItemBase.Size">
      <summary>
        <para>Gets or sets the size of the map Chart item.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapChartItemBase.SizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapChartItemBase.Size">MapChartItemBase.Size</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapClusterer">
      <summary>
        <para>The base class for default clusterers.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapClusterer.Clustered">
      <summary>
        <para>Occurs when the clusterer finishes clustering.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapClusterer.Clustering">
      <summary>
        <para>Occurs when the clusterer starts clustering.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapClusterer.Clusterize(DevExpress.Xpf.Map.MapVectorItemCollection,DevExpress.Xpf.Map.MapViewport,System.Boolean)">
      <summary>
        <para>Applies the clustering method to the source vector item collection.</para>
      </summary>
      <param name="sourceItems">A collection of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.</param>
      <param name="mapViewport">A <see cref="T:DevExpress.Xpf.Map.MapViewport"/> object, specifying the current viewport.</param>
      <param name="sourceChanged">A <see cref="T:System.Boolean"/> value indicating whether the source item collection is changed.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClusterer.ClusterSettings">
      <summary>
        <para>Gets or sets the settings used to generate cluster representatives.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapItemSettings"/> object containing map item settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapClusterer.ClusterSettingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapClusterer.ClusterSettings">MapClusterer.ClusterSettings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClusterer.DisplayNonClusteredItems">
      <summary>
        <para>Gets or sets the value indicating whether the map items that can’t be clustered should be displayed.</para>
      </summary>
      <value>true if non-clustered items should be displayed, otherwise false;</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapClusterer.DisplayNonClusteredItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapClusterer.DisplayNonClusteredItems">MapClusterer.DisplayNonClusteredItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClusterer.GroupProvider">
      <summary>
        <para>Gets or sets the group provider used to separate the initial list of items into groups.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapClustererGroupProviderBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapClusterer.GroupProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapClusterer.GroupProvider">MapClusterer.GroupProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClusterer.ItemMaxSize">
      <summary>
        <para>Gets or sets the maximum size of an item representing a cluster.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapClusterer.ItemMaxSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapClusterer.ItemMaxSize">MapClusterer.ItemMaxSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClusterer.ItemMinSize">
      <summary>
        <para>Gets or sets the minimum size of an item representing a cluster.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapClusterer.ItemMinSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapClusterer.ItemMinSize">MapClusterer.ItemMinSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClusterer.Items">
      <summary>
        <para>Returns the collection of map items representing clusterized source map items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"/> object, representing the collection of <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClusterer.StepInPixels">
      <summary>
        <para>Gets or sets the maximum distance between <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects inside one cluster.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapClusterer.StepInPixelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapClusterer.StepInPixels">MapClusterer.StepInPixels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapClustererBase">
      <summary>
        <para>The base class for clusterers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapClustererBase.Clusterize(DevExpress.Xpf.Map.MapVectorItemCollection,DevExpress.Xpf.Map.MapViewport,System.Boolean)">
      <summary>
        <para>Applies the clustering method to the source vector item collection.</para>
      </summary>
      <param name="sourceItems">A collection of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.</param>
      <param name="mapViewport">A <see cref="T:DevExpress.Xpf.Map.MapViewport"/> object, specifying the current viewport.</param>
      <param name="sourceChanged">A <see cref="T:System.Boolean"/> value indicating whether the source item collection is changed.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapClustererBase.Items">
      <summary>
        <para>Returns the collection of map items representing clusterized source map items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"/> object, representing the collection of <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapClustererGroupProviderBase">
      <summary>
        <para>The base class for group providers used by <see href="https://docs.devexpress.com/WPF/114707/controls-and-libraries/map-control/vector-data/clusterers">clusterers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapClustererGroupProviderBase.GetGroups(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem})">
      <summary>
        <para>Separates source items into groups.</para>
      </summary>
      <param name="sourceItems">A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.XtraMap.MapItem"/>,&gt; object containing map items for grouping.</param>
      <returns>A dictionary that stores pairs (value used to group items, an items group).</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapClustererGroupProviderBase.OnClusterCreated(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Called after the cluster is created.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant object, that is the cluster representative.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapClusterValueProvider">
      <summary>
        <para>The colorizer value provider that provides the count of items in a cluster as the value that is used to calculate a color for a cluster representative.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapClusterValueProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapClusterValueProvider"/> class with the default settings.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Map.MapColorizer"/> class with default settings.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Map.MapColorizer.Colors">MapColorizer.Colors</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapColorizer.GetItemColor(DevExpress.Xpf.Map.IColorizerElement)">
      <summary>
        <para>Returns the color of the specified map item.</para>
      </summary>
      <param name="element">An object implementing the <see cref="T:DevExpress.Xpf.Map.IColorizerElement"/> interface.</param>
      <returns>A <see cref="T:System.Windows.Media.Color"/> object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapControl">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/115085/controls-and-libraries/map-control">Map Control</see> to display raster and vector maps. Supports both popular map services (Bing Maps and OpenStreetMap) and custom map data servers inside your corporate network.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ActualCoordinatesPanelOptions">
      <summary>
        <para>Gets the actual value for the <see href="https://docs.devexpress.com/WPF/10953/controls-and-libraries/map-control/visual-elements/navigation-elements/coordinates-panel">Coordinates Panel</see> options of the <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.MapControl.ActualCoordinatesPanelOptions">MapControl.ActualCoordinatesPanelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ActualScalePanelOptions">
      <summary>
        <para>Gets an actual value for the <see href="https://docs.devexpress.com/WPF/10954/controls-and-libraries/map-control/visual-elements/navigation-elements/scale-panel">Scale Panel</see> options of the <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.MapControl.ActualScalePanelOptions">MapControl.ActualScalePanelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ActualScrollButtonsOptions">
      <summary>
        <para>Gets the actual value for the <see href="https://docs.devexpress.com/WPF/10951/controls-and-libraries/map-control/visual-elements/navigation-elements/scroll-buttons">Scroll Buttons</see> options of the <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.MapControl.ActualScrollButtonsOptions">MapControl.ActualScrollButtonsOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ActualZoomTrackbarOptions">
      <summary>
        <para>Gets the actual value for the <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see> options of the <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.MapControl.ActualZoomTrackbarOptions">MapControl.ActualZoomTrackbarOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.Angle">
      <summary>
        <para>Specifies the rotation of the map’s content.</para>
      </summary>
      <value>The angle in degrees.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.AngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.Angle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapControl.CacheOptions">MapControl.CacheOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.CanZoom(System.Double)">
      <summary>
        <para>Checks whether 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>true, if it is allowed to zoom; otherwise, false.</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.Map.CoordPoint"/> object that specifies the map center in geographical coordinates.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.CenterPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.CenterPoint">MapControl.CenterPoint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.CoordinatesPanelOptions">
      <summary>
        <para>Provides position and visibility options for the <see href="https://docs.devexpress.com/WPF/10953/controls-and-libraries/map-control/visual-elements/navigation-elements/coordinates-panel">Coordinates Panel</see> 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 <see cref="P:DevExpress.Xpf.Map.MapControl.CoordinatesPanelOptions">MapControl.CoordinatesPanelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.CoordinateSystem">
      <summary>
        <para>Gets or sets the map coordinate system used by a map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapCoordinateSystem"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.CoordinateSystemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.CoordinateSystem">MapControl.CoordinateSystem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.CoordPointToMapUnit(DevExpress.Map.CoordPoint)">
      <summary>
        <para>Converts the specified map point into internal map units.</para>
      </summary>
      <param name="coordPoint">A <see cref="T:DevExpress.Map.CoordPoint"/> object to be converted.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object specifying a map coordinate in internal map units.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.CoordPointToScreenPoint(DevExpress.Map.CoordPoint)">
      <summary>
        <para>Converts the specified geographical coordinate to the point on the screen.</para>
      </summary>
      <param name="coordPoint">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant value to be converted.</param>
      <returns>A <see cref="T:System.Windows.Point"/> object specifying a point on the screen.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.EnableDelayedScrolling">
      <summary>
        <para>Gets or sets whether to enable delayed scrolling.</para>
      </summary>
      <value>true, if the tile animation starts with a delay after a user scrolls a map; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.EnableDelayedScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.EnableDelayedScrolling">MapControl.EnableDelayedScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.EnableRotation">
      <summary>
        <para>Specifies whether the map control can be rotated.</para>
      </summary>
      <value>true, if the map can be rotated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.EnableRotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.EnableRotation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.EnableScrolling">
      <summary>
        <para>Gets or sets a value indicating whether scrolling is enabled.</para>
      </summary>
      <value>true if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.EnableScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.EnableScrolling">MapControl.EnableScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.EnableZooming">
      <summary>
        <para>Gets or sets a value indicating whether zooming is enabled.</para>
      </summary>
      <value>true if zooming is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.EnableZoomingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.EnableZooming">MapControl.EnableZooming</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports a map to the specified stream in the DOCX format with the specified settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.</param>
      <param name="options">The export settings that are used to export the map to the file.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToDocx(System.IO.Stream)">
      <summary>
        <para>Exports a map to the specified stream in the DOCX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports a map to the specified file in the DOCX format with the specified settings.</para>
      </summary>
      <param name="filePath">The file path including the file name and extension, where the file should be created.</param>
      <param name="options">The export settings that are used to export the map to the file.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToDocx(System.String)">
      <summary>
        <para>Exports a map to the specified file in the DOCX format.</para>
      </summary>
      <param name="filePath">The file path including the file name and extension, where the file should be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream in the HTML format using the specified settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToHtml(System.IO.Stream)">
      <summary>
        <para>Exports the map data to the specified stream in the HTML format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the map data to the specified HTML file using the specified export settings.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToHtml(System.String)">
      <summary>
        <para>Exports the map data to the specified HTML file.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream as an image using the specified settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports the map data to a specified stream as an image.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the map data to the specified image file using the specified options.</para>
      </summary>
      <param name="filePath">A string value, specifying the image file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToImage(System.String)">
      <summary>
        <para>Exports the map data to the specified image file.</para>
      </summary>
      <param name="filePath">A string value, specifying the image file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream in the MHTML format using the specified settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToMht(System.IO.Stream)">
      <summary>
        <para>Exports the map data to the specified stream in the MHTML format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the map data to the specified MHTML file using the specified export settings.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToMht(System.String)">
      <summary>
        <para>Exports the map data to the specified MHTML file.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream in the PDF format using the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports the map data to the specified stream in the PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the map data to the specified PDF file using the specified options.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToPdf(System.String)">
      <summary>
        <para>Exports the map data to the specified PDF file.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream in RTF format using the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToRtf(System.IO.Stream)">
      <summary>
        <para>Exports the map data to the specified stream in RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the map data to the specified RTF file using the specified export settings.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToRtf(System.String)">
      <summary>
        <para>Exports the map data to the specified RTF file.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream in the XLS format using the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXls(System.IO.Stream)">
      <summary>
        <para>Exports the map data to the specified stream in the XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the map data to the specified XLS file using the specified export settings.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXls(System.String)">
      <summary>
        <para>Exports the map data to the specified XLS file.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream in the XLS format using the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXlsx(System.IO.Stream)">
      <summary>
        <para>Exports the map data to the specified stream in the XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the map data to the specified XLSX file using the specified export settings.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXlsx(System.String)">
      <summary>
        <para>Exports the map data to the specified XLSX file.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the map data to the specified stream in the XPS format using the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XpsExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXps(System.IO.Stream)">
      <summary>
        <para>Exports the map data to the specified stream in the XPS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXps(System.String,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the map data to the specified XPS file using the specified export settings.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XpsExportOptions"/> object, specifying export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ExportToXps(System.String)">
      <summary>
        <para>Exports the map data to the specified XPS file.</para>
      </summary>
      <param name="filePath">A string value, specifying the file path.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.HideToolTip">
      <summary>
        <para>Hides a currently shown tooltip.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.HorizontalContentAlignment">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.InitialMapSize">
      <summary>
        <para>Gets or sets an initial size of a map.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Size"/> object, which represents a map size with the zoom level equal to one.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.InitialMapSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.InitialMapSize">MapControl.InitialMapSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.Layers">
      <summary>
        <para>Provides access to the collection of <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layers</see> to be displayed within the <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.MapControl.Layers">MapControl.Layers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapControl.LegendItemCreating">
      <summary>
        <para>Occurs when items are being created for the legend.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.Legends">
      <summary>
        <para>Returns a collection of <see href="https://docs.devexpress.com/WPF/15045/controls-and-libraries/map-control/visual-elements/legends">legends</see> stored by the map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.LegendCollection"/> object, containing map legends.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.LegendsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.Legends">MapControl.Legends</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.MapEditor">
      <summary>
        <para>Gets or sets the Map Control’s <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Vector Item Editor</see>.</para>
      </summary>
      <value>The Map Control’s <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Vector Item Editor</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.MapEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.MapEditor">MapControl.MapEditor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.MapUnitToCoordPoint(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 specifying a map coordinate in internal map units.</param>
      <returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object specifying a map coordinate.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.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"/> object specifying a map coordinate on the screen.</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 <see cref="P:DevExpress.Xpf.Map.MapControl.MaxZoomLevel">MapControl.MaxZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.Measurements">
      <summary>
        <para>Gets or sets the MapControl <see cref="T:DevExpress.Xpf.Map.Measurements"/> object.</para>
      </summary>
      <value>Contains measurement API to use map rulers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.MeasurementsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.Measurements"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.MiniMap">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/17746/controls-and-libraries/map-control/visual-elements/mini-map">mini map</see> of the map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MiniMap"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.MiniMapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.MiniMap">MapControl.MiniMap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapControl.MinZoomLevel">MapControl.MinZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.MouseWheelZoomingStep">
      <summary>
        <para>Gets or sets the zooming step used on scaling using the mouse wheel.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the zooming step.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.MouseWheelZoomingStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.MouseWheelZoomingStep">MapControl.MouseWheelZoomingStep</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.PrintOptions">
      <summary>
        <para>Gets or sets print options of the map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapPrintOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.PrintOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.PrintOptions">MapControl.PrintOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.RotateAt(System.Double,DevExpress.Map.CoordPoint)">
      <summary>
        <para>Rotates a map at the specified point.</para>
      </summary>
      <param name="angle">The angle in degrees.</param>
      <param name="center">A coordinate point that specifies the rotation point.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ScalePanelOptions">
      <summary>
        <para>Provides position and visibility options for the <see href="https://docs.devexpress.com/WPF/10954/controls-and-libraries/map-control/visual-elements/navigation-elements/scale-panel">Scale Panel</see> 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 <see cref="P:DevExpress.Xpf.Map.MapControl.ScalePanelOptions">MapControl.ScalePanelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ScreenPointToCoordPoint(System.Windows.Point)">
      <summary>
        <para>Converts a specified screen point to a corresponding coordinate point.</para>
      </summary>
      <param name="screenPoint">A <see cref="T:System.Windows.Point"/> object containing a map coordinate on the screen.</param>
      <returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ScreenPointToMapUnit(System.Windows.Point)">
      <summary>
        <para>Converts the specified screen point into internal map units.</para>
      </summary>
      <param name="screenPoint">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.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.ScrollArea">
      <summary>
        <para>Gets or sets a rectangular area (also called scroll area) that confines the map center point.</para>
      </summary>
      <value>The scroll area boundaries.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.ScrollAreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.ScrollArea"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ScrollButtonsOptions">
      <summary>
        <para>Provides position and visibility options for the <see href="https://docs.devexpress.com/WPF/10951/controls-and-libraries/map-control/visual-elements/navigation-elements/scroll-buttons">Scroll Buttons</see> 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 <see cref="P:DevExpress.Xpf.Map.MapControl.ScrollButtonsOptions">MapControl.ScrollButtonsOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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="P:DevExpress.Xpf.Map.MapControl.SearchPanelOptions">
      <summary>
        <para>Gets or sets options that configure the appearance of the <see href="https://docs.devexpress.com/WPF/11971/controls-and-libraries/map-control/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>The search panel options storage.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.SearchPanelOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.SearchPanelOptions">MapControl.SearchPanelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapControl.SelectionChanged">
      <summary>
        <para>Fires after the selection has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapControl.SelectionChanging">
      <summary>
        <para>Occurs before a map item is selected, enabling a handler to cancel the map item selection change.</para>
      </summary>
    </member>
    <member name="P:DevExpress.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 <see cref="P:DevExpress.Xpf.Map.MapControl.SelectionMode">MapControl.SelectionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.SelectItemsByRegion(DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
      <summary>
        <para>Selects <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see> hit in the specified region.</para>
      </summary>
      <param name="p1">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the top-left corner of the region.</param>
      <param name="p2">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the bottom-right corner of the region.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.SelectItemsByRegion(System.Windows.Rect)">
      <summary>
        <para>Selects <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see> hit in the specified region.</para>
      </summary>
      <param name="screenRegion">A <see cref="T:System.Windows.Rect"/> object specifying the region.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.SelectItemsByRegionBehavior">
      <summary>
        <para>Gets or sets settings of the Select by Region behavior.</para>
      </summary>
      <value>The settings of the Select by Region behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.SelectItemsByRegionBehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.SelectItemsByRegionBehavior">MapControl.SelectItemsByRegionBehavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Invokes the Print Preview window, which shows the print preview of the Map control with the specified title and document name.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
      <param name="documentName">A string value, which is used as the default file name when saving the document.</param>
      <param name="title">A string value, specifying the preview form title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowPrintPreview(System.Windows.Window)">
      <summary>
        <para>Invokes the Print Preview window, which shows the print preview of the Map control.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Invokes the modal Print Preview window, which shows the print preview of the Map control.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
      <param name="documentName">A string value, which is used as the default file name when saving the document.</param>
      <param name="title">A string value specifying the preview dialog title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Invokes the modal Print Preview window, which shows the print preview of the Map control.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowRibbonPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Invokes the Print Preview form with a Ribbon for the map control.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
      <param name="documentName">A string value, which is used as a default file name to save the document.</param>
      <param name="title">A string value, specifying the preview form title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowRibbonPrintPreview(System.Windows.Window)">
      <summary>
        <para>Invokes the Print Preview form with a Ribbon for the map control.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Invokes the Print Preview modal dialog with a Ribbon for the map control.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
      <param name="documentName">A string value, which is used as a default file name to save the document.</param>
      <param name="title">A string value, specifying the preview dialog title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ShowRibbonPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Invokes the Print Preview modal dialog with a Ribbon for the map control.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> object or class descendant object, which is the owner of the invoked form.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ShowSearchPanel">
      <summary>
        <para>Specifies whether the Search Panel should be shown.</para>
      </summary>
      <value>true, to show the Search Panel; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.ShowSearchPanelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.ShowSearchPanel">MapControl.ShowSearchPanel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ToolTipEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether a tooltip is enabled for a map.</para>
      </summary>
      <value>True - a tooltip is enabled for a map; False - a tooltip is disabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.ToolTipEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.ToolTipEnabled">MapControl.ToolTipEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 tooltip presentation template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.ToolTipTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.ToolTipTemplate">MapControl.ToolTipTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.UseSprings">
      <summary>
        <para>Gets or sets the value indicating whether the Map Control uses spring animations.</para>
      </summary>
      <value>true if the Map Control uses spring animations; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.UseSpringsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.UseSprings">MapControl.UseSprings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.VerticalContentAlignment">
      <summary>
        <para>This property is hidden.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.Zoom(System.Double,System.Windows.Point)">
      <summary>
        <para>Zooms a map at the specified anchor point with the defined zoom level.</para>
      </summary>
      <param name="zoomLevel">A double value specifying a new zoom level.</param>
      <param name="anchorPoint">A <see cref="T:System.Windows.Point"/> specifying an anchor point to which the map should be zoomed.</param>
    </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 <see cref="P:DevExpress.Xpf.Map.MapControl.ZoomLevel">MapControl.ZoomLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ZoomRegionTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the zoom region.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the zoom region’s presentation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.ZoomRegionTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.ZoomRegionTemplate">MapControl.ZoomRegionTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToFit(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Boolean,System.Double)">
      <summary>
        <para>Zooms the map based on a specified padding factor to allow the map viewport to display all items passed in parameters. Allows you to set whether the map should use a non-negative integer zoom level.</para>
      </summary>
      <param name="items">Items that should be displayed in the map viewport.</param>
      <param name="roundZoomLevel">Specifies whether to round the zoom level value.</param>
      <param name="paddingFactor">Specifies the size of the border around displayed map items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToFit(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Double)">
      <summary>
        <para>Zooms a map to fit the area containing items sent as a parameter.</para>
      </summary>
      <param name="items">A set of <see cref="T:DevExpress.Xpf.Map.MapItem"/> descendant objects that should be visible on a map after zooming.</param>
      <param name="paddingFactor">A <see cref="T:System.Double"/> object, which tunes the border size around visible map items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToFitLayerItems(System.Boolean)">
      <summary>
        <para>Zooms the map to fit items that map <see href="https://docs.devexpress.com/WindowsForms/15078/controls-and-libraries/map-control/layers">layers</see> contain. Allows you to specify whether to use an integer zoom level.</para>
      </summary>
      <param name="roundZoomLevel">Specifies whether to round the zoom level value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToFitLayerItems(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.LayerBase},System.Boolean,System.Double)">
      <summary>
        <para>Zooms a map to fit <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see> contained in the specified map <see href="https://docs.devexpress.com/WindowsForms/15078/controls-and-libraries/map-control/layers">layers</see>. Allows you to specify whether to use an integer zoom level, and set the padding factor.</para>
      </summary>
      <param name="layers">A collection of layers that contain items to be displayed on the map.</param>
      <param name="roundZoomLevel">Specifies whether to round the zoom level value.</param>
      <param name="paddingFactor">Specifies the size of the border around displayed map items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToFitLayerItems(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.LayerBase},System.Double)">
      <summary>
        <para>Zooms a map to fit items contained in the specified set of <see cref="T:DevExpress.Xpf.Map.LayerBase"/> class descendant objects.</para>
      </summary>
      <param name="layers">A <see cref="T:System.Collections.IEnumerable"/> object, containing <see cref="T:DevExpress.Xpf.Map.LayerBase"/> class descendant objects.</param>
      <param name="paddingFactor">A <see cref="T:System.Double"/> value, which tunes the border size around visible map items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToFitLayerItems(System.Double)">
      <summary>
        <para>Zooms a map to fit items contained in all <see href="https://docs.devexpress.com/WindowsForms/15078/controls-and-libraries/map-control/layers">layers</see> of the map.</para>
      </summary>
      <param name="paddingFactor">A <see cref="T:System.Double"/> object, which tunes the border size around visible map items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToRegion(DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint,System.Boolean,System.Double)">
      <summary>
        <para>Zooms to the region by its top-left and bottom-right points, and specifies whether to apply an integer zoom level.</para>
      </summary>
      <param name="p1">The coordinate of the top-left region point.</param>
      <param name="p2">The coordinate of the bottom-right region point.</param>
      <param name="roundZoomLevel">Specifies whether to round the zoom level value.</param>
      <param name="paddingFactor">Specifies the size of the border around displayed map items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToRegion(DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint,System.Double)">
      <summary>
        <para>Zooms to the region described by its top left and bottom right points.</para>
      </summary>
      <param name="p1">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</param>
      <param name="p2">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</param>
      <param name="paddingFactor">A Double object, which tunes the border size around the region.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToRegion(DevExpress.Map.MapBounds,System.Boolean,System.Double)">
      <summary>
        <para>Zooms the map to the specified region. Allows you to specify whether to use an integer zoom level.</para>
      </summary>
      <param name="bounds">The bounds that specify a map region to display.</param>
      <param name="roundZoomLevel">Specifies whether to round the zoom level value.</param>
      <param name="paddingFactor">Specifies the size of the border around displayed map items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapControl.ZoomToRegion(DevExpress.Map.MapBounds,System.Double)">
      <summary>
        <para>Zooms the map to the specified region.</para>
      </summary>
      <param name="bounds">The bounds that specify a map region to display.</param>
      <param name="paddingFactor">Specifies the size of the border around displayed map items.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ZoomToRegionBehavior">
      <summary>
        <para>Gets or sets settings of the Zoom to Region behavior.</para>
      </summary>
      <value>Settings of the Zoom to Region behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapControl.ZoomToRegionBehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapControl.ZoomToRegionBehavior">MapControl.ZoomToRegionBehavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapControl.ZoomTrackbarOptions">
      <summary>
        <para>Provides layout, position and visibility options for the <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see> 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 <see cref="P:DevExpress.Xpf.Map.MapControl.ZoomTrackbarOptions">MapControl.ZoomTrackbarOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.MapCoordinateSystem">
      <summary>
        <para>This class provides the base functionality of the coordinate system for the Map Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapCoordinateSystem.CreatePoint(System.Double,System.Double)">
      <summary>
        <para>Creates a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant with the specified coordinates.</para>
      </summary>
      <param name="x">A <see cref="T:System.Double"/> value, specifying the X coordinate.</param>
      <param name="y">A <see cref="T:System.Double"/> value, specifying the Y coordinate.</param>
      <returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant  object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapCoordinateSystem.CreatePoint(System.String)">
      <summary>
        <para>Creates a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object with the specified coordinates.</para>
      </summary>
      <param name="input">A string value, that is the string representation of a point.</param>
      <returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</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 <see cref="T:DevExpress.Xpf.Map.MapCustomElement"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapCustomElement.ActualContent">
      <summary>
        <para>Gets or sets the actual content of the <see cref="T:DevExpress.Xpf.Map.MapCustomElement"/>.</para>
      </summary>
      <value>An object that contains the control’s content.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapCustomElement.Content">MapCustomElement.Content</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">MapCustomElement.Content</see> 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 <see cref="P:DevExpress.Xpf.Map.MapCustomElement.ContentTemplate">MapCustomElement.ContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.Map.CoordPoint"/> object containing geographical coordinates of the element location.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapCustomElement.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapCustomElement.Location">MapCustomElement.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapCustomElement.Template">
      <summary>
        <para>Specifies the template that defines the appearance of the map custom element.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays a map custom element.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapCustomElement.TemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapCustomElement.Template">MapCustomElement.Template</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapCustomElementSettings">
      <summary>
        <para>Contains settings to generate custom map elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapCustomElementSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapCustomElementSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapCustomElementSettings.ContentTemplate">
      <summary>
        <para>Gets or sets the content template displaying custom elements generated using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapCustomElementSettings.ContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapCustomElementSettings.ContentTemplate">MapCustomElementSettings.ContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapCustomElementSettings.ContentTemplateSelector">
      <summary>
        <para>Gets or sets the content template selector.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapCustomElementSettings.ContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapCustomElementSettings.ContentTemplateSelector">MapCustomElementSettings.ContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapCustomElementSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapCustomElement"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapCustomElement"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapCustomElementSettings.Template">
      <summary>
        <para>Gets or sets the template used to display custom elements generated with these settings.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapCustomElementSettings.TemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapCustomElementSettings.Template">MapCustomElementSettings.Template</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapDataAdapterBase">
      <summary>
        <para>The base class for all data adapters that can be used with the Map control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDataAdapterBase.Clusterer">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/114707/controls-and-libraries/map-control/vector-data/clusterers">clusterer</see> that aggregates map items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapClustererBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapDataAdapterBase.ClustererProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapDataAdapterBase.Clusterer">MapDataAdapterBase.Clusterer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDataAdapterBase.DisplayItems">
      <summary>
        <para>Returns map items which are displayed by a map control.</para>
      </summary>
      <value>A set of <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant objects.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDataAdapterBase.GetItemBySourceObject(System.Object)">
      <summary>
        <para>Gets a map item by the source object.</para>
      </summary>
      <param name="sourceObject">A source object.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapItem">MapItem</see> object that is obtained from the source object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDataAdapterBase.GetItemSourceObject(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Returns the source object of the specified map item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object.</param>
      <returns>A <see cref="T:System.Object"/> that is the source object of the item.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDataAdapterBase.LoadData">
      <summary>
        <para>Loads data from the specified data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDataAdapterBase.OnClustered">
      <summary>
        <para>Called after the clusterization is finished.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDataAdapterBase.OnViewportUpdated(DevExpress.Xpf.Map.MapViewport)">
      <summary>
        <para>Called every time the viewport is changed.</para>
      </summary>
      <param name="viewport">A <see cref="T:DevExpress.Xpf.Map.MapViewport"/> object specifying a new viewport.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapDataProviderBase">
      <summary>
        <para>The base class for all data providers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDataProviderBase.CacheOptions">
      <summary>
        <para>Gets or sets the settings for the provider’s cache.</para>
      </summary>
      <value>A storage for cache settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapDataProviderBase.CacheOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapDataProviderBase.CacheOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDataProviderBase.RequestOptions">
      <summary>
        <para>Gets or sets the options of tile image request.</para>
      </summary>
      <value>The options of the image tile request.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapDataProviderBase.RequestOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapDataProviderBase.RequestOptions">MapDataProviderBase.RequestOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDataProviderBase.SetTileSource(DevExpress.Xpf.Map.MapTileSourceBase)">
      <summary>
        <para>Assigns a new tile source to the <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">data provider</see>.</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 <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">data provider</see>.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.MapDependencyObject"/> class properties has changed its value.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Map.MapDependencyObjectCollection`1"/> class with default settings.</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 <see cref="T:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDependencyObjectCollectionBase`1.Add(`0)">
      <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,`0)">
      <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(`0)">
      <summary>
        <para>Removes the specified item from the collection.</para>
      </summary>
      <param name="item">An item to be removed from the collection.</param>
      <returns>true if the specified item was found and successfully removed from the collection; false 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.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 <see cref="T:DevExpress.Xpf.Map.MapDot"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDot.CanResize">
      <summary>
        <para>Returns the value that specifies whether end users can resize the dot.</para>
      </summary>
      <value>true if end users can resize the dot; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapDot.CanResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapDot.CanResize">MapDot.CanResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDot.ExportToWkt">
      <summary>
        <para>Exports the map dot to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </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.Map.CoordPoint"/> object containing geographic coordinates of the dot location.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapDot.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapDot.Location">MapDot.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapDot.ShapeKind">MapDot.ShapeKind</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapDot.Size">MapDot.Size</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapDotSettings">
      <summary>
        <para>Contains settings used to generate map dots.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapDotSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapDotSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDotSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapDot"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapDot"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDotSettings.ShapeKind">
      <summary>
        <para>Gets or sets the shape kind of dots generated using these settings.</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.MapDotSettings.ShapeKindProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapDotSettings.ShapeKind">MapDotSettings.ShapeKind</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapDotSettings.Size">
      <summary>
        <para>Gets or sets the size of dots generated using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the size.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapDotSettings.SizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapDotSettings.Size">MapDotSettings.Size</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapDotShapeKind.Rectangle">
      <summary>
        <para>A map dot is painted as a rectangle.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditActionResult">
      <summary>
        <para>Lists values that specify the edit action results.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditActionResult.Cancel">
      <summary>
        <para>The edit action is canceled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditActionResult.Finish">
      <summary>
        <para>The edit action is finished.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditActionResult.None">
      <summary>
        <para>No edit action is applied.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditor">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Vector Item Editor</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.#ctor">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Map.MapEditor"/> instance with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.ActiveItems">
      <summary>
        <para>Gets or sets a collection of items that are currently on edit.</para>
      </summary>
      <value>The collection of items that are currently on edit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditor.ActiveItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditor.ActiveItems">MapEditor.ActiveItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.ActiveLayer">
      <summary>
        <para>Gets or sets the layer that stores all items changed by the Map Editor.</para>
      </summary>
      <value>The layer that stores all items changed by the Map Editor.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditor.ActiveLayerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditor.ActiveLayer">MapEditor.ActiveLayer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.AllowSaveActions">
      <summary>
        <para>Gets or sets the value that specifies whether the command manager saves end-user changes.</para>
      </summary>
      <value>true to save commands; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditor.AllowSaveActionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditor.AllowSaveActions">MapEditor.AllowSaveActions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.CanRemoveItems">
      <summary>
        <para>Gets or sets the value the specifies whether end-users are allowed to remove any map item.</para>
      </summary>
      <value>true if end-users are allowed to remove items; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditor.CanRemoveItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditor.CanRemoveItems">MapEditor.CanRemoveItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.ClearSavedActions">
      <summary>
        <para>Clears the saved action history.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.ClearSavedActionsCommand">
      <summary>
        <para>Returns the command that clears Editor command manager’s saved command list.</para>
      </summary>
      <value>The command that clears Editor command manager’s saved command list.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.CreateItem(DevExpress.Xpf.Map.MapItemSettingsBase,System.Windows.Point)">
      <summary>
        <para>Creates an item with the specified settings at the specified point.</para>
      </summary>
      <param name="itemSettings">Settings of the new map item.</param>
      <param name="screenPoint">Point at which the Editor should create the new item.</param>
      <returns>The newly created map item.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.EditorPanelOptions">
      <summary>
        <para>Gets or sets an object that configures how the Editor Panel looks and behaves.</para>
      </summary>
      <value>The Editor Panel’s options storage.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditor.EditorPanelOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditor.EditorPanelOptions">MapEditor.EditorPanelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.FinishItem">
      <summary>
        <para>Finishes item creation process.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.InsertItemPoint(DevExpress.Xpf.Map.IEditableItem,DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
      <summary>
        <para>Inserts a point into the specified item.</para>
      </summary>
      <param name="item">The map item that supports shape edit into which the Editor should insert the point.</param>
      <param name="point">The new point coordinate, in map coordinates.</param>
      <param name="contourIndex">Index of the shape contour into which the Editor should insert the point.</param>
      <param name="pointIndex">Index of the map point in the contour after which the Editor should insert the point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.InsertItemPoint(DevExpress.Xpf.Map.IEditableItem,System.Windows.Point,System.Int32,System.Int32)">
      <summary>
        <para>Inserts a point into the specified item.</para>
      </summary>
      <param name="item">The map item that supports shape edit into which the Editor should insert the point.</param>
      <param name="point">The new point coordinate, in screen coordinates.</param>
      <param name="contourIndex">Index of the shape contour into which the Editor should insert the point.</param>
      <param name="pointIndex">Index of the map point in the contour after which the Editor should insert the point.</param>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapEditor.MapItemCreating">
      <summary>
        <para>Occurs when the Editor starts to create a map item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapEditor.MapItemEdited">
      <summary>
        <para>Occurs when the Editor ends editing a map item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapEditor.MapItemEditing">
      <summary>
        <para>Occurs when a user stars to edit a map item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.Mode">
      <summary>
        <para>Gets or sets the mode that the Map Editor currently uses.</para>
      </summary>
      <value>The mode that the Map Editor currently uses.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditor.ModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditor.Mode">MapEditor.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.RedoCommand">
      <summary>
        <para>Returns the command that restores the last canceled action.</para>
      </summary>
      <value>The command that restores the last canceled action.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.RemoveItemPoint(DevExpress.Xpf.Map.IEditableItem,System.Int32,System.Int32)">
      <summary>
        <para>Removes a point with the specified index from the specified item’s contour with the specified index.</para>
      </summary>
      <param name="item">The item from which the point is removed.</param>
      <param name="contourIndex">The zero-based index of the map item’s contour.</param>
      <param name="pointIndex">The zero-based index of the map item contour’s point.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.RemoveItemsCommand">
      <summary>
        <para>Returns the command that removes the Editor’s active items from the map.</para>
      </summary>
      <value>The command that removes the active items from the map.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.ResetModeCommand">
      <summary>
        <para>Returns the command that switches the Editor to the Default mode.</para>
      </summary>
      <value>The command that switches the Editor to the Default mode.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.RotateItems(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Double)">
      <summary>
        <para>Rotates the Editor’s active items by the specified angle.</para>
      </summary>
      <param name="items">The items that the Editor should rotate.</param>
      <param name="angle">The clockwise rotation angle, in degrees.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.RotateItemsCommand">
      <summary>
        <para>Returns the command that rotates the Editor’s active items.</para>
      </summary>
      <value>The command that rotates the Editor’s active items.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.ScaleItems(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Windows.Point,DevExpress.Xpf.Map.TransformOrigin)">
      <summary>
        <para>Scales the specified map items.</para>
      </summary>
      <param name="items">Map items that the Editor should scale.</param>
      <param name="scale">Values on which the Editor should scale items horizontally and vertically.</param>
      <param name="transformOrigin">The point around which the Editor should scale items.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.ScaleItems(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Windows.Point,System.Windows.Point)">
      <summary>
        <para>Scales the specified map items.</para>
      </summary>
      <param name="items">Map items that the Editor should scale.</param>
      <param name="scale">Values on which the Editor should scale items horizontally and vertically.</param>
      <param name="anchorPoint">The point around which the Editor should scale items.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.ScaleItemsCommand">
      <summary>
        <para>Returns the command that scales the Editor’s Active Items.</para>
      </summary>
      <value>The command that scales the Editor’s Active Items.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.SetCreateModeCommand">
      <summary>
        <para>Returns the command that switches the Editor to the Create mode.</para>
      </summary>
      <value>The command that switches the Editor to the Create mode.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.SetEditModeCommand">
      <summary>
        <para>Returns the command that switches the Editor to the Edit mode.</para>
      </summary>
      <value>The command that switches the Editor to the Edit mode.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.SetTransformModeCommand">
      <summary>
        <para>Returns the command that switches the Editor to the Transform mode.</para>
      </summary>
      <value>The command that switches the Editor to the Transform mode.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.SimplifyItems(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Double)">
      <summary>
        <para>Reduces the number of vertices that form the vector layer’s items with specified tolerance.</para>
      </summary>
      <param name="items">The items to be simplified.</param>
      <param name="tolerance">A percent of vertices that vector shapes contain after simplification. This value should be in the (0;100) range.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.TranslateItems(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Windows.Vector)">
      <summary>
        <para>Translates specified items at the specified offset.</para>
      </summary>
      <param name="items">Items that the Editor should translate.</param>
      <param name="offset">The offset in pixels on which the Editor should move items.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.TranslateItemsCommand">
      <summary>
        <para>Returns the command that translates the Editor’s actual items.</para>
      </summary>
      <value>The command that translates the Editor’s actual items.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditor.UndoCommand">
      <summary>
        <para>Returns the command that cancels the last action.</para>
      </summary>
      <value>The command that cancels the last action.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.UpdateItemPoint(DevExpress.Xpf.Map.IEditableItem,DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
      <summary>
        <para>Moves a specified point to the new position.</para>
      </summary>
      <param name="item">The map item that the Editor changes.</param>
      <param name="coordPoint">The new point’s coordinate.</param>
      <param name="contourIndex">The index of the contour that stores the point that should be changed.</param>
      <param name="pointIndex">The index of the point that the Editor moves.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditor.UpdateItemPoint(DevExpress.Xpf.Map.IEditableItem,System.Windows.Point,System.Int32,System.Int32)">
      <summary>
        <para>Moves a specified point to the new position.</para>
      </summary>
      <param name="item">The map item that the Editor changes.</param>
      <param name="point">The point’s new position on the screen. It is relative to the Map Control’s top-left corner.</param>
      <param name="contourIndex">The index of the contour that stores the point that should be changed.</param>
      <param name="pointIndex">The index of the point that the Editor moves.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorAction">
      <summary>
        <para>Lists actions that the Editor can do.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.Copy">
      <summary>
        <para>Copies a map item or a map item group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.Create">
      <summary>
        <para>Creates a new map item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.Move">
      <summary>
        <para>Moves a map item or a map item group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.None">
      <summary>
        <para>The Editor does not make any action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.PointAdd">
      <summary>
        <para>Adds a point to an <see cref="T:DevExpress.Xpf.Map.IEditableItem">editable item</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.PointRemove">
      <summary>
        <para>Removes a point from an <see cref="T:DevExpress.Xpf.Map.IEditableItem">editable item</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.PointUpdate">
      <summary>
        <para>Moves an <see cref="T:DevExpress.Xpf.Map.IEditableItem">editable item’s</see> point.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.Remove">
      <summary>
        <para>Removes a map item or a map item group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.Resize">
      <summary>
        <para>Resizes a map item or a map item group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorAction.Rotate">
      <summary>
        <para>Rotates a map item or a map item group.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorCreateMode">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see>‘s mode in which end users can add new map items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditorCreateMode.#ctor">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Map.MapEditorCreateMode"/> instance with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorCreateMode.EditorPanelAction">
      <summary>
        <para>For internal use only. Returns the action that the Map Editor performs in the Create mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorCreateMode.MapItemSettings">
      <summary>
        <para>Gets or sets an object that configures map items that end users can create.</para>
      </summary>
      <value>An object that specifies map items’ type and default parameters.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorCreateMode.MapItemSettingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditorCreateMode.MapItemSettings">MapEditorCreateMode.MapItemSettings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorEditMode">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see>‘s mode that allows end users to add, remove, and edit coordinates of a map shape’s points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditorEditMode.#ctor">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Map.MapEditorCreateMode"/> instance with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorEditMode.EditorPanelAction">
      <summary>
        <para>For internal use only. Returns the action that the Map Editor performs in the Edit mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorModeBase">
      <summary>
        <para>The base class for all <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see> modes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorModeBase.EditorPanelAction">
      <summary>
        <para>For internal use only. Returns the action that the Map Editor performs in the mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorPanelOptions">
      <summary>
        <para>The Map Editor Panel options storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditorPanelOptions.#ctor">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Map.MapEditorPanelOptions"/> instance with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorTransformMode">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see>‘s mode that allows you to move, resize, and rotate map items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEditorTransformMode.#ctor">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Map.MapEditorCreateMode"/> instance with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorTransformMode.EditorPanelAction">
      <summary>
        <para>For internal use only. Returns the action that the Map Editor performs in the Transform mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorTransformMode.Transform">
      <summary>
        <para>Gets or sets the value that specifies transformations that an end user can apply to the Editor’s active items.</para>
      </summary>
      <value>The value that specifies transformations that an end user can apply to the Editor’s active items.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorTransformMode.TransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEditorTransformMode.Transform">MapEditorTransformMode.Transform</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorUiElement">
      <summary>
        <para>Lists values that identify the <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see> UI elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorUiElement.Item">
      <summary>
        <para>The item that the Map Editor changes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorUiElement.ItemEdge">
      <summary>
        <para>The Editable Item edge’s handle.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorUiElement.ItemPoint">
      <summary>
        <para>The Editable Item point’s handle.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorUiElement.None">
      <summary>
        <para>No one Map Editor UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorUiElement.ResizeHandle">
      <summary>
        <para>The Resize handle.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEditorUiElement.RotateHandle">
      <summary>
        <para>The Rotate handle.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEditorUiHitInfo">
      <summary>
        <para>Storage of information about the <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see> UI elements under the test point.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorUiHitInfo.AdditionalItem">
      <summary>
        <para>Provides additional information about the Map Editor UI element under the test point.</para>
      </summary>
      <value>An object that stores additional information about the Map Editor UI element under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEditorUiHitInfo.Element">
      <summary>
        <para>Returns the value that identifies the UI element under the test point.</para>
      </summary>
      <value>The value that identifies the UI element under the test point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapElement">
      <summary>
        <para>The base class for different map elements (e.g. <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layers</see>).</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Map.MapElementCollection`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapElementOptions">
      <summary>
        <para>The base class for all Map Control’s UI elements’ options storages.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapElementOptions.HorizontalAlignment">
      <summary>
        <para>Gets or sets the Map UI element’s horizontal position.</para>
      </summary>
      <value>The Map UI element’s horizontal position.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapElementOptions.HorizontalAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapElementOptions.HorizontalAlignment">MapElementOptions.HorizontalAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapElementOptions.Margin">
      <summary>
        <para>Gets or sets the Map UI element’s margin.</para>
      </summary>
      <value>The Map UI element’s margin.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapElementOptions.MarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapElementOptions.Margin">MapElementOptions.Margin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapElementOptions.VerticalAlignment">
      <summary>
        <para>Gets or sets the Map UI element’s vertical position.</para>
      </summary>
      <value>The Map UI element’s vertical position.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapElementOptions.VerticalAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapElementOptions.VerticalAlignment">MapElementOptions.VerticalAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapElementOptions.Visible">
      <summary>
        <para>Gets or sets a value that specifies whether the Map UI element is visible.</para>
      </summary>
      <value>true if the UI element is visible; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapElementOptions.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapElementOptions.Visible">MapElementOptions.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.MapEllipse"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEllipse.CanResize">
      <summary>
        <para>Gets or sets the value that specifies whether a user can resize the map ellipse using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map ellipse can be resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEllipse.CanResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEllipse.CanResize">MapEllipse.CanResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEllipse.CreateByCenter(DevExpress.Xpf.Map.MapCoordinateSystem,DevExpress.Map.CoordPoint,System.Double,System.Double)">
      <summary>
        <para>Creates a map ellipse using its center point, width and height.</para>
      </summary>
      <param name="coordSystem">A <see cref="T:DevExpress.Xpf.Map.MapCoordinateSystem"/> class descendant object representing the coordinate system in which the ellipse should be initialized.</param>
      <param name="center">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the ellipse center point.</param>
      <param name="width">A <see cref="T:System.Double"/> specifying the ellipse width.</param>
      <param name="height">A <see cref="T:System.Double"/> specifying the ellipse height.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapEllipse"/> object with the specified center point width and height.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEllipse.CreateInPixelsByCenter(DevExpress.Xpf.Map.MapControl,DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
      <summary>
        <para>Creates a map ellipse with dimensions in pixels and the center with specified coordinates.</para>
      </summary>
      <param name="map">The map control that will contain the newly created ellipse.</param>
      <param name="center">The ellipse center.</param>
      <param name="pixelWidth">The ellipse’s width in pixels.</param>
      <param name="pixelHeight">The ellipse’s height in pixels.</param>
      <returns>The created ellipse.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEllipse.ExportToWkt">
      <summary>
        <para>Exports the map ellipse to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEllipse.FromLeftTopRightBottom(DevExpress.Xpf.Map.MapCoordinateSystem,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
      <summary>
        <para>Creates a map ellipse by the top-left and bottom-right points of its bounding rectangle.</para>
      </summary>
      <param name="coordSystem">A <see cref="T:DevExpress.Xpf.Map.MapCoordinateSystem"/> value specifying the map coordinate system.</param>
      <param name="leftTop">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the top left point of the ellipse bounding rectangle.</param>
      <param name="rightBottom">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the bottom right point of the ellipse bounding rectangle.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapEllipse"/> object.</returns>
    </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, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEllipse.HeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEllipse.Height">MapEllipse.Height</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEllipse.IsGeodesic">
      <summary>
        <para>Gets or sets a value that indicates whether the ellipse is geodesic.</para>
      </summary>
      <value>true if the line is geodesic; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEllipse.IsGeodesicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEllipse.IsGeodesic"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.Map.CoordPoint"/> object containing geographical coordinates of the ellipse location.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEllipse.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEllipse.Location">MapEllipse.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEllipse.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEllipse.Width">MapEllipse.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapEllipseSettings">
      <summary>
        <para>Contains settings used to generate map ellipses.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapEllipseSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapEllipseSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEllipseSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapEllipse"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapEllipse"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEllipseSettings.Height">
      <summary>
        <para>Gets or sets the height of the generated ellipses using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the ellipse height, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEllipseSettings.HeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEllipseSettings.Height">MapEllipseSettings.Height</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapEllipseSettings.Width">
      <summary>
        <para>Gets or sets the width of generated ellipses using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the ellipse width, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapEllipseSettings.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapEllipseSettings.Width">MapEllipseSettings.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapGeoDataAdapter">
      <summary>
        <para>A base class for adapters that load geographical data from files.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapGeoDataAdapter.FileUri">
      <summary>
        <para>Gets or sets a Uri that defines the location of a shape data file.</para>
      </summary>
      <value>A <see cref="T:System.Uri"/> object that contains a shape data file Uri.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapGeoDataAdapter.FileUriProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapGeoDataAdapter.FileUri">MapGeoDataAdapter.FileUri</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapGeoDataAdapter.GetItemSourceObject(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Returns the source object of the specified map item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object.</param>
      <returns>A <see cref="T:System.Object"/> that is the items’s source object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapGeoDataAdapter.LoadFromStream(System.IO.Stream,System.String)">
      <summary>
        <para>Loads map items from the specified stream and items resources from the specified path.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object that specifies a stream in which map items are exported.</param>
      <param name="workingPath">The path to the directory that is used to store item resources (for example, images) when you export the layer.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapGeoDataAdapter.LoadFromStream(System.IO.Stream)">
      <summary>
        <para>Loads map items from the specified stream.</para>
      </summary>
      <param name="stream">The stream that contains map items the data adapter should load.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapGeoDataAdapter.Parse(System.String)">
      <summary>
        <para>Parses the passed string in the KML, GeoJson or GPX  format to create map items that the string specifies.</para>
      </summary>
      <param name="textData">The string in the KML, GeoJson or GPX format that specifies map items.</param>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapGeoDataAdapter.ShapesLoaded">
      <summary>
        <para>Occurs when <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see> have been loaded.</para>
      </summary>
    </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.HitObjects">
      <summary>
        <para>Gets a collection of objects which represent all map visual elements located under the test point.</para>
      </summary>
      <value>A collection of <see cref="T:System.Object"/>s which represent all map elements under the test point.</value>
    </member>
    <member name="P:DevExpress.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>true if the test point is within a custom element; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapHitInfo.InMapBubble">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.MapBubble"/>.</para>
      </summary>
      <value>true, if the test point is within a map bubble; otherwise, false.</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>true if the test point is within a dot; otherwise, false.</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>true if the test point is within an ellipse; otherwise, false.</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>true if the test point is within a line; otherwise, false.</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>true if the test point is within a path; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapHitInfo.InMapPie">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.Xpf.Map.MapPie"/>.</para>
      </summary>
      <value>true, if the test point is within a map pie; otherwise, false.</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>true if the test point is within a polygon; otherwise, false.</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>true if the test point is within a polyline; otherwise, false.</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>true if the test point is within a pushpin; otherwise, false.</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>true if the test point is within a rectangle; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapHitInfo.InMapSpline">
      <summary>
        <para>Returns a value that indicates whether the test point is within a <see cref="T:DevExpress.Xpf.Map.MapSpline"/>.</para>
      </summary>
      <value>true if the test point is in a spline; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapHitInfo.MapBubble">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Xpf.Map.MapBubble"/> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapBubble"/> object that is the bubble located under the test point.</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.MapEditorUiHitInfo">
      <summary>
        <para>Returns information about the MapEditor UI elements under the test point.</para>
      </summary>
      <value>The storage of information about the MapEditor UI elements 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.MapPie">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Xpf.Map.MapPie"/> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapPie"/> object that is the pie 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="P:DevExpress.Xpf.Map.MapHitInfo.MapSpline">
      <summary>
        <para>Returns a <see cref="T:DevExpress.Xpf.Map.MapSpline"/> on the test point.</para>
      </summary>
      <value>A map spline that is on the test point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapImageDataProviderBase">
      <summary>
        <para>The base class for all <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">Map Image Data</see> Providers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapImageDataProviderBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapImageDataProviderBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapImageDataProviderBase.GetMapSizeInPixels(System.Double)">
      <summary>
        <para>Returns the map size in pixels.</para>
      </summary>
      <param name="zoomLevel">A <see cref="T:System.Double"/> value specifying the zoom level.</param>
      <returns>A <see cref="T:System.Windows.Size"/> value specifying the size of a map.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapImageDataProviderBase.ImageSource">
      <summary>
        <para>Returns the image source used to specify the image used to display map data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapImageSourceBase"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapImageDataProviderBase.ImageSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapImageDataProviderBase.ImageSource">MapImageDataProviderBase.ImageSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapImageDataProviderBase.Projection">
      <summary>
        <para>Returns the projection used by a <see cref="T:DevExpress.Xpf.Map.MapImageDataProviderBase"/> class descendant.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> object descendant.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapImageDataProviderBase.WebRequest">
      <summary>
        <para>Occurs when the Map control sends a request to a web service.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapImageSourceBase">
      <summary>
        <para>The base class for all map image sources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapImageSourceBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapImageSourceBase"/> class with default settings.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.MapItem.Attributes">MapItem.Attributes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.Brush">
      <summary>
        <para>Returns the brush used to draw a map item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> class descendant object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.CanMove">
      <summary>
        <para>Gets or sets the value that specifies whether a user can move item using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map item can be moved; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItem.CanMoveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItem.CanMove">MapItem.CanMove</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.ClusteredItems">
      <summary>
        <para>Returns the collection of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects that are in a cluster presented by this cluster representative.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.EnableHighlighting">
      <summary>
        <para>Gets or sets the value indicating whether the map item can be highlighted. This is a dependency property.</para>
      </summary>
      <value>null (Nothing in Visual Basic) - the layer that contains the map item provides the value to the item;True - the map item can be highlighted;False - the map item cannot be highlighted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItem.EnableHighlightingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItem.EnableHighlighting">MapItem.EnableHighlighting</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.EnableSelection">
      <summary>
        <para>Indicates whether a map item can be selected.</para>
      </summary>
      <value>true if a map item can be selected; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItem.EnableSelectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItem.EnableSelection"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.IsHitTestVisible">
      <summary>
        <para>Gets or sets a value that defines whether a map item can be returned as a hit-testing result.</para>
      </summary>
      <value>true if the map item can be shown as the result of hit testing; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItem.IsHitTestVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItem.IsHitTestVisible">MapItem.IsHitTestVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.Layer">
      <summary>
        <para>Returns the layer containing this map item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.VectorLayerBase"/> object specifying a map layer.</value>
    </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.Tag">
      <summary>
        <para>Gets or sets the object that contains data related to this map item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that contains data about this map item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItem.TagProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItem.Tag">MapItem.Tag</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapItem.ToolTipPattern">MapItem.ToolTipPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.Visible">
      <summary>
        <para>Gets or sets a value indicating whether a map item should be displayed.</para>
      </summary>
      <value>true to display a map item; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItem.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItem.Visible">MapItem.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItem.ZIndex">
      <summary>
        <para>Gets or sets a value that is the order on the Z-plane in which a map layer element (e.g., image tiles layer or vector layer) appears.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the order of a map item on the Z-plane.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItem.ZIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItem.ZIndex">MapItem.ZIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.MapItemAttribute"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemAttribute.#ctor(DevExpress.Map.Native.IMapItemAttribute)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemAttribute"/> class with the specified settings.</para>
      </summary>
      <param name="source">An interface that implements the <see cref="T:DevExpress.Xpf.Map.MapItemAttribute"/> object.</param>
    </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 <see cref="P:DevExpress.Xpf.Map.MapItemAttribute.Name">MapItemAttribute.Name</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapItemAttribute.Type">MapItemAttribute.Type</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapItemAttribute.Value">MapItemAttribute.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.MapDependencyObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemAttributeCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Xpf.Map.MapDependencyObject"/> class descendant object that is the owner of this 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.MapItemAttributeMapping">
      <summary>
        <para>The mapping of an attribute applied to a map item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemAttributeMapping.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemAttributeMapping"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemAttributeMapping.Member">
      <summary>
        <para>Gets or sets the member attribute to define mappings of a map item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that defines the member attribute.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemAttributeMapping.MemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItemAttributeMapping.Member">MapItemAttributeMapping.Member</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemAttributeMapping.Name">
      <summary>
        <para>Gets or sets the name of the map item attribute mapping.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the name attribute.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemAttributeMapping.NameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItemAttributeMapping.Name">MapItemAttributeMapping.Name</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemAttributeMappingCollection">
      <summary>
        <para>A mapping collection of map item attributes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemAttributeMappingCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemAttributeMappingCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemCreatingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapEditor.MapItemCreating">MapEditor.MapItemCreating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemCreatingEventArgs.#ctor(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemCreatingEventArgs"/> class.</para>
      </summary>
      <param name="item">The map item that is in the create process.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemCreatingEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the map item creation should be canceled.</para>
      </summary>
      <value>true, if the map item creation should be canceled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemCreatingEventArgs.Item">
      <summary>
        <para>Returns the map item that is in the create process.</para>
      </summary>
      <value>The map item that is in the create process.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemCreatingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapEditor.MapItemCreating">MapEditor.MapItemCreating</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemEditedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapEditor.MapItemEdited">MapEditor.MapItemCreating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemEditedEventArgs.#ctor(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},DevExpress.Xpf.Map.MapEditorAction)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemEditedEventArgs"/> class.</para>
      </summary>
      <param name="items">Edited map items.</param>
      <param name="action">The value that indicates what is changed.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemEditedEventArgs.Action">
      <summary>
        <para>Returns the value that indicates an action that causes changes.</para>
      </summary>
      <value>The value that indicates an action that causes changes.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemEditedEventArgs.Items">
      <summary>
        <para>Returns edited map items.</para>
      </summary>
      <value>Edited map items.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemEditedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapEditor.MapItemEdited">MapEditor.MapItemEdited</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemEditingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapEditor.MapItemEditing">MapEditor.MapItemEditing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemEditingEventArgs.#ctor(DevExpress.Xpf.Map.MapEditorAction,System.Object,System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemEditingEventArgs"/> class with the specified values of event arguments.</para>
      </summary>
      <param name="action">An action that is applied to items.</param>
      <param name="info">An object that contains additional information about edited items.</param>
      <param name="items">A collection of edited items.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemEditingEventArgs.Action">
      <summary>
        <para>Returns the action applied to items.</para>
      </summary>
      <value>An action that is applied to items.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemEditingEventArgs.AdditionalInfo">
      <summary>
        <para>Returns additional information about edited items.</para>
      </summary>
      <value>An object that contains additional information about edited items.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemEditingEventArgs.Items">
      <summary>
        <para>Returns the items to be displayed on a map.</para>
      </summary>
      <value>A collection of items.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemEditingEventArgs.Result">
      <summary>
        <para>Gets or sets the edit action result.</para>
      </summary>
      <value>The edit action result.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemEditingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Map.MapEditor.MapItemEditing">MapEditor.MapItemEditing</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemMappingInfo">
      <summary>
        <para>Contains information about the mapping of map items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemMappingInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemMappingInfo"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemMappingInfoBase">
      <summary>
        <para>The base class for all map item mapping info classes.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapControl.SelectionChanged">MapControl.SelectionChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemSelectionChangedEventArgs.#ctor(System.Collections.Generic.List{System.Object})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">MapItemSelectionChangedEventArgs.Selection</see> 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.MapItemSelectionChangedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapControl.SelectionChanged">MapControl.SelectionChanged</see> 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.MapItemSelectionChangingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapControl.SelectionChanging">MapControl.SelectionChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemSelectionChangingEventArgs.#ctor(System.Collections.IList)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemSelectionChangingEventArgs"/> class with the specified map selection.</para>
      </summary>
      <param name="selection">The selected map item collection.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemSelectionChangingEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the map item selection should be canceled.</para>
      </summary>
      <value>true, if the map item selection should be canceled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemSelectionChangingEventArgs.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.MapItemSelectionChangingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapControl.SelectionChanging">MapControl.SelectionChanging</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemSettings">
      <summary>
        <para>Contains settings used to generate map items.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemSettingsBase">
      <summary>
        <para>The base class for all map items settings classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemSettingsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemSettingsBase.IsHitTestVisible">
      <summary>
        <para>Gets or sets a value that defines whether a map item can be returned as a hit-testing result.</para>
      </summary>
      <value>true if the map item can be shown as the result of hit testing; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemSettingsBase.IsHitTestVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItemSettingsBase.IsHitTestVisible">MapItemSettingsBase.IsHitTestVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemSettingsBase.Visible">
      <summary>
        <para>Gets or sets the value that specifies whether the map items generated using these settings are visible.</para>
      </summary>
      <value>true if map items  generated using these settings are visible; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemSettingsBase.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItemSettingsBase.Visible">MapItemSettingsBase.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemStorage">
      <summary>
        <para>The data adapter that stores manually added <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapItemStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapItemStorage.GetItemSourceObject(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Returns the source object of the specified map item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object.</param>
      <returns>A <see cref="T:System.Object"/> that is the source object of the item.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapItemStorage.Items">
      <summary>
        <para>Returns the collection of the map items stored by this <see cref="T:DevExpress.Xpf.Map.MapItemStorage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"/> that is a collection of <see cref="T:DevExpress.Xpf.Map.MapItem"/> class descendant objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemStorage.ItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapItemStorage.Items">MapItemStorage.Items</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapItemTransform">
      <summary>
        <para>Lists transformations that are turned on.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemTransform.All">
      <summary>
        <para>All transforms are available.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemTransform.AxisResize">
      <summary>
        <para>Resizing using edge resize handles is available.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemTransform.CornersResize">
      <summary>
        <para>Resizing using corner resize handles is available.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemTransform.Move">
      <summary>
        <para>Moving is available.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemTransform.None">
      <summary>
        <para>No one transform is available.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapItemTransform.Rotate">
      <summary>
        <para>Rotation is available.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapLegendBase">
      <summary>
        <para>The base class for all legends that can be used in the Map control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendBase.ActualVisibility">
      <summary>
        <para>Gets the actual visibility state of the map legend.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Visibility"/> enumeration value specifies the current state of the map legend visibility.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendBase.Alignment">
      <summary>
        <para>Gets or sets the alignment of a map legend.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.LegendAlignment"/> enumeration item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLegendBase.AlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLegendBase.Alignment">MapLegendBase.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendBase.Description">
      <summary>
        <para>Gets or set the description of the map legend.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLegendBase.DescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLegendBase.Description">MapLegendBase.Description</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendBase.Header">
      <summary>
        <para>Gets or sets the header of the map legend.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLegendBase.HeaderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLegendBase.Header">MapLegendBase.Header</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendBase.IsItemsPresent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendBase.ItemLabelTemplate">
      <summary>
        <para>Gets or sets the template that specifies the visual representation of the legend’s item labels.</para>
      </summary>
      <value>The <see cref="T:System.Windows.DataTemplate"/> object that specifies the visual representation of the legend’s item labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLegendBase.ItemLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLegendBase.ItemLabelTemplate">MapLegendBase.ItemLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapLegendBase.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.MapLegendBase.RangeStopsFormat">
      <summary>
        <para>Specifies the display format of range stops on a color legend.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text representation of range stops on a color legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLegendBase.RangeStopsFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLegendBase.RangeStopsFormat">MapLegendBase.RangeStopsFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapLegendItemBase">
      <summary>
        <para>The base class for all legend items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendItemBase.ActualText">
      <summary>
        <para>Returns the actual text of this legend item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendItemBase.Fill">
      <summary>
        <para>Gets or sets the fill color of a map legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendItemBase.Format">
      <summary>
        <para>Gets or sets the format string.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendItemBase.LabelTemplate">
      <summary>
        <para>Gets or sets the template that specifies the visual representation of the item’s label.</para>
      </summary>
      <value>The <see cref="T:System.Windows.DataTemplate"/> object that specifies the visual representation of the item’s label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendItemBase.Legend">
      <summary>
        <para>Returns the legend that owns this item.</para>
      </summary>
      <value>The owner.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.MapLegendItemBase.PropertyChanged">
      <summary>
        <para>Occurs when a property is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendItemBase.Text">
      <summary>
        <para>Gets or sets the text of an item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLegendItemBase.Value">
      <summary>
        <para>Gets or sets the value of the legend item.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapLine">
      <summary>
        <para>Contains map line settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapLine.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapLine"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.ActualPoints">
      <summary>
        <para>Returns the set of points required to plot this line.</para>
      </summary>
      <value>A set of <see cref="T:DevExpress.Map.CoordPoint"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.CanResize">
      <summary>
        <para>Gets or sets the value that specifies whether a user can resize the map line using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map line can be resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLine.CanResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLine.CanResize">MapLine.CanResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.CanRotate">
      <summary>
        <para>Gets or sets the value that specifies whether a user can rotate the map line using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map line can be rotated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLine.CanRotateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLine.CanRotate">MapLine.CanRotate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.EndLineCap">
      <summary>
        <para>Specifies <see cref="T:DevExpress.Xpf.Map.MapLine"/> end cap settings.</para>
      </summary>
      <value>Contains <see cref="T:DevExpress.Xpf.Map.MapLine"/> end cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLine.EndLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLine.EndLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapLine.ExportToWkt">
      <summary>
        <para>Exports the map line to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.IsGeodesic">
      <summary>
        <para>Gets or sets a value that indicates whether the line is geodesic.</para>
      </summary>
      <value>true if the line is geodesic; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLine.IsGeodesicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLine.IsGeodesic">MapLine.IsGeodesic</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.Point1">
      <summary>
        <para>Gets or sets the first point that defines this line.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLine.Point1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLine.Point1">MapLine.Point1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.Point2">
      <summary>
        <para>Gets or sets the second point that defines this line.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLine.Point2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLine.Point2">MapLine.Point2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLine.StartLineCap">
      <summary>
        <para>Specifies <see cref="T:DevExpress.Xpf.Map.MapLine"/> start cap settings.</para>
      </summary>
      <value>Contains <see cref="T:DevExpress.Xpf.Map.MapLine"/> start cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLine.StartLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLine.StartLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapLineCap">
      <summary>
        <para>Contains map line cap settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapLineCap.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapLineCap"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineCap.Geometry">
      <summary>
        <para>Specifies a custom cap shape.</para>
      </summary>
      <value>A PathGeometry object that defines the cap shape.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineCap.GeometryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineCap.Geometry"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineCap.Length">
      <summary>
        <para>Specifies the map line cap length.</para>
      </summary>
      <value>The value that specifies the map line cap length.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineCap.LengthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineCap.Length"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineCap.Visible">
      <summary>
        <para>Specifies whether a map line cap is visible.</para>
      </summary>
      <value>true if the map line cap is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineCap.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineCap.Visible"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineCap.Width">
      <summary>
        <para>Specifies the map line cap width.</para>
      </summary>
      <value>A value that specifies the map line cap width.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineCap.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineCap.Width"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapLineMappingInfo">
      <summary>
        <para>Contains information about mappings that are used to obtain line data from a source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapLineMappingInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapLineMappingInfo"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineMappingInfo.Point1">
      <summary>
        <para>Gets or sets the name of a data source member that contains information about the first line point.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineMappingInfo.Point1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineMappingInfo.Point1"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineMappingInfo.Point2">
      <summary>
        <para>Gets or sets the name of a data source member that contains information about the second line point.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineMappingInfo.Point2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineMappingInfo.Point2"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapLineSettings">
      <summary>
        <para>Contains settings used to generate map lines.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapLineSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapLineSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapLine"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapLine"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineSettings.EndLineCap">
      <summary>
        <para>Gets or sets end line cap settings.</para>
      </summary>
      <value>Contains line cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineSettings.EndLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineSettings.EndLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineSettings.IsGeodesic">
      <summary>
        <para>Gets or sets a value that indicates whether generated lines are geodesic.</para>
      </summary>
      <value>true if lines are geodesic; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineSettings.IsGeodesicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineSettings.IsGeodesic"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapLineSettings.StartLineCap">
      <summary>
        <para>Gets or sets the start line cap settings.</para>
      </summary>
      <value>Contains line cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapLineSettings.StartLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapLineSettings.StartLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapMultipointItemMappingInfo">
      <summary>
        <para>Contains information about mappings that are used to obtain multipoint item data from a source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapMultipointItemMappingInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapMultipointItemMappingInfo"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapMultipointItemMappingInfo.Points">
      <summary>
        <para>Gets or sets the name of a data source member that contains polyline points.</para>
      </summary>
      <value>Data source member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapMultipointItemMappingInfo.PointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapMultipointItemMappingInfo.Points"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.MapPath"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPath.CanResize">
      <summary>
        <para>Gets or sets the value that specifies whether a user can resize the map path using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map path can be resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPath.CanResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPath.CanResize">MapPath.CanResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPath.CanRotate">
      <summary>
        <para>Gets or sets the value that specifies whether a user can rotate the map path using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map path can be rotated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPath.CanRotateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPath.CanRotate">MapPath.CanRotate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 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 <see cref="P:DevExpress.Xpf.Map.MapPath.Data">MapPath.Data</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPath.ExportToWkt">
      <summary>
        <para>Exports the map path to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPathSettings">
      <summary>
        <para>Contains settings used to generate map paths.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPathSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPathSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPathSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapPath"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapPath"/> objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPie">
      <summary>
        <para>The class used to draw a pie chart on a map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPie.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPie"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPie.HoleRadiusPercent">
      <summary>
        <para>Gets or sets a hole radius as a percent of the pie map chart size.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPie.HoleRadiusPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPie.HoleRadiusPercent">MapPie.HoleRadiusPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPie.RotationAngle">
      <summary>
        <para>Gets or sets the angle by which the pie is rotated, relative to its default appearance.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPie.RotationAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPie.RotationAngle">MapPie.RotationAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPie.RotationDirection">
      <summary>
        <para>Gets or sets the direction in which pie slices should be rotated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.RotationDirection"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPie.RotationDirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPie.RotationDirection">MapPie.RotationDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPie.Segments">
      <summary>
        <para>Gets or sets segments of a map pie.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.PieSegmentCollection"/> object that is a collection of map path segments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPie.SegmentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPie.Segments">MapPie.Segments</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPie.TotalValue">
      <summary>
        <para>Returns the summary of values from all pie segments.</para>
      </summary>
      <value>A double value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPie.TotalValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPie.TotalValue">MapPie.TotalValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPieMappingInfo">
      <summary>
        <para>Contains information about the mapping of Pie chart items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPieMappingInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPieMappingInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPieMappingInfo.SegmentId">
      <summary>
        <para>Gets or sets the data field to which the <see cref="P:DevExpress.Xpf.Map.PieSegment.SegmentId">PieSegment.SegmentId</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPieMappingInfo.SegmentIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPieMappingInfo.SegmentId">MapPieMappingInfo.SegmentId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPieMappingInfo.SegmentValue">
      <summary>
        <para>Gets or sets the data field to which the <see cref="P:DevExpress.Xpf.Map.PieSegment.Value">PieSegment.Value</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPieMappingInfo.SegmentValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPieMappingInfo.SegmentValue">MapPieMappingInfo.SegmentValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPieSettings">
      <summary>
        <para>Contains settings used to generate Pie chart items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPieSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPieSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPieSettings.HoleRadiusPercent">
      <summary>
        <para>Gets or sets a hole radius as a percent of the size of a map pie chart.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object specifying a hole radius as a percent.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPieSettings.HoleRadiusPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPieSettings.HoleRadiusPercent">MapPieSettings.HoleRadiusPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPieSettings.RotationAngle">
      <summary>
        <para>Gets or sets the angle by which the pie charts are rotated, relative to its default appearance.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPieSettings.RotationAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPieSettings.RotationAngle">MapPieSettings.RotationAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPieSettings.RotationDirection">
      <summary>
        <para>Gets or sets the direction in which pie slices should be rotated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.RotationDirection"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPieSettings.RotationDirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPieSettings.RotationDirection">MapPieSettings.RotationDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPointMappingInfoBase">
      <summary>
        <para>The base class for all map point mapping info classes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.Latitude">
      <summary>
        <para>Gets or sets the data field to which the <see cref="P:DevExpress.Xpf.Map.GeoPoint.Latitude">GeoPoint.Latitude</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPointMappingInfoBase.LatitudeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.Latitude">Latitude</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.Longitude">
      <summary>
        <para>Gets or sets the data field to which the <see cref="P:DevExpress.Xpf.Map.GeoPoint.Longitude">GeoPoint.Longitude</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPointMappingInfoBase.LongitudeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.Longitude">Longitude</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.XCoordinate">
      <summary>
        <para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.CartesianPoint.X">CartesianPoint.X</see> property is bound.</para>
      </summary>
      <value>A string value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPointMappingInfoBase.XCoordinateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.XCoordinate">XCoordinate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.YCoordinate">
      <summary>
        <para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.CartesianPoint.Y">CartesianPoint.Y</see> property is bound.</para>
      </summary>
      <value>A string value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPointMappingInfoBase.YCoordinateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPointMappingInfoBase.YCoordinate">YCoordinate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.MapPolygon"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolygon.CanResize">
      <summary>
        <para>Gets or sets the value that specifies whether a user can resize the map polygon using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map polygon can be resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolygon.CanResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolygon.CanResize">MapPolygon.CanResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolygon.CanRotate">
      <summary>
        <para>Gets or sets the value that specifies whether a user can rotate the map polygon using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map polygon can be rotated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolygon.CanRotateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolygon.CanRotate">MapPolygon.CanRotate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPolygon.ExportToWkt">
      <summary>
        <para>Exports the map polygon to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPolygon.FillRule">MapPolygon.FillRule</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolygon.Points">
      <summary>
        <para>Gets or sets a collection of points defining the map polygon.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolygon.PointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolygon.Points">MapPolygon.Points</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPolygonSettings">
      <summary>
        <para>Contains settings used to generate map polygons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPolygonSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPolygonSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolygonSettings.FillRule">
      <summary>
        <para>Gets or sets a value that specifies the interior fill of generated map polygons using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.FillRule"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolygonSettings.FillRuleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolygonSettings.FillRule">MapPolygonSettings.FillRule</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPolyline">
      <summary>
        <para>Contains map polyline settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPolyline.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPolyline"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolyline.IsGeodesic">
      <summary>
        <para>Gets or sets a value that indicates whether the line is geodesic.</para>
      </summary>
      <value>true if the line is geodesic; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolyline.IsGeodesicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolyline.IsGeodesic">MapPolyline.IsGeodesic</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPolylineBase">
      <summary>
        <para>A base class for polylines.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPolylineBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPolylineBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineBase.ActualPoints">
      <summary>
        <para>Returns the collection of points used to plot a line.</para>
      </summary>
      <value>An object implementing the <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Map.CoordPoint"/>,&gt; interface and containing points used to plot a line.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineBase.CanResize">
      <summary>
        <para>Gets or sets the value that specifies whether a user can resize the map polyline using the <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see>‘s Transform mode.</para>
      </summary>
      <value>true, if the map polyline can be resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineBase.CanResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineBase.CanResize">MapPolylineBase.CanResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineBase.CanRotate">
      <summary>
        <para>Gets or sets the value that specifies whether a user can rotate the map polyline using the <see href="https://docs.devexpress.com/WPF/400291/controls-and-libraries/map-control/end-user-interaction/vector-item-editor">Map Editor</see>‘s Transform mode.</para>
      </summary>
      <value>true, if the map polyline can be rotated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineBase.CanRotateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineBase.CanRotate">MapPolylineBase.CanRotate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineBase.EndLineCap">
      <summary>
        <para>Specifies end cap settings.</para>
      </summary>
      <value>Contains end cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineBase.EndLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineBase.EndLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPolylineBase.ExportToWkt">
      <summary>
        <para>Exports the map polyline to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineBase.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.MapPolylineBase.FillRuleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineBase.FillRule">MapPolylineBase.FillRule</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineBase.Points">
      <summary>
        <para>Gets or sets a collection of points that define the map polyline.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineBase.PointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineBase.Points">MapPolylineBase.Points</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineBase.StartLineCap">
      <summary>
        <para>Specifies start cap settings.</para>
      </summary>
      <value>Contains start cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineBase.StartLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineBase.StartLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPolyLineSegment">
      <summary>
        <para>A segment of the map polyline.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPolyLineSegment.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPolyLineSegment"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolyLineSegment.Points">
      <summary>
        <para>Gets or sets the collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.CoordPointCollection"/> object, which stores <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolyLineSegment.PointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolyLineSegment.Points">MapPolyLineSegment.Points</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPolylineSettings">
      <summary>
        <para>Contains settings used to generate map polylines.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPolylineSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPolylineSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapPolyline"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapPolyline"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineSettings.EndLineCap">
      <summary>
        <para>Gets or sets the end polyline cap settings.</para>
      </summary>
      <value>Contains line cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineSettings.EndLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineSettings.EndLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineSettings.FillRule">
      <summary>
        <para>Gets or sets a value that specifies the interior fill of generated map polylines using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.FillRule"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineSettings.FillRuleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineSettings.FillRule">MapPolylineSettings.FillRule</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineSettings.IsGeodesic">
      <summary>
        <para>Gets or sets a value that indicates whether generated polylines are geodesic.</para>
      </summary>
      <value>true if the polylines are geodesic; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineSettings.IsGeodesicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineSettings.IsGeodesic"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPolylineSettings.StartLineCap">
      <summary>
        <para>Gets or sets the start polyline cap settings.</para>
      </summary>
      <value>Contains polyline cap settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPolylineSettings.StartLineCapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPolylineSettings.StartLineCap"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPrintOptions">
      <summary>
        <para>Contains map print options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPrintOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPrintOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPrintOptions.PrintMiniMap">
      <summary>
        <para>Gets or sets a value indicating whether a mini map should be printed/exported.</para>
      </summary>
      <value>true if a mini map should be printed/exported, otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPrintOptions.PrintMiniMapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPrintOptions.PrintMiniMap">MapPrintOptions.PrintMiniMap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPrintOptions.SizeMode">
      <summary>
        <para>Gets or sets a value which specifies the size mode used to print the map.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapPrintSizeMode"/> enumeration value, which specifies the size mode used to print the map.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPrintOptions.SizeModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPrintOptions.SizeMode">MapPrintOptions.SizeMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPrintSizeMode">
      <summary>
        <para>Lists the values specifying size modes used when a map is printed or exported.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPrintSizeMode.Normal">
      <summary>
        <para>A map is printed in the identical size it appears on the form.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPrintSizeMode.Stretch">
      <summary>
        <para>A map is stretched or shrunk to fit the page on which it is printed.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPrintSizeMode.Zoom">
      <summary>
        <para>A map is resized proportionally (without clipping), so that it best fits the page on which it is printed.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.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 <see cref="T:DevExpress.Xpf.Map.MapPushpin"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpin.ActualBrush">
      <summary>
        <para>Returns the actual Pushpin’s background brush.</para>
      </summary>
      <value>The actual Pushpin’s background brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpin.ActualForeground">
      <summary>
        <para>Returns the actual Pushpin’s foreground brush.</para>
      </summary>
      <value>The actual Pushpin’s foreground brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpin.ActualStrokeBrush">
      <summary>
        <para>Returns the actual Pushpin’s stroke brush.</para>
      </summary>
      <value>The actual stroke brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpin.ActualTraceStroke">
      <summary>
        <para>Returns the actual Pushpin’s trace stroke brush.</para>
      </summary>
      <value>The actual Pushpin’s trace stroke brush.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.Brush">MapPushpin.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.Information">MapPushpin.Information</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true, if a pushpin is highlighted on a map; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpin.IsHighlightedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpin.IsHighlighted">MapPushpin.IsHighlighted</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.Map.CoordPoint"/> 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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.LocationChangedAnimation">MapPushpin.LocationChangedAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpin.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpin.Location">MapPushpin.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpin.MarkerTemplate">
      <summary>
        <para>Gets or sets the template that allows specifying the presentation of the pushpin’s marker.</para>
        <para>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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.MarkerTemplate">MapPushpin.MarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.State">MapPushpin.State</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpin.Template">
      <summary>
        <para>Gets or sets the template that allows completely specifying the appearance and behavior of a map pushpin.</para>
        <para>This is dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays a map pushpin.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpin.TemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpin.Template">MapPushpin.Template</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.TextBrush">MapPushpin.TextBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpin.TextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpin.Text">MapPushpin.Text</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.TraceDepth">MapPushpin.TraceDepth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.TraceStroke">MapPushpin.TraceStroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapPushpin.TraceStrokeStyle">MapPushpin.TraceStrokeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapPushpinSettings">
      <summary>
        <para>Contains settings to generate map pushpins.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapPushpinSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapPushpinSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.Brush">
      <summary>
        <para>Gets or sets the brush used by map pushpins, automatically generated using these settings, to draw the pushpin background.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinSettings.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.Brush">MapPushpinSettings.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapPushpin"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapPushpin"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.LocationChangedAnimation">
      <summary>
        <para>Gets or sets the animation used when the location of map pushpins automatically generated using these settings changes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.PushpinLocationAnimation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinSettings.LocationChangedAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.LocationChangedAnimation">MapPushpinSettings.LocationChangedAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.MarkerTemplate">
      <summary>
        <para>Gets or sets the data template used to specify the marker appearance of map pushpins generated using these settings.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the element presentation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinSettings.MarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.MarkerTemplate">MapPushpinSettings.MarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.Template">
      <summary>
        <para>Specifies the template used by map pushpins automatically generated using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays map pushpins.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinSettings.TemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.Template">MapPushpinSettings.Template</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.TextBrush">
      <summary>
        <para>Gets or sets the brush used by map pushpins automatically generated using these settings to draw the text.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that is a brush used to fill the pushpins’ text.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinSettings.TextBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.TextBrush">MapPushpinSettings.TextBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.TraceDepth">
      <summary>
        <para>Gets or sets the value that specifies the trace depth used by map pushpins automatically generated using these settings.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that is the depth of a pushpins’ trace on a map.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinSettings.TraceDepthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.TraceDepth">MapPushpinSettings.TraceDepth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.TraceStroke">
      <summary>
        <para>Gets or sets the brush used by map pushpins, automatically generated using these settings, to draw the trace.</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 pushpins.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinSettings.TraceStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.TraceStroke">MapPushpinSettings.TraceStroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapPushpinSettings.TraceStrokeStyle">
      <summary>
        <para>Gets or sets the style used by map pushpins, automatically generated using these settings, to draw the trace.</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.MapPushpinSettings.TraceStrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapPushpinSettings.TraceStrokeStyle">MapPushpinSettings.TraceStrokeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapPushpinState.Normal">
      <summary>
        <para>A pushpin is drawn as usual.</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 <see cref="T:DevExpress.Xpf.Map.MapRectangle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRectangle.CanResize">
      <summary>
        <para>Gets or sets the value that specifies whether a user can resize the map rectangle using the Map Editor’s Transform mode.</para>
      </summary>
      <value>true, if the map rectangle can be resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangle.CanResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangle.CanResize">MapRectangle.CanResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapRectangle.CreateByCenter(DevExpress.Xpf.Map.MapCoordinateSystem,DevExpress.Map.CoordPoint,System.Double,System.Double)">
      <summary>
        <para>Creates a map rectangle using its center point, width and height.</para>
      </summary>
      <param name="coordSystem">A <see cref="T:DevExpress.Xpf.Map.MapCoordinateSystem"/> class descendant object representing the coordinate system in which the rectangle should be initialized.</param>
      <param name="center">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the rectangle center point.</param>
      <param name="width">A <see cref="T:System.Double"/> specifying the rectangle width.</param>
      <param name="height">A <see cref="T:System.Double"/> specifying the rectangle height.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapRectangle"/> object with the specified center point width and height.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapRectangle.ExportToWkt">
      <summary>
        <para>Exports the map rectangle to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapRectangle.FromLeftTopRightBottom(DevExpress.Xpf.Map.MapCoordinateSystem,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
      <summary>
        <para>Creates a map rectangle by its top-left and bottom-right points.</para>
      </summary>
      <param name="coordSystem">A <see cref="T:DevExpress.Xpf.Map.MapCoordinateSystem"/> value specifying the map coordinate system.</param>
      <param name="leftTop">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the top left coordinate.</param>
      <param name="rightBottom">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the bottom right coordinate.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapRectangle"/> object.</returns>
    </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, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangle.HeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangle.Height">MapRectangle.Height</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.Map.CoordPoint"/> object containing geographical coordinates of the rectangle location.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangle.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangle.Location">MapRectangle.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapRectangle.RadiusX">MapRectangle.RadiusX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.MapRectangle.RadiusY">MapRectangle.RadiusY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangle.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangle.Width">MapRectangle.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapRectangleSettings">
      <summary>
        <para>Contains settings used to generate map rectangles.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapRectangleSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapRectangleSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRectangleSettings.Default">
      <summary>
        <para>Returns the default settings of <see cref="T:DevExpress.Xpf.Map.MapRectangle"/> objects.</para>
      </summary>
      <value>The default settings of <see cref="T:DevExpress.Xpf.Map.MapRectangle"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRectangleSettings.Height">
      <summary>
        <para>Gets or sets the height of the generated rectangles using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the rectangle height, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangleSettings.HeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangleSettings.Height">MapRectangleSettings.Height</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRectangleSettings.RadiusX">
      <summary>
        <para>Gets or sets the x-axis radius of the ellipse that is used to round the corners of the generated rectangle using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, which specifies the x-axis radius of the ellipses used to round the corners of the rectangle.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangleSettings.RadiusXProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangleSettings.RadiusX">MapRectangleSettings.RadiusX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRectangleSettings.RadiusY">
      <summary>
        <para>Gets or sets the y-axis radius of the ellipse that is used to round the corners of the generated rectangle using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, which specifies the y-axis radius of the ellipses used to round the corners of the rectangle.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangleSettings.RadiusYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangleSettings.RadiusY">MapRectangleSettings.RadiusY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRectangleSettings.Width">
      <summary>
        <para>Gets or sets the width of generated rectangles using these settings.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the rectangle width, measured in kilometers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapRectangleSettings.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapRectangleSettings.Width">MapRectangleSettings.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapRuler">
      <summary>
        <para>Draws a ruler on the map.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRuler.Measurement">
      <summary>
        <para>Returns an area or distance value in the specified units.</para>
      </summary>
      <value>An area or distance value in the specified units.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRuler.Points">
      <summary>
        <para>Returns the collection of points that define a ruler.</para>
      </summary>
      <value>The collection of ruler points.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapRuler.RulerType">
      <summary>
        <para>Returns the ruler type.</para>
      </summary>
      <value>The ruler type.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapSearchPanelOptions">
      <summary>
        <para>The search panel options storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapSearchPanelOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapSearchPanelOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapSearchPanelOptions.FixedWidth">
      <summary>
        <para>Gets or sets the value indicating whether the search panel has the fixed width.</para>
      </summary>
      <value>true if the search panel should have the fixed width; otherwise false</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapSearchPanelOptions.FixedWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapSearchPanelOptions.FixedWidth">MapSearchPanelOptions.FixedWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.ExportToWkt">
      <summary>
        <para>Exports the map shape to the Well-Known Text (WKT) format.</para>
      </summary>
      <returns>The string that is the export result.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapShape.GetBounds">
      <summary>
        <para>Returns information about the map shape bounds.</para>
      </summary>
      <returns>An object that contains information about the map shape bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapShapeBase">
      <summary>
        <para>The base class for all shapes that a map control can draw.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.Effect">
      <summary>
        <para>Gets or sets the bitmap effect applied to the shape.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Effects.Effect"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.EffectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.Effect">MapShapeBase.Effect</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.Fill">
      <summary>
        <para>Gets or sets the brush that is used to fill the map item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object, that is the brush used to fill the map item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.FillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.Fill">MapShapeBase.Fill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapShapeBase.GetCenter">
      <summary>
        <para>Returns the center point of the map shape.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.HighlightFill">
      <summary>
        <para>Gets or sets the brush that specifies how the highlighted map item is painted.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that is the brush used to fill the highlighted map item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.HighlightFillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.HighlightFill">MapShapeBase.HighlightFill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.HighlightStroke">
      <summary>
        <para>Gets or sets the color that specifies how the outline is painted on the highlighted map item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that specifies how the highlighted map item outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.HighlightStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.HighlightStroke">MapShapeBase.HighlightStroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.HighlightStrokeStyle">
      <summary>
        <para>Gets or sets the style that specifies how the highlighted map item outline is painted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object that specifies the style of the highlighted map item outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.HighlightStrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.HighlightStrokeStyle">MapShapeBase.HighlightStrokeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.SelectedFill">
      <summary>
        <para>Gets or sets the brush that specifies how the selected map item is painted.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that is the brush used to fill the selected map item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.SelectedFillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.SelectedFill">MapShapeBase.SelectedFill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.SelectedStroke">
      <summary>
        <para>Gets or sets the color that specifies how the outline is painted on the selected map item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that specifies how the selected map item outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.SelectedStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.SelectedStroke">MapShapeBase.SelectedStroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.SelectedStrokeStyle">
      <summary>
        <para>Gets or sets the style that specifies how the selected map item outline is painted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object that specifies the style in which the selected map item outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.SelectedStrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.SelectedStrokeStyle">MapShapeBase.SelectedStrokeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.Stroke">
      <summary>
        <para>Gets or sets the brush that specifies how the map item outline is painted.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object, that specifies how the map item outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.StrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.Stroke">MapShapeBase.Stroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.StrokeStyle">
      <summary>
        <para>Gets or sets the style that specifies how the map item outline is painted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.StrokeStyle"/> object, that specifies the style in which the map item outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.StrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.StrokeStyle">MapShapeBase.StrokeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.Title">
      <summary>
        <para>Returns the title of the map shape.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ShapeTitle"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeBase.TitleOptions">
      <summary>
        <para>Provides access to the options that define the visibility, text pattern and presentation template of a shape title.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ShapeTitleOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeBase.TitleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeBase.TitleOptions">MapShapeBase.TitleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapShapeSettings">
      <summary>
        <para>The base class for classes that specify map shape settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeSettings.Fill">
      <summary>
        <para>Gets or sets the brush that is used to paint map shapes.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> descendant that fills map shapes.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeSettings.FillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeSettings.Fill"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeSettings.Stroke">
      <summary>
        <para>Gets or sets the brush used to paint the outline of generated shapes.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> descendant that fills map shapes.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeSettings.StrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeSettings.Stroke"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapShapeSettings.StrokeStyle">
      <summary>
        <para>Gets or sets settings that customize the shape outline style.</para>
      </summary>
      <value>An object that stores stroke style options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapShapeSettings.StrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MapShapeSettings.StrokeStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapSpline">
      <summary>
        <para>Draws a spline on the map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapSpline.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapSpline"/> class.</para>
      </summary>
    </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.Int64,System.Int64,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapTileSourceBase"/> class with the specified settings.</para>
      </summary>
      <param name="imageWidth">A <see cref="T:System.Int64"/> value specifying whole width of a map.</param>
      <param name="imageHeight">A <see cref="T:System.Int64"/> value specifying whole height of a map.</param>
      <param name="tileWidth">A <see cref="T:System.Int32"/> value specifying tile width.</param>
      <param name="tileHeight">A <see cref="T:System.Int32"/> value specifying tile height.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapTileSourceBase.GetTileByZoomLevel(System.Int32,System.Int64,System.Int64)">
      <summary>
        <para>Returns the path to the image tile using the X and Y positions for the required zoom level.</para>
      </summary>
      <param name="zoomLevel">A <see cref="T:System.Int64"/> value specifying the zoom level.</param>
      <param name="tilePositionX">A <see cref="T:System.Int64"/> value specifying the X position of the image tile.</param>
      <param name="tilePositionY">A <see cref="T:System.Int64"/> value specifying the Y position of the image tile.</param>
      <returns>A <see cref="T:System.Uri"/> value specifying the path to the image tile.</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 <see cref="T:DevExpress.Xpf.Map.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">MapUnit.X</see> 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">MapUnit.Y</see> 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 <see cref="T:DevExpress.Xpf.Map.MapUnit"/> objects are equal.</para>
      </summary>
      <param name="unit1">A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> instance that specifies the first map unit to compare.</param>
      <param name="unit2">A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> instance that specifies the second map unit to compare.</param>
      <returns>true if specified objects are equal; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.Equals(DevExpress.Xpf.Map.MapUnit)">
      <summary>
        <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.Xpf.Map.MapUnit"/> instance.</para>
      </summary>
      <param name="other">A MapUnit object to compare with the current object.</param>
      <returns>true, if the specified object is equal to the current <see cref="T:DevExpress.Xpf.Map.MapUnit"/> instance; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.Equals(System.Object)">
      <summary>
        <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.Xpf.Map.MapUnit"/> instance.</para>
      </summary>
      <param name="o">The object to compare with the current object.</param>
      <returns>true if the specified object is equal to the current <see cref="T:DevExpress.Xpf.Map.MapUnit"/> instance; otherwise false.</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 <see cref="T:DevExpress.Xpf.Map.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 0 to 1.</para>
      </summary>
      <param name="mapUnit">A non-normalized <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object.</param>
      <returns>A normalized <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.op_Equality(DevExpress.Xpf.Map.MapUnit,DevExpress.Xpf.Map.MapUnit)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.MapUnit"/> objects. The result specifies whether these objects are equal.</para>
      </summary>
      <param name="unit1">The first object to check equality.</param>
      <param name="unit2">The second object to check equality.</param>
      <returns>true if passed objects are equal; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.op_Implicit(DevExpress.Xpf.Map.MapUnit)~System.Windows.Point">
      <summary>
        <para>Converts the specified <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object to a <see cref="T:System.Windows.Point"/> object.</para>
      </summary>
      <param name="unit">The object to be converted.</param>
      <returns>The result of conversion.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.op_Inequality(DevExpress.Xpf.Map.MapUnit,DevExpress.Xpf.Map.MapUnit)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.MapUnit"/> objects. The result specifies whether these objects are unequal.</para>
      </summary>
      <param name="unit1">The first object to check inequality.</param>
      <param name="unit2">The first object to check inequality.</param>
      <returns>true if passed objects are deffer; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.Parse(System.String)">
      <summary>
        <para>Converts the string representation of a map unit to its <see cref="T:DevExpress.Xpf.Map.MapUnit"/> equivalent.</para>
      </summary>
      <param name="source">A string containing map unit coordinates, separated by a comma.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object that is equivalent to the specified string.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.MapUnit"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.MapUnit"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapUnit.ToString(System.IFormatProvider)">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.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 <see cref="T:DevExpress.Xpf.Map.MapUnit"/>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapUnit.X">
      <summary>
        <para>A horizontal coordinate of a <see cref="T:DevExpress.Xpf.Map.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 <see cref="T:DevExpress.Xpf.Map.MapUnit"/>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapVectorItemCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapVectorItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapVectorItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem})">
      <summary>
        <para>Adds multiple <see cref="T:DevExpress.Xpf.Map.MapItem">MapItems</see> to the end of the <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"/>.</para>
      </summary>
      <param name="items">A map item collection.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapVectorItemCollection.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"></see> object by preventing visual updates until the EndUpdate method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapVectorItemCollection.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapVectorItemCollection.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem})">
      <summary>
        <para>Inserts multiple <see cref="T:DevExpress.Xpf.Map.MapItem">MapItems</see> into the <see cref="T:DevExpress.Xpf.Map.MapVectorItemCollection"/> at the specified position.</para>
      </summary>
      <param name="index">A zero-based index at which map items are inserted.</param>
      <param name="items">A map item collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapViewport">
      <summary>
        <para>A map viewport.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MapViewport.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MapViewport"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapViewport.CenterPoint">
      <summary>
        <para>Gets or sets the center point of the viewport.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapViewport.ZoomLevel">
      <summary>
        <para>Gets or sets the zoom level of the viewport.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the viewport’s zoom level.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapWebRequestEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapImageDataProviderBase.WebRequest">MapImageDataProviderBase.WebRequest</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.Accept">
      <summary>
        <para>Gets or sets the web request’s Accept header.</para>
      </summary>
      <value>The <see cref="T:System.String"/> value defining the Accept header.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.Credentials">
      <summary>
        <para>Gets or sets authentication information for the map web request.</para>
      </summary>
      <value>An <see cref="T:System.Net.ICredentials"/> that contains the authentication credentials associated with the request. The default is null.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.Encoding">
      <summary>
        <para>Gets or sets a character encoding.</para>
      </summary>
      <value>A <see cref="T:System.Text.Encoding"/> object that is a character encoding.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.Headers">
      <summary>
        <para>Gets or sets a collection of web headers associated with a request or response.</para>
      </summary>
      <value>A <see cref="T:System.Net.WebHeaderCollection"/> that is a collection of protocol headers.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.Proxy">
      <summary>
        <para>Gets or sets proxy information for the request.</para>
      </summary>
      <value>The <see cref="T:System.Net.IWebProxy"/>  that  is used to proxy the request.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.Referer">
      <summary>
        <para>Gets or sets the Referer field of the HTTP header.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.Uri">
      <summary>
        <para>Get the URI of the Internet resource associated with the map web request.</para>
      </summary>
      <value>A <see cref="T:System.Uri"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.UseDefaultCredentials">
      <summary>
        <para>Gets or sets a value that indicates whether to use the default authentication information for the map web request.</para>
      </summary>
      <value>true, if the default credentials are used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MapWebRequestEventArgs.UserAgent">
      <summary>
        <para>Gets or sets the value of the user-agent HTTP header.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the user-agent HTTP header.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapWebRequestEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapImageDataProviderBase.WebRequest">MapImageDataProviderBase.WebRequest</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Map.MapWebRequestEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MapZoomTrackbarOrientation">
      <summary>
        <para>Lists the values used to specify the orientation of the <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapZoomTrackbarOrientation.Horizontal">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see> is painted from the left to the right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MapZoomTrackbarOrientation.Vertical">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see> is painted from the top to the bottom.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MarkerClusterer">
      <summary>
        <para>The clusterer based on grouping items in an item neighborhood.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MarkerClusterer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MarkerClusterer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MarkerType">
      <summary>
        <para>Lists the values that specify types of markers displayed as bubble chart items above the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Circle">
      <summary>
        <para>A marker is drawn as a circle.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Cross">
      <summary>
        <para>A marker is drawn as a cross.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Custom">
      <summary>
        <para>The custom marker type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Diamond">
      <summary>
        <para>A marker is drawn as a diamond.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Hexagon">
      <summary>
        <para>A marker is drawn as a hexagon.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.InvertedTriangle">
      <summary>
        <para>A marker is drawn as an inverted triangle.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Pentagon">
      <summary>
        <para>A marker is drawn as a pentagon.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Plus">
      <summary>
        <para>A marker is drawn as a plus sign.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Square">
      <summary>
        <para>A marker is drawn as a square.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Star5">
      <summary>
        <para>A marker is drawn as a five pointed star.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Star6">
      <summary>
        <para>A marker is drawn as a six pointed star.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Star8">
      <summary>
        <para>A marker is drawn as an eight pointed star.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MarkerType.Triangle">
      <summary>
        <para>A marker is drawn as a triangle.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MbTilesDataProvider">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/401715/controls-and-libraries/map-control/vector-data/providing-data/vector-tile-providers">data provider</see> that loads vector tiles from a MbTiles database.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MbTilesDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MbTilesDataProvider"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MbTilesDataProvider.FileUri">
      <summary>
        <para>Gets or sets a URI of an .MbTiles file.</para>
      </summary>
      <value>Specifies an MbTiles file’s URI.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MbTilesDataProvider.FileUriProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MbTilesDataProvider.FileUri"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementCreateMode">
      <summary>
        <para>A <see cref="T:DevExpress.Xpf.Map.Measurements">measurement</see> mode that allows users to create rulers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasurementCreateMode.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasurementCreateMode"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementCreateMode.RulerType">
      <summary>
        <para>Defines the ruler type that is created.</para>
      </summary>
      <value>The type of ruler that is created.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementCreateMode.RulerTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementCreateMode.RulerType"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementCreateMode.ToolbarAction">
      <summary>
        <para>For internal use only. Returns the <see cref="T:DevExpress.Xpf.Map.Measurements"/> toolbar action.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementEditMode">
      <summary>
        <para>A <see cref="T:DevExpress.Xpf.Map.Measurements">measurement</see> mode that allows users to change map rulers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasurementEditMode.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasurementEditMode"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementEditMode.ToolbarAction">
      <summary>
        <para>For internal use only. Returns the <see cref="T:DevExpress.Xpf.Map.Measurements"/> toolbar action.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementModeBase">
      <summary>
        <para>The base class for all <see cref="T:DevExpress.Xpf.Map.Measurements">Measurement</see> object modes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementModeBase.ToolbarAction">
      <summary>
        <para>For internal use only. Returns the <see cref="T:DevExpress.Xpf.Map.Measurements"/> toolbar action.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.Measurements">
      <summary>
        <para>Contains API to manage rulers that help users measure distances and areas on a map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.Measurements"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.Measurements.AfterMeasurement">
      <summary>
        <para>Occurs after a user creates a ruler.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.Measurements.AreaUnits">
      <summary>
        <para>Gets or sets the measurement unit for an area ruler.</para>
      </summary>
      <value>An area measurement unit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.Measurements.AreaUnitsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.Measurements.AreaUnits"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.Measurements.BeforeMeasurement">
      <summary>
        <para>Occurs when a user starts ruler creation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.CreateRuler(DevExpress.Xpf.Map.RulerType,System.Collections.Generic.IList{DevExpress.Map.CoordPoint},DevExpress.Xpf.Map.RulerAppearance)">
      <summary>
        <para>Creates a ruler with the specified <see cref="T:DevExpress.Xpf.Map.RulerType">type</see> and <see cref="T:DevExpress.Xpf.Map.RulerAppearance">appearance settings</see> to measure the distance or the area between coordinate points passed as the second parameter.</para>
      </summary>
      <param name="rulerType">The type of the created ruler.</param>
      <param name="points">Coordinate points between which the ruler measures the distance or area.</param>
      <param name="rulerAppearance">The appearance settings.</param>
      <returns>The created ruler.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.CreateRuler(DevExpress.Xpf.Map.RulerType,System.Collections.Generic.IList{DevExpress.Map.CoordPoint})">
      <summary>
        <para>Creates a ruler of the specified <see cref="T:DevExpress.Xpf.Map.RulerType">type</see> to measure the distance or area between coordinate points passed as the second parameter.</para>
      </summary>
      <param name="rulerType">The type of the created ruler.</param>
      <param name="points">Coordinate points between which the ruler measures the distance or area.</param>
      <returns>The created ruler.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.Measurements.DistanceUnits">
      <summary>
        <para>Gets or sets measurement units for distance rulers.</para>
      </summary>
      <value>Distance measurement units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.Measurements.DistanceUnitsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.Measurements.DistanceUnits"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.InsertPoint(DevExpress.Xpf.Map.MapRuler,DevExpress.Map.CoordPoint,System.Int32)">
      <summary>
        <para>Inserts a new point in the ruler.</para>
      </summary>
      <param name="ruler">The ruler to which to add a point.</param>
      <param name="point">A new ruler point.</param>
      <param name="index">A new ruler point index.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.Measurements.Mode">
      <summary>
        <para>Gets or sets the mode that the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object uses.</para>
      </summary>
      <value>The mode that the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object uses.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.Measurements.ModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.Measurements.Mode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.RemovePoint(DevExpress.Xpf.Map.MapRuler,System.Int32)">
      <summary>
        <para>Removes the point with the specified index.</para>
      </summary>
      <param name="ruler">The ruler from which to remove a point.</param>
      <param name="index">A ruler point index.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.RemoveRuler(DevExpress.Xpf.Map.MapRuler)">
      <summary>
        <para>Removes the ruler passed as a parameter from the map.</para>
      </summary>
      <param name="ruler">The ruler to be removed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.RemoveRulers">
      <summary>
        <para>Removes all rulers from the map.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.Measurements.RemoveRulersCommand">
      <summary>
        <para>Returns a command that removes all rulers from the map.</para>
      </summary>
      <value>A command that removes all rulers from the map.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Measurements.SetCreateModeCommand">
      <summary>
        <para>Returns the command that activates the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object’s Create mode.</para>
      </summary>
      <value>The command that activates the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object’s Create mode.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Measurements.SetEditModeCommand">
      <summary>
        <para>Returns the command that activates the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object’s Edit mode.</para>
      </summary>
      <value>The command that activates the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object’s Edit mode.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.Measurements.ToolbarOptions">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements</see> toolbar options.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements</see> toolbar options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.Measurements.ToolbarOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.Measurements.ToolbarOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.Measurements.UpdatePoint(DevExpress.Xpf.Map.MapRuler,DevExpress.Map.CoordPoint,System.Int32)">
      <summary>
        <para>Changes the coordinates of the point with the specified index.</para>
      </summary>
      <param name="ruler">The ruler in which to update a point.</param>
      <param name="point">Coordinates of the new ruler point.</param>
      <param name="index">The index of the ruler point.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementsControl">
      <summary>
        <para>Contains appearance settings for all map <see cref="T:DevExpress.Xpf.Map.Measurements">rulers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasurementsControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasurementsControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementsControl.AreaOpacity">
      <summary>
        <para>Gets or sets the area ruler opacity.</para>
      </summary>
      <value>A value from 0 (transparent) to 1 (opaque).</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementsControl.AreaOpacityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementsControl.AreaOpacity"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementsControl.Fill">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Media.Brush"/> object used to fill area <see cref="T:DevExpress.Xpf.Map.Measurements">rulers</see>.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Media.Brush"/> object used to fill area rulers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementsControl.FillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementsControl.Fill"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementsControl.Stroke">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Media.Brush"/> object used to draw <see cref="T:DevExpress.Xpf.Map.Measurements">ruler</see> lines.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Media.Brush"/> object used to draw ruler lines.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementsControl.StrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementsControl.Stroke"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementsControl.StrokeThickness">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Xpf.Map.Measurements">ruler</see> line thickness.</para>
      </summary>
      <value>The ruler line thickness.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementsControl.StrokeThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementsControl.StrokeThickness"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementToolbar">
      <summary>
        <para>For internal use only. The <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements toolbar</see> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasurementToolbar.#ctor(DevExpress.Xpf.Map.Measurements)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasurementToolbar"/> class with specified settings.</para>
      </summary>
      <param name="measurements">The <see cref="T:DevExpress.Xpf.Map.Measurements"/> object to which MeasurementToolbar belongs.’</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementToolbar.ActiveAction">
      <summary>
        <para>For internal use only. Returns an action from the measurement toolbar.</para>
      </summary>
      <value>An action from the measurement toolbar.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementToolbar.ActiveActionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementToolbar.ActiveAction"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementToolbar.Measurements">
      <summary>
        <para>For internal use only. Returns the <see cref="T:DevExpress.Xpf.Map.Measurements"/> object that owns the MeasurementToolbar.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Map.Measurements"/> object to which MeasurementToolbar belongs.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementToolbar.Options">
      <summary>
        <para>For internal use only. Returns the <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements toolbar</see> settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements toolbar</see> settings.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementToolbarAction">
      <summary>
        <para>For internal use only. The state of the measurement toolbar’s buttons.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementToolbarAction.AddAreaRuler">
      <summary>
        <para>The Add Area Ruler button is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementToolbarAction.AddDistanceRuler">
      <summary>
        <para>The Add Distance Ruler button is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementToolbarAction.None">
      <summary>
        <para>Measurement toolbar buttons are disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementToolbarButton">
      <summary>
        <para>For internal use only. The button is located in the <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements toolbar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasurementToolbarButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasurementToolbarButton"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasurementToolbarOptions">
      <summary>
        <para>Contains the <see cref="T:DevExpress.Xpf.Map.Measurements"/> toolbar settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasurementToolbarOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasurementToolbarOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementToolbarOptions.ShowAreaButton">
      <summary>
        <para>Specifies whether the Add Area Ruler button is displayed in the <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements</see> toolbar.</para>
      </summary>
      <value>true, if the Add Area Ruler button is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementToolbarOptions.ShowAreaButtonProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementToolbarOptions.ShowAreaButton"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasurementToolbarOptions.ShowDistanceButton">
      <summary>
        <para>Specifies whether the Add Distance Ruler button is displayed in the <see cref="T:DevExpress.Xpf.Map.Measurements">Measurements</see> toolbar.</para>
      </summary>
      <value>true, if the Add Distance Ruler button is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasurementToolbarOptions.ShowDistanceButtonProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasurementToolbarOptions.ShowDistanceButton"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasureRules">
      <summary>
        <para>Contains measure rules for vector items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureRules.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasureRules"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureRules.ApproximateValues">
      <summary>
        <para>Gets or sets a value indicating whether it’s necessary to approximate values for measure rules.</para>
      </summary>
      <value>true, to approximate values; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasureRules.ApproximateValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasureRules.ApproximateValues">MeasureRules.ApproximateValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureRules.RangeDistribution">
      <summary>
        <para>Gets or sets the range distribution for these measure rules.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.RangeDistributionBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasureRules.RangeDistributionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasureRules.RangeDistribution">MeasureRules.RangeDistribution</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureRules.RangeStops">
      <summary>
        <para>Gets range stops for these measure rules.</para>
      </summary>
      <value>A collection of double values that represents colorizer range stops.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasureRules.RangeStopsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasureRules.RangeStops">MeasureRules.RangeStops</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureRules.ValueProvider">
      <summary>
        <para>Provides values from these measure rules.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Map.IMeasuredItemValueProvider interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MeasureRules.ValueProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MeasureRules.ValueProvider">MeasureRules.ValueProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MeasureUnit">
      <summary>
        <para>Represents a measure unit used by a map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.#ctor(System.Double,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class with the specified parameters.</para>
      </summary>
      <param name="metersInUnit">A <see cref="T:System.Double"/> object.</param>
      <param name="name">A <see cref="T:System.String"/> object specifying the name of a measure unit.</param>
      <param name="abbreviation">A <see cref="T:System.String"/> object specifying the name’s abbreviation of a measure unit.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Abbreviation">
      <summary>
        <para>Gets an abbreviation corresponding to the current measure unit.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which is the abbreviation of a measure unit.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Centimeter">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing centimeters.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing centimeters.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.Equals(DevExpress.Xpf.Map.MeasureUnit)">
      <summary>
        <para>Determines whether the specified measure unit is equal to the current <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> instance.</para>
      </summary>
      <param name="unit">The <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object to compare with the current object.</param>
      <returns>true, if the specified measure unit is equal to the current <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> instance; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.Equals(System.Object)">
      <summary>
        <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> instance.</para>
      </summary>
      <param name="obj">The object to compare with the current object.</param>
      <returns>true, if the specified object is equal to the current <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> instance; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Foot">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing feet.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing foots.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.FromMeters(System.Double)">
      <summary>
        <para>Converts a value in meters to the value in the current measure unit.</para>
      </summary>
      <param name="value">A Double value specifying the quantity in meters.</param>
      <returns>A Double value specifying the quantity in the current measure unit.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Furlong">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing furlongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing furlongs.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.GetHashCode">
      <summary>
        <para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object.</para>
      </summary>
      <returns>An integer value that is the hash code for the current object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.GetPredefinedUnits">
      <summary>
        <para>Returns a list of predefined measure units.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> objects, representing typical measure units.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Inch">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing inches.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing inches.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Kilometer">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing kilometers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing kilometers.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Meter">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing meters.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing meters.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.MetersInUnit">
      <summary>
        <para>Returns a value specifying the current measure unit converted into meters.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the number of meters in the measure unit.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Mile">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing miles.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing miles.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Millimeter">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing millimeters.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing millimeters.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Name">
      <summary>
        <para>Gets or sets a name of a measure unit</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which is the name of a measure unit.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.NauticalMile">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing nautical miles.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing nautical miles.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.op_Equality(DevExpress.Xpf.Map.MeasureUnit,DevExpress.Xpf.Map.MeasureUnit)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> objects. The result specifies whether these objects are equal.</para>
      </summary>
      <param name="a">The first object to check equality.</param>
      <param name="b">The second object to check equality.</param>
      <returns>true if passed objects are equal; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.op_Inequality(DevExpress.Xpf.Map.MeasureUnit,DevExpress.Xpf.Map.MeasureUnit)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> objects. The result specifies whether these objects are unequal.</para>
      </summary>
      <param name="a">The first object to check inequality.</param>
      <param name="b">The second object to check inequality.</param>
      <returns>true if passed objects are different; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.ToMeters(System.Double)">
      <summary>
        <para>Converts a current measure unit value to its value in meters.</para>
      </summary>
      <param name="value">A Double value in the current measure unit.</param>
      <returns>A Double value in meters.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.MeasureUnit.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.MeasureUnit.Yard">
      <summary>
        <para>Returns an instance of the <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> class representing yards.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MeasureUnit"/> object representing yards.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter">
      <summary>
        <para>Converter that transforms data from the Mercator Auxiliary projected  coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</param>
      <param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
      <param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
      <param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of the projection’s origin values.</param>
      <param name="sphereType">A <see cref="T:System.Int32"/> object specifying the sphere type.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</param>
      <param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
      <param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
      <param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of the projection’s origin values.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.MercatorAuxiliarySphereCartesianToGeoConverter.SphereType">
      <summary>
        <para>Gets or sets the sphere type used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MillerProjection">
      <summary>
        <para>A class that defines methods specific to the Miller Projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MillerProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MillerProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MillerProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.MillerProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.MillerProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.MiniMap">
      <summary>
        <para>This class allows showing the <see href="https://docs.devexpress.com/WPF/17746/controls-and-libraries/map-control/visual-elements/mini-map">mini map</see> on the <see cref="T:DevExpress.Xpf.Map.MapControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MiniMap.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MiniMap"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMap.Alignment">
      <summary>
        <para>Gets or sets the alignment of a mini map.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MiniMapAlignment"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMap.AlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMap.Alignment">MiniMap.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMap.Behavior">
      <summary>
        <para>Gets or sets the behavior of a mini map.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MiniMapBehavior"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMap.BehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMap.Behavior">MiniMap.Behavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMap.EnableScrolling">
      <summary>
        <para>Gets or sets a value indicating whether scrolling is enabled.</para>
      </summary>
      <value>true, if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMap.EnableScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMap.EnableScrolling">MiniMap.EnableScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMap.EnableZooming">
      <summary>
        <para>Gets or sets a value indicating whether zooming is enabled.</para>
      </summary>
      <value>true, if zooming is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMap.EnableZoomingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMap.EnableZooming">MiniMap.EnableZooming</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMap.Layers">
      <summary>
        <para>Returns the collection of <see cref="T:DevExpress.Xpf.Map.MiniMapLayerBase"/> class descendants.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MiniMapLayerCollection"/> object, which contains <see cref="T:DevExpress.Xpf.Map.MiniMapLayerBase"/> class descendant objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMap.LayersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMap.Layers">MiniMap.Layers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.MiniMap.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.MiniMap.SetMapCenterOnClick">
      <summary>
        <para>Gets or sets a value indicating whether to change the map center when an end-user clicks the mini map.</para>
      </summary>
      <value>true to allow setting the center point; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMap.SetMapCenterOnClickProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMap.SetMapCenterOnClick">MiniMap.SetMapCenterOnClick</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMap.ViewportTemplate">
      <summary>
        <para>Gets or sets the template that defines the appearance of a mini map.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays a mini map.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMap.ViewportTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMap.ViewportTemplate">MiniMap.ViewportTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MiniMapAlignment">
      <summary>
        <para>Lists the values used to specify the position of a mini map on a map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMapAlignment.BottomLeft">
      <summary>
        <para>A mini map is aligned to the bottom-left corner of a map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMapAlignment.BottomRight">
      <summary>
        <para>A mini map is aligned to the bottom-right corner of a map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMapAlignment.TopLeft">
      <summary>
        <para>A mini map is aligned to the top-left corner of a map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMapAlignment.TopRight">
      <summary>
        <para>A mini map is aligned to the top-right corner of a map.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MiniMapBehavior">
      <summary>
        <para>The base class to provide mini map behavior.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.MiniMapImageTilesLayer">
      <summary>
        <para>A layer that displays image tiles, obtained from one of the supported map providers, on the mini map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MiniMapImageTilesLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MiniMapImageTilesLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMapImageTilesLayer.DataProvider">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">data provider</see> of the <see cref="T:DevExpress.Xpf.Map.MiniMapImageTilesLayer"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMapImageTilesLayer.DataProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMapImageTilesLayer.DataProvider">MiniMapImageTilesLayer.DataProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.MiniMapLayerBase">
      <summary>
        <para>The base class for all mini map layers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MiniMapLayerBase.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.MiniMapLayerCollection">
      <summary>
        <para>A collection of mini map layers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MiniMapLayerCollection.#ctor(DevExpress.Xpf.Map.MiniMap)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MiniMapLayerCollection"/> class with the specified owner.</para>
      </summary>
      <param name="miniMap">A <see cref="T:DevExpress.Xpf.Map.MiniMap"/> object that is the owner of the collection of mini map layers.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.MiniMapVectorLayer">
      <summary>
        <para>A layer that displays vector data on the mini map.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.MiniMapVectorLayer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.MiniMapVectorLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMapVectorLayer.Data">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/10886/controls-and-libraries/map-control/map-image-data">data</see> of the <see cref="T:DevExpress.Xpf.Map.VectorLayer"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapDataAdapterBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.MiniMapVectorLayer.DataProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMapVectorLayer.Data">MiniMapVectorLayer.Data</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMapVectorLayer.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.MiniMapVectorLayer.ShapeFillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMapVectorLayer.ShapeFill">MiniMapVectorLayer.ShapeFill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMapVectorLayer.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.MiniMapVectorLayer.ShapeStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMapVectorLayer.ShapeStroke">MiniMapVectorLayer.ShapeStroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.MiniMapVectorLayer.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.MiniMapVectorLayer.ShapeStrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.MiniMapVectorLayer.ShapeStrokeStyle">MiniMapVectorLayer.ShapeStrokeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.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.NamedAttributeProviderBase">
      <summary>
        <para>Provides the base functionality to provide map item attribute values by their names.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.NamedAttributeProviderBase.AttributeName">
      <summary>
        <para>Gets or sets the name of an attribute whose value is provided.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.NamedAttributeProviderBase.AttributeNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.NamedAttributeProviderBase.AttributeName">NamedAttributeProviderBase.AttributeName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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. <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see>, <see href="https://docs.devexpress.com/WPF/10951/controls-and-libraries/map-control/visual-elements/navigation-elements/scroll-buttons">Scroll Buttons</see>, 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.NavigationElementOptions">
      <summary>
        <para>Contains options that define the position and layout for all <see href="https://docs.devexpress.com/WPF/10972/controls-and-libraries/map-control/visual-elements/navigation-elements">Navigation Elements</see>.</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. <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see>, <see href="https://docs.devexpress.com/WPF/10951/controls-and-libraries/map-control/visual-elements/navigation-elements/scroll-buttons">Scroll Buttons</see>, 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.OpenStreetMapDataProvider">
      <summary>
        <para>The class that loads map images from a web resource that provides data in the OpenStreetMap format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.OpenStreetMapDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.OpenStreetMapDataProvider"/> class with default settings.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.Kind">OpenStreetMapDataProvider.Kind</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.Projection">
      <summary>
        <para>Gets the projection used by the Open Street map data provider.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.Subdomains">
      <summary>
        <para>Gets or sets an array of subdomains used to obtain OSM tile images.</para>
      </summary>
      <value>An array of <see cref="T:System.String"/> objects representing subdomains.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapDataProvider.SubdomainsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.Subdomains">OpenStreetMapDataProvider.Subdomains</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/115780/controls-and-libraries/map-control/map-image-data/image-tile-providers#openstreetmap-data-provider">OpenStreetMap</see> 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 <see cref="P:DevExpress.Xpf.Map.OpenStreetMapDataProvider.TileUriTemplate">OpenStreetMapDataProvider.TileUriTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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.Basic">
      <summary>
        <para>The layer represents the basic (mapnik) OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.CycleMap">
      <summary>
        <para>The layer represents the MapCycleMap OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.CyclingRoutes">
      <summary>
        <para>The layer represents the Cycle routes OSM map. To see this map kind, use the following link: cycling.waymarkedtrails.org. This is the overlay layer type.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.HikingRoutes">
      <summary>
        <para>The layer represents the Hiking Map OSM map. To see this map kind, use the following link: hiking.waymarkedtrails.org. This is the overlay layer type.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.Hot">
      <summary>
        <para>The layer represents the Humanitarian OSM Team OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.PublicTransport">
      <summary>
        <para>The layer represents the Openptmap OSM map. This is the overlay layer type.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.SeaMarks">
      <summary>
        <para>The layer represents the OpenSeaMap OSM map. To see this map kind, use the following link: www.openseamap.org. This is the overlay layer type.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapKind.Transport">
      <summary>
        <para>The layer represents the transport OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.OpenStreetMapTileSource">
      <summary>
        <para>The class that implements loading image tiles from the OpenStreetMap data provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.OpenStreetMapTileSource.GetTileByZoomLevel(System.Int32,System.Int64,System.Int64)">
      <summary>
        <para>Returns the path to the image tile using the X and Y positions for the required zoom level.</para>
      </summary>
      <param name="zoomLevel">A <see cref="T:System.Int32"/> value specifying the zoom level.</param>
      <param name="tilePositionX">A <see cref="T:System.Int64"/> value specifying the X position of the image tile.</param>
      <param name="tilePositionY">A <see cref="T:System.Int64"/> value specifying the Y position of the image tile.</param>
      <returns>A <see cref="T:System.Uri"/> value specifying 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>
    </member>
    <member name="F:DevExpress.Xpf.Map.OpenStreetMapTileSource.tileSize">
      <summary>
        <para>Defines the size of a single image tile.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.OsmAddress">
      <summary>
        <para>An address used to specify a location for which to obtain geo data from the Open Street Map service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmAddress.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.OsmAddress"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.City">
      <summary>
        <para>Gets or sets the city name to specify the location address.</para>
      </summary>
      <value>The city name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.CityDistrict">
      <summary>
        <para>Gets or sets the city district to specify the location address.</para>
      </summary>
      <value>The name of a city district.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.CityDistrictProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.CityDistrict">OsmAddress.CityDistrict</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.CityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.City">OsmAddress.City</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.Country">
      <summary>
        <para>Gets or sets the localized country name.</para>
      </summary>
      <value>The localized country name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.CountryCode">
      <summary>
        <para>Gets or sets the two letter ISO country code in the upper case.</para>
      </summary>
      <value>The two letter ISO country code in the upper case.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.CountryCodeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.CountryCode">OsmAddress.CountryCode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.CountryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.Country">OsmAddress.Country</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.County">
      <summary>
        <para>Gets or sets the county name to specify the location address.</para>
      </summary>
      <value>The county name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.CountyDistrict">
      <summary>
        <para>Gets or sets the country district to specify the location address.</para>
      </summary>
      <value>The name of a country district.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.CountyDistrictProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.CountyDistrict">OsmAddress.CountyDistrict</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.CountyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.County">OsmAddress.County</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.HouseNumber">
      <summary>
        <para>Gets or sets the house number to specify the location address.</para>
      </summary>
      <value>The house number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.HouseNumberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.HouseNumber">OsmAddress.HouseNumber</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.Postcode">
      <summary>
        <para>Gets or sets the postal code of a building/area.</para>
      </summary>
      <value>The postal code of a building/area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.PostcodeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.Postcode">OsmAddress.Postcode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.River">
      <summary>
        <para>Gets or sets the river to specify the location address.</para>
      </summary>
      <value>The river name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.RiverProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.River">OsmAddress.River</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.Road">
      <summary>
        <para>Gets or sets the road name to specify the location address.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.RoadProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.Road">OsmAddress.Road</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.State">
      <summary>
        <para>Gets or sets the state to specify the location address.</para>
      </summary>
      <value>The state name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.StateDistrict">
      <summary>
        <para>Gets or sets the state district to specify the location address.</para>
      </summary>
      <value>The state district name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.StateDistrictProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.StateDistrict">OsmAddress.StateDistrict</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.StateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.State">OsmAddress.State</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.Suburb">
      <summary>
        <para>Gets or sets the suburb to specify the location address.</para>
      </summary>
      <value>The suburb name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.SuburbProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.Suburb">OsmAddress.Suburb</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.Town">
      <summary>
        <para>Gets or sets the town name to specify the location address.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.TownProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.Town">OsmAddress.Town</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmAddress.Village">
      <summary>
        <para>Gets or sets the village name to specify the location address.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmAddress.VillageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmAddress.Village">OsmAddress.Village</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.OsmGeocodeDataProvider">
      <summary>
        <para>Provides the capability to obtain geocode data from the Open Street Map service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmGeocodeDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.OsmGeocodeDataProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.OsmGeocodeDataProvider.LocationInformationReceived">
      <summary>
        <para>Occurs when the location information has been received.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.Xpf.Map.GeoPoint,System.Double,System.String,System.Object)">
      <summary>
        <para>Sends a request to receive information about the specified location in the accordance with local culture.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the geographical point.</param>
      <param name="zoomLevel">A <see cref="T:System.Double"/> value specifying the zoom level.</param>
      <param name="culture">A <see cref="T:System.String"/> value specifying the local culture.</param>
      <param name="userState">A <see cref="T:System.Object"/> value specifying the user state.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.Xpf.Map.GeoPoint,System.Double)">
      <summary>
        <para>Sends a request to receive information about the specified location at the defined zoom level.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the requested geographical point.</param>
      <param name="zoomLevel">A <see cref="T:System.Double"/> value specifying the zoom level.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Sends a request to receive information about the specified location.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.OsmSearchDataProvider">
      <summary>
        <para>Provides the search options using the Open Street Map service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmSearchDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.OsmSearchDataProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.OsmSearchDataProvider.ResultsCount">
      <summary>
        <para>Gets or sets the total number of search results that can be obtained using an <see cref="T:DevExpress.Xpf.Map.OsmSearchDataProvider"/>.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.OsmSearchDataProvider.ResultsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.OsmSearchDataProvider.ResultsCount">OsmSearchDataProvider.ResultsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmSearchDataProvider.Search(System.String,System.String,System.String[],DevExpress.Xpf.Map.SearchBoundingBox,System.Int32)">
      <summary>
        <para>Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.</para>
      </summary>
      <param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
      <param name="cultureCode">A <see cref="T:System.String"/> value containing the local culture.</param>
      <param name="countryCodes">A <see cref="T:System.String"/>[] object containing country codes.</param>
      <param name="boundingBox">A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object specifying the region to search for.</param>
      <param name="limit">A <see cref="T:System.Int32"/> value specifying the maximum number of the search results.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmSearchDataProvider.Search(System.String,System.String,System.String[],DevExpress.Xpf.Map.SearchBoundingBox)">
      <summary>
        <para>Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.</para>
      </summary>
      <param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
      <param name="cultureCode">A <see cref="T:System.String"/> containing the local culture.</param>
      <param name="countryCodes">A <see cref="T:System.String"/>[] object containing country codes.</param>
      <param name="boundingBox">A <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> object specifying the region to search for.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmSearchDataProvider.Search(System.String,System.String)">
      <summary>
        <para>Searches for locations that best correspond to the specified keyword in accordance with local culture.</para>
      </summary>
      <param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
      <param name="cultureCode">A <see cref="T:System.String"/> value specifying the local culture code.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.OsmSearchDataProvider.Search(System.String)">
      <summary>
        <para>Searches for locations that best correspond to the specified keyword.</para>
      </summary>
      <param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
    </member>
    <member name="E:DevExpress.Xpf.Map.OsmSearchDataProvider.SearchCompleted">
      <summary>
        <para>Occurs when a search operation has been completed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.PieChartDataAdapter">
      <summary>
        <para>The data adapter that provides data to generate Pie chart items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.PieChartDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.PieChartDataAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.PieChartDataAdapter.Mappings">
      <summary>
        <para>Contains information on how data for chart items should be obtained from a data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapPieMappingInfo"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.PieChartDataAdapter.MappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.PieChartDataAdapter.Mappings">PieChartDataAdapter.Mappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.PieChartDataAdapter.PieSettings">
      <summary>
        <para>Gets or sets map pie chart settings used to display the <see cref="T:DevExpress.Xpf.Map.PieChartDataAdapter"/> data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapPieSettings"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.PieChartDataAdapter.PieSettingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.PieChartDataAdapter.PieSettings">PieChartDataAdapter.PieSettings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.PieSegment">
      <summary>
        <para>A segment of a pie chart item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.PieSegment.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.PieSegment"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.PieSegment.Attributes">
      <summary>
        <para>Gets the attributes for this pie segment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.PieSegment.AttributesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.PieSegment.Attributes">PieSegment.Attributes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.PieSegment.Fill">
      <summary>
        <para>Gets or sets the brush that is used to fill a pie chart segment.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> used to fill a pie chart segment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.PieSegment.FillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.PieSegment.Fill">PieSegment.Fill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.PieSegment.SegmentId">
      <summary>
        <para>Gets or sets the ID of the <see cref="T:DevExpress.Xpf.Map.PieSegment"/> object.</para>
      </summary>
      <value>A <see cref="T:System.Object"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.PieSegment.SegmentIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.PieSegment.SegmentId">PieSegment.SegmentId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.PieSegment.Value">
      <summary>
        <para>Gets or sets the value of the pie segment.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, which is the value of the <see cref="T:DevExpress.Xpf.Map.PieSegment"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.PieSegment.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.PieSegment.Value">PieSegment.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.PieSegmentCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.XtraMap.PieSegment"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.PieSegmentCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.PieSegmentCollection"/> class with default settings.</para>
      </summary>
    </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="P:DevExpress.Xpf.Map.ProjectionBase.DefaultProjection">
      <summary>
        <para>Returns the default map projection object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> class descendant object.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.ProjectionBase.Equals(System.Object)">
      <summary>
        <para>Determines whether the two specified <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> objects are equal.</para>
      </summary>
      <param name="obj">The object to compare with the current object.</param>
      <returns>true if specified objects are equal; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.ProjectionBase.GeoPointToMapUnit(DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Converts the specified map 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.GetHashCode">
      <summary>
        <para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> object.</para>
      </summary>
      <returns>An integer value that is the hash code for the current object.</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 1 latitude degree to 1 kilometer.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ProjectionBase.LonToKilometersRatio">
      <summary>
        <para>Defines the ratio of 1 longitude degree to 1 kilometer.</para>
      </summary>
    </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="M:DevExpress.Xpf.Map.ProjectionBase.op_Equality(DevExpress.Xpf.Map.ProjectionBase,DevExpress.Xpf.Map.ProjectionBase)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> objects. The result specifies whether these objects are equal.</para>
      </summary>
      <param name="x">The first object to check equality.</param>
      <param name="y">The second object to check equality.</param>
      <returns>true if passed objects are equal; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.ProjectionBase.op_Inequality(DevExpress.Xpf.Map.ProjectionBase,DevExpress.Xpf.Map.ProjectionBase)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> objects. The result specifies whether these objects are unequal.s</para>
      </summary>
      <param name="x">The first object to check inequality.</param>
      <param name="y">The second object to check inequality.</param>
      <returns>true if passed objects are deffer; otherwise false.</returns>
    </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.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 <see cref="T:DevExpress.Xpf.Map.PushpinLocationAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.PushpinLocationAnimation.Completed">
      <summary>
        <para>Occurs when a <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.PushpinLocationAnimation.Duration">PushpinLocationAnimation.Duration</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.PushpinLocationAnimation.EasingFunction">PushpinLocationAnimation.EasingFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.RangeDistributionBase">
      <summary>
        <para>The base class for <see cref="T:DevExpress.Xpf.Map.ChoroplethColorizer"/> color range distributions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.RangeDistributionBase.ConvertRangeValue(System.Double,System.Double,System.Double)">
      <summary>
        <para>Converts the specified range value.</para>
      </summary>
      <param name="min">A <see cref="T:System.Double"/> value that specifies the minimum conversion result.</param>
      <param name="max">A <see cref="T:System.Double"/> value that specifies the maximum conversion result.</param>
      <param name="value">A <see cref="T:System.Double"/> value to be converted.</param>
      <returns>A <see cref="T:System.Double"/> object that is the result of the conversion.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.ReadOnlyCoordPointCollection">
      <summary>
        <para>A read-only collection of <see cref="T:DevExpress.Map.CoordPoint"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ReadOnlyCoordPointCollection.#ctor(System.Collections.Generic.IList{DevExpress.Map.CoordPoint})">
      <summary>
        <para>A read-only collection of <see cref="T:DevExpress.Map.CoordPoint"/> objects.</para>
      </summary>
      <param name="list">A list of <see cref="T:DevExpress.Map.CoordPoint"/> objects.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.ReadOnlyCoordPointCollection.#ctor(System.Collections.ObjectModel.ObservableCollection{DevExpress.Map.CoordPoint})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ReadOnlyCoordPointCollection"/> class with the specified settings.</para>
      </summary>
      <param name="list">A collection of <see cref="T:DevExpress.Map.CoordPoint"/> objects.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.RegionBehaviorBase">
      <summary>
        <para>The base class for region-based behaviors.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.RegionBehaviorBase.Allowed">
      <summary>
        <para>Returns the value specifying whether the behavior should be allowed.</para>
      </summary>
      <value>true if the behavior should be allowed; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.RegionBehaviorBase.Key">
      <summary>
        <para>Gets or sets the key that should be pressed to allow the behavior.</para>
      </summary>
      <value>The key that should be pressed to allow the behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.RegionBehaviorBase.KeyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.RegionBehaviorBase.Key">RegionBehaviorBase.Key</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.RegionBehaviorBase.ModifierKeys">
      <summary>
        <para>Gets or sets the value indicating the modifier keys (SHIFT, CTRL and ALT) that should be pressed to allow the behavior.</para>
      </summary>
      <value>The modifier keys that should be pressed to allow the behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.RegionBehaviorBase.ModifierKeysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.RegionBehaviorBase.ModifierKeys">RegionBehaviorBase.ModifierKeys</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.RequestCompletedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapImageDataProviderBase.WebRequest">MapImageDataProviderBase.WebRequest</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.RequestCompletedEventArgs.#ctor(DevExpress.Xpf.Map.MapItem[],System.Exception,System.Boolean,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.RequestCompletedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.</param>
      <param name="error">A <see cref="T:System.Exception"/> object containing information about the error if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
      <param name="cancelled">A <see cref="T:System.Boolean"/> value indicating whether the asynchronous operation was canceled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
      <param name="userState">A <see cref="T:System.Object"/> that is the optional user-supplied state object passed to the RunWorkerAsync method. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.RequestCompletedEventArgs.Items">
      <summary>
        <para>Returns all map items generated based on the request result from a map service.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects specifying the generated items.</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 <see cref="T:DevExpress.Xpf.Map.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">RequestResultBase.ResultCode</see> 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">RequestResultBase.FaultReason</see> 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 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.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.RotationDirection">
      <summary>
        <para>Lists the values that specify how pie slices should be rotated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.RotationDirection.Clockwise">
      <summary>
        <para>Specifies a clockwise pie slice rotation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.RotationDirection.CounterClockwise">
      <summary>
        <para>Specifies a counter-clockwise pie slice rotation.</para>
      </summary>
    </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{DevExpress.Xpf.Map.BingRouteResult},System.Collections.Generic.List{DevExpress.Xpf.Map.RouteWaypoint})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">RequestResultBase.ResultCode</see> 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">RequestResultBase.FaultReason</see> 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">RouteCalculationResult.RouteResults</see> property.</param>
      <param name="intermediatePoints">A list of <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/> objects specifying intermediate points. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.RouteCalculationResult.IntermediatePoints">RouteCalculationResult.IntermediatePoints</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.RouteCalculationResult.IntermediatePoints">
      <summary>
        <para>Returns intermediate points to calculate the route.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/> objects.</value>
    </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="T:DevExpress.Xpf.Map.RouteIsochroneCalculationResult">
      <summary>
        <para>Contains isochrone calculation results obtained from a web service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.RouteIsochroneCalculationResult.#ctor(DevExpress.Xpf.Map.RequestResultCode,System.String,DevExpress.Xpf.Map.BingRouteIsochroneResult)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.RouteIsochroneCalculationResult"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.RouteIsochroneCalculationResult.IsochroneResult">
      <summary>
        <para>Returns isochrone calculation results as isochrone polygon points.</para>
      </summary>
      <value>An object that stores isochrone calculation results.</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,System.Object)">
      <summary>
        <para>Initializes a new instance of the route waypoint with the specified parameters.</para>
      </summary>
      <param name="description">The waypoint description.</param>
      <param name="location">The waypoint location.</param>
      <param name="tag">The object that stores additional information about the waypoint.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.RouteWaypoint.#ctor(System.String,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">RouteWaypoint.Description</see> 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">RouteWaypoint.Location</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.RouteWaypoint.#ctor(System.String,System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the route waypoint with the specified parameters.</para>
      </summary>
      <param name="description">The waypoint description.</param>
      <param name="keyword">The keyword that is used to search the waypoint location.</param>
      <param name="tag">The object that stores additional information about the waypoint.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.RouteWaypoint.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/> class with the specified description and keyword.</para>
      </summary>
      <param name="description">A <see cref="T:System.String"/> value specifying the description of a waypoint. This value is attached to the <see cref="P:DevExpress.Xpf.Map.RouteWaypoint.Description">RouteWaypoint.Description</see> property.</param>
      <param name="keyword">A <see cref="T:System.String"/> value containing information to search for on a map. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.RouteWaypoint.Keyword">RouteWaypoint.Keyword</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.RouteWaypoint.Description">
      <summary>
        <para>Returns the waypoint description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the description text.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.RouteWaypoint.Keyword">
      <summary>
        <para>Returns the word indicating the required route waypoint to search for on a map.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the keyword.</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="P:DevExpress.Xpf.Map.RouteWaypoint.Tag">
      <summary>
        <para>Returns the object that stores additional information about the waypoint.</para>
      </summary>
      <value>The object that is an additional information storage.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.RouteWaypoint.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.Xpf.Map.RouteWaypoint"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.RulerAppearance">
      <summary>
        <para>Contains <see cref="T:DevExpress.Xpf.Map.Measurements">ruler</see> appearance settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.RulerAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.RulerAppearance"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.RulerAppearance.AreaOpacity">
      <summary>
        <para>Gets or sets the area ruler opacity.</para>
      </summary>
      <value>A value from 0 (transparent) to 1 (opaque).</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.RulerAppearance.Fill">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Media.Brush"/> object used to fill an area ruler.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Media.Brush"/> object used to fill an area ruler.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.RulerAppearance.Stroke">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Media.Brush"/> object used to draw a ruler’s line.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Media.Brush"/> object used to draw a ruler’s line.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.RulerAppearance.StrokeStyle">
      <summary>
        <para>Specifies parameters of the stroke line used to draw a <see cref="T:DevExpress.Xpf.Map.Measurements">ruler</see>.</para>
      </summary>
      <value>Contains parameters of the stroke line used to draw a ruler.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.RulerType">
      <summary>
        <para>Lists ruler types of the <see cref="T:DevExpress.Xpf.Map.Measurements"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.RulerType.Area">
      <summary>
        <para>The type of the ruler used to measure the area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.RulerType.Distance">
      <summary>
        <para>The type of the ruler used to measure the distance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ScalePanelOptions">
      <summary>
        <para>Contains options that the define appearance and layout of the <see href="https://docs.devexpress.com/WPF/10954/controls-and-libraries/map-control/visual-elements/navigation-elements/scale-panel">Scale Panel</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ScalePanelOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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 the Kiliometers Scale should be displayed.</para>
      </summary>
      <value>true to show the Kilometers Scale; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ScalePanelOptions.ShowKilometersScaleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ScalePanelOptions.ShowKilometersScale">ScalePanelOptions.ShowKilometersScale</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ScalePanelOptions.ShowMilesScale">
      <summary>
        <para>Gets or sets a value indicating whether the Miles Scale should be displayed.</para>
      </summary>
      <value>true to show the Miles Scale; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ScalePanelOptions.ShowMilesScaleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ScalePanelOptions.ShowMilesScale">ScalePanelOptions.ShowMilesScale</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ScrollButtonsOptions">
      <summary>
        <para>Contains options that define the position and layout of the <see href="https://docs.devexpress.com/WPF/10951/controls-and-libraries/map-control/visual-elements/navigation-elements/scroll-buttons">Scroll Buttons</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ScrollButtonsOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ScrollButtonsOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.SearchBoundingBox">
      <summary>
        <para>The rectangular area bounding the region containing a search result.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SearchBoundingBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.SearchBoundingBox.EastLongitude">
      <summary>
        <para>Returns the value of the east longitude of the <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the east longitude expressed in degrees.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SearchBoundingBox.EastLongitudeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SearchBoundingBox.EastLongitude">SearchBoundingBox.EastLongitude</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SearchBoundingBox.NorthLatitude">
      <summary>
        <para>Returns the value of the north latitude of the <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the north latitude expressed in degrees.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SearchBoundingBox.NorthLatitudeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SearchBoundingBox.NorthLatitude">SearchBoundingBox.NorthLatitude</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SearchBoundingBox.SouthLatitude">
      <summary>
        <para>Returns the value of the south latitude of the <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the south latitude expressed in degrees.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SearchBoundingBox.SouthLatitudeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SearchBoundingBox.SouthLatitude">SearchBoundingBox.SouthLatitude</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SearchBoundingBox.WestLongitude">
      <summary>
        <para>Returns the value of the west longitude of the <see cref="T:DevExpress.Xpf.Map.SearchBoundingBox"/>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the west longitude expressed in degrees.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SearchBoundingBox.WestLongitudeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SearchBoundingBox.WestLongitude">SearchBoundingBox.WestLongitude</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.SearchCompletedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.OsmSearchDataProvider.SearchCompleted">OsmSearchDataProvider.SearchCompleted</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SearchCompletedEventArgs.#ctor(DevExpress.Xpf.Map.SearchRequestResult,System.Exception,System.Boolean,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SearchCompletedEventArgs"/> class with the specified settings.</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.SearchCompletedEventArgs.RequestResult">SearchCompletedEventArgs.RequestResult</see> 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 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.SearchCompletedEventArgs.RequestResult">
      <summary>
        <para>Returns the result of the search request.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.SearchRequestResult"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.SearchCompletedEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Map.OsmSearchDataProvider.SearchCompleted">OsmSearchDataProvider.SearchCompleted</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Map.SearchCompletedEventArgs"/> object which contains event data.</param>
    </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{DevExpress.Xpf.Map.LocationInformation},DevExpress.Xpf.Map.LocationInformation,System.Collections.Generic.List{DevExpress.Xpf.Map.LocationInformation},System.Int32,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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">RequestResultBase.ResultCode</see> 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">RequestResultBase.FaultReason</see> 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">SearchRequestResult.SearchResults</see> 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">SearchRequestResult.SearchRegion</see> 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">SearchRequestResult.AlternateSearchRegions</see> 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">SearchRequestResult.EstimatedMatches</see> 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">SearchRequestResult.Keyword</see> 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">SearchRequestResult.Location</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.SearchRequestResult.#ctor(System.Collections.Generic.List{DevExpress.Xpf.Map.LocationInformation},System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SearchRequestResult"/> class with the specified keyword and the search result.</para>
      </summary>
      <param name="searchResults">A list of <see cref="T:DevExpress.Xpf.Map.LocationInformation"/> objects specifying the search results. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.SearchRequestResult.SearchResults">SearchRequestResult.SearchResults</see> property.</param>
      <param name="keyword">A <see cref="T:System.String"/> value which is contained in the result of a search request.</param>
    </member>
    <member name="P:DevExpress.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.SelectItemsByRegionBehavior">
      <summary>
        <para>The Select by Region behavior settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SelectItemsByRegionBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SelectItemsByRegionBehavior"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ShapeAttributeValueProvider">
      <summary>
        <para>The class that is used to obtain an attribute from a shape file source (Shapefile or KML file) that is applied to shape items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShapeAttributeValueProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ShapeAttributeValueProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ShapefileDataAdapter">
      <summary>
        <para>A data adapter that loads data from shapefiles and displays it on vector layers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShapefileDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ShapefileDataAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapefileDataAdapter.DefaultEncodingName">
      <summary>
        <para>Gets or sets the encoding name, which should be used if a file does not contain encoding information.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapefileDataAdapter.DefaultEncodingNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ShapefileDataAdapter.DefaultEncodingName">ShapefileDataAdapter.DefaultEncodingName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapefileDataAdapter.FileUri">
      <summary>
        <para>Gets or sets an Uri that defines the location of a Shapefile.</para>
      </summary>
      <value>A <see cref="T:System.Uri"/> object that contains a shape data file Uri.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapefileDataAdapter.FileUriProperty">
      <summary>
        <para><see cref="T:DevExpress.Xpf.Map.ShapefileDataAdapter"/>Identifies the <see cref="P:DevExpress.Xpf.Map.ShapefileDataAdapter.FileUri">ShapefileDataAdapter.FileUri</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShapefileDataAdapter.GetItemSourceObject(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Returns the source object of the specified map item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object.</param>
      <returns>A <see cref="T:System.Object"/> that is the source object of the item.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShapefileDataAdapter.LoadFromStream(System.IO.Stream,System.IO.Stream)">
      <summary>
        <para>Loads Shapefile formatted data from streams.</para>
      </summary>
      <param name="shpStream">A <see cref="T:System.IO.Stream"/> class descendant that provides geometry data.</param>
      <param name="dbfStream">A <see cref="T:System.IO.Stream"/> class descendant that provides the columnar attributes of shapes.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShapefileDataAdapter.LoadPrjFile">
      <summary>
        <para>Loads the &#0042;.prj file data, which contains information about the coordinate system and projection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Map.SourceCoordinateSystem"/> class descendant object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShapefileDataAdapter.LoadPrjFile(System.Uri)">
      <summary>
        <para>Loads coordinate system metadata from the &#0042;.PRJ file.</para>
      </summary>
      <param name="prjFileUri">A <see cref="T:System.Uri"/> object, that is the URI to the &#0042;.PRJ file.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.SourceCoordinateSystem"/> class descendant representing the contents of the &#0042;.PRJ file.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Map.ShapefileDataAdapter.ShapesLoaded">
      <summary>
        <para>Occurs when <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see> have been loaded.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ShapeSimplifierBase">
      <summary>
        <para>The base class for map shape simplifiers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShapeSimplifierBase.Simplify(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Map.MapItem},System.Double)">
      <summary>
        <para>Reduces a number of vertices that form the vector layer’s items.</para>
      </summary>
      <param name="items">The items to be simplified.</param>
      <param name="tolerance">A percent of vertices that vector shapes contain after simplification. This value should be in the (0;100) range.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapeSimplifierBase.Tolerance">
      <summary>
        <para>Returns a percent of vertices that vector shapes contain after simplification.</para>
      </summary>
      <value>A number that should be in the (0;100) range.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ShapesLoadedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.MapGeoDataAdapter.ShapesLoaded">MapGeoDataAdapter.ShapesLoaded</see>, <see cref="E:DevExpress.Xpf.Map.ShapefileDataAdapter.ShapesLoaded">ShapefileDataAdapter.ShapesLoaded</see> and <see cref="E:DevExpress.Xpf.Map.SvgFileDataAdapter.ShapesLoaded">SvgFileDataAdapter.ShapesLoaded</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapesLoadedEventArgs.Shapes">
      <summary>
        <para>Provides access to the collection of <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">shapes</see> loaded before the <see cref="E:DevExpress.Xpf.Map.MapGeoDataAdapter.ShapesLoaded">MapGeoDataAdapter.ShapesLoaded</see>, <see cref="E:DevExpress.Xpf.Map.ShapefileDataAdapter.ShapesLoaded">ShapefileDataAdapter.ShapesLoaded</see> and <see cref="E:DevExpress.Xpf.Map.SvgFileDataAdapter.ShapesLoaded">SvgFileDataAdapter.ShapesLoaded</see> events have occurred.</para>
      </summary>
      <value>A list of  <see cref="T:DevExpress.Xpf.Map.MapItem"/> objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ShapesLoadedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Map.MapGeoDataAdapter.ShapesLoaded">MapGeoDataAdapter.ShapesLoaded</see>, <see cref="E:DevExpress.Xpf.Map.ShapefileDataAdapter.ShapesLoaded">ShapefileDataAdapter.ShapesLoaded</see> and <see cref="E:DevExpress.Xpf.Map.SvgFileDataAdapter.ShapesLoaded">SvgFileDataAdapter.ShapesLoaded</see> events.</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.ShapeTitle">
      <summary>
        <para>An individual shape titles.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapeTitle.Layer">
      <summary>
        <para>Returns the shape title’s parent layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.VectorLayerBase"/> descendant object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapeTitle.MapShape">
      <summary>
        <para>For internal use.</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 <see cref="P:DevExpress.Xpf.Map.ShapeTitle.Template">ShapeTitle.Template</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.ShapeTitle.Text">ShapeTitle.Text</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.ShapeTitleOptions.Pattern">ShapeTitleOptions.Pattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapeTitleOptions.Template">
      <summary>
        <para>Gets or sets the template that defines the presentation of shape titles.</para>
        <para>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 <see cref="P:DevExpress.Xpf.Map.ShapeTitleOptions.Template">ShapeTitleOptions.Template</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapeTitleOptions.VisibilityMode">
      <summary>
        <para>Gets or sets the visibility mode of the shape title.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Map.VisibilityMode"/> enumeration value, specifying visibility of the shape title.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeTitleOptions.VisibilityModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ShapeTitleOptions.VisibilityMode">ShapeTitleOptions.VisibilityMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShapeTitleOptions.Visible">
      <summary>
        <para>Gets or sets a value specifying whether a shape titles should be visible.</para>
      </summary>
      <value>true to display a shape title; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeTitleOptions.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ShapeTitleOptions.Visible">ShapeTitleOptions.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ShapeType">
      <summary>
        <para>Lists shape types that can be stored in the shapefile format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.MultiPoint">
      <summary>
        <para>A set of Points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.MultiPointM">
      <summary>
        <para>A set of PointMs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.MultiPointZ">
      <summary>
        <para>A set of PointZs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.Point">
      <summary>
        <para>A point consists of a pair of XY-coordinates.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.PointM">
      <summary>
        <para>A point consists of a pair of XY-coordinates and a measure.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.PointZ">
      <summary>
        <para>A point consists of a triplet of XYZ-coordinates and a measure.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.Polygon">
      <summary>
        <para>A set of one ore more connected sequences of four or more Points that form a closed loop.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.PolygonM">
      <summary>
        <para>A set of one ore more connected sequences of four or more PointMs that form a closed loop.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.PolygonZ">
      <summary>
        <para>A set of one ore more connected sequences of four or more PointZs that form a closed loop.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.PolyLine">
      <summary>
        <para>A set of vertices that consists of one or more connected sequences of two or more Points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.PolyLineM">
      <summary>
        <para>A set of vertices that consists of one or more connected sequences of two or more PointMs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShapeType.PolyLineZ">
      <summary>
        <para>A set of vertices that consist of one or more connected sequences of two or more PointZs.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ShpExportOptions">
      <summary>
        <para>Stores shapefile export options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ShpExportOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ShpExportOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShpExportOptions.DbfEncoding">
      <summary>
        <para>Gets or sets the encoding of the dbf file.</para>
      </summary>
      <value>The encoding of the dbf file.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShpExportOptions.DbfEncodingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ShpExportOptions.DbfEncoding">ShpExportOptions.DbfEncoding</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShpExportOptions.ExportToDbf">
      <summary>
        <para>Gets or sets a value indicating whether attribute values can exported to a DBF file.</para>
      </summary>
      <value>true, if attribute values should be exported, otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShpExportOptions.ExportToDbfProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ShpExportOptions.ExportToDbf">ShpExportOptions.ExportToDbf</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShpExportOptions.ExportToShx">
      <summary>
        <para>Gets or sets the value that indicates whether the Map Control should export a vector data index to a *.shx file. This is a dependency property.</para>
      </summary>
      <value>true if the index should be exported; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShpExportOptions.ExportToShxProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ShpExportOptions.ExportToShx">ShpExportOptions.ExportToShx</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ShpExportOptions.ShapeType">
      <summary>
        <para>Gets or sets the shapefile shape type used to export the vector layer content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ShapeType"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ShpExportOptions.ShapeTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ShpExportOptions.ShapeType">ShpExportOptions.ShapeType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.SinusoidalProjection">
      <summary>
        <para>Represents the sinusoidal map projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SinusoidalProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SinusoidalProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SinusoidalProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.SinusoidalProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.SinusoidalProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.SizeLegend">
      <summary>
        <para>Represents a map legend that details the meaning of Bubble sizes in a Bubble chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SizeLegend.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SizeLegend"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.SizeLegend.CustomItems">
      <summary>
        <para>Provides access to the collection of custom legend items.</para>
      </summary>
      <value>A DevExpress.Xpf.Map.SizeLegendItemCollection object that contains custom legend items.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SizeLegend.CustomItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SizeLegend.CustomItems">SizeLegend.CustomItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SizeLegend.ItemFill">
      <summary>
        <para>Gets or sets the brush that is used to fill a legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> used to fill a legend item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SizeLegend.ItemFillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SizeLegend.ItemFill">SizeLegend.ItemFill</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SizeLegend.ItemStroke">
      <summary>
        <para>Gets or sets the brush that specifies how a legend item outline is painted.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> value that specifies how a legend item outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SizeLegend.ItemStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SizeLegend.ItemStroke">SizeLegend.ItemStroke</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SizeLegend.ShowTickMarks">
      <summary>
        <para>Gets or sets a value indicating whether it is necessary to show tick marks for the size legend.</para>
      </summary>
      <value>true to show tickmarks; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SizeLegend.ShowTickMarksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SizeLegend.ShowTickMarks">SizeLegend.ShowTickMarks</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SizeLegend.Type">
      <summary>
        <para>Specifies the type of a Size Legend.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraMap.SizeLegendType"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SizeLegend.TypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SizeLegend.Type">SizeLegend.Type</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.SizeLegendType">
      <summary>
        <para>Lists the values that specify the types of size legends.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.SizeLegendType.Inline">
      <summary>
        <para>Legend items are placed in line.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.SizeLegendType.Nested">
      <summary>
        <para>Legend items are placed nested one into another.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.SourceCoordinateSystem">
      <summary>
        <para>The base class for the coordinate systems of a data adapter.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.SourceCoordinateSystem.CoordinateConverter">
      <summary>
        <para>Gets or sets the coordinate converter used by the <see cref="T:DevExpress.Xpf.Map.SourceCoordinateSystem"/> object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.CoordinateConverterBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SourceCoordinateSystem.CoordinateConverterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SourceCoordinateSystem.CoordinateConverter">SourceCoordinateSystem.CoordinateConverter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.SourceCoordinateSystem.CreatePoint(System.Double,System.Double)">
      <summary>
        <para>Creates a point with specified coordinate values.</para>
      </summary>
      <param name="x">A double value that specifies the X coordinate value.</param>
      <param name="y">A double value that specifies the Y coordinate value.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.SphericalMercatorProjection">
      <summary>
        <para>A class that defines methods specific for the Spherical Mercator Projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SphericalMercatorProjection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SphericalMercatorProjection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SphericalMercatorProjection.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Map.SphericalMercatorProjection"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Map.SphericalMercatorProjection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.SqlGeometryDataAdapter">
      <summary>
        <para>A data adapter that loads data from a SQL geometry data source and displays it on vector layers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SqlGeometryDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SqlGeometryDataAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.CommandTimeout">
      <summary>
        <para>Gets or sets the wait time (in seconds) before the attempt to load data is terminated and an error occurs.</para>
      </summary>
      <value>Wait time (in seconds).</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryDataAdapter.CommandTimeoutProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.CommandTimeout"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.ConnectionString">
      <summary>
        <para>Gets or sets the connection string to a SQL database.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryDataAdapter.ConnectionStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.ConnectionString">SqlGeometryDataAdapter.ConnectionString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.SpatialDataMember">
      <summary>
        <para>Gets or sets the name of a spatial data member.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryDataAdapter.SpatialDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.SpatialDataMember">SqlGeometryDataAdapter.SpatialDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.SqlText">
      <summary>
        <para>Gets or sets the SQL query that will be used to select data from a SQL database.</para>
      </summary>
      <value>A string value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryDataAdapter.SqlTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryDataAdapter.SqlText">SqlGeometryDataAdapter.SqlText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.SqlGeometryDataAdapterBase">
      <summary>
        <para>The base class for all <see href="https://docs.devexpress.com/WPF/10888/controls-and-libraries/map-control/vector-data/providing-data/load-vector-items-from-vector-format-source">SQL Geometry</see> data adapters.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SqlGeometryDataAdapterBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SqlGeometryDataAdapterBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SqlGeometryDataAdapterBase.GetItemSourceObject(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Returns the source object of the specified map item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object.</param>
      <returns>A <see cref="T:System.Object"/> that is the source object of the item.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.SqlGeometryItem">
      <summary>
        <para>This class is used to represent the SQL Geometry spatial data objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SqlGeometryItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SqlGeometryItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SqlGeometryItem.#ctor(System.String,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SqlGeometryItem"/> class with the specified parameters.</para>
      </summary>
      <param name="wktString">A <see cref="T:System.String"/> object representing Well-Known Text.</param>
      <param name="srid">A <see cref="T:System.Int32"/> object representing SRID.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryItem.Attributes">
      <summary>
        <para>Gets the attributes for this SQL Geometry item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapItemAttributeCollection"/> object storing <see cref="T:DevExpress.Xpf.Map.MapItemAttribute"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryItem.AttributesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryItem.Attributes">SqlGeometryItem.Attributes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryItem.Srid">
      <summary>
        <para>Gets or sets the spatial reference ID of the item.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> object representing the SRID.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryItem.SridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryItem.Srid">SqlGeometryItem.Srid</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryItem.WktString">
      <summary>
        <para>Gets or sets the string representing the Well-Known Text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object representing the WKT.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryItem.WktStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryItem.WktString">SqlGeometryItem.WktString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.SqlGeometryItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/>s.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SqlGeometryItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SqlGeometryItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.SqlGeometryItemStorage">
      <summary>
        <para>The date adapter stores manually added <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SqlGeometryItemStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SqlGeometryItemStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.SqlGeometryItemStorage.Items">
      <summary>
        <para>Provides access to the collection of SQL Geometry items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.SqlGeometryItemCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SqlGeometryItemStorage.ItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SqlGeometryItemStorage.Items">SqlGeometryItemStorage.Items</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.DashArray">StrokeStyle.DashArray</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.DashCap">StrokeStyle.DashCap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.DashOffset">StrokeStyle.DashOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.EndLineCap">StrokeStyle.EndLineCap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.LineJoin">StrokeStyle.LineJoin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.MiterLimit">StrokeStyle.MiterLimit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.StartLineCap">StrokeStyle.StartLineCap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.StrokeStyle.Thickness">StrokeStyle.Thickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.SummaryFunction">
      <summary>
        <para>Lists the values that specify the types of summary functions used when generating chart items for the Map control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.SummaryFunction.Average">
      <summary>
        <para>The average value is calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.SummaryFunction.Count">
      <summary>
        <para>The total count value is calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.SummaryFunction.Max">
      <summary>
        <para>The maximum value is calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.SummaryFunction.Min">
      <summary>
        <para>The minimum value is calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.SummaryFunction.Sum">
      <summary>
        <para>The total summary value is calculated.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.SvgFileDataAdapter">
      <summary>
        <para>A data adapter that loads data from SVG files, and displays it on vector layers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.SvgFileDataAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.SvgFileDataAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.SvgFileDataAdapter.BoundaryPoint1">
      <summary>
        <para>Gets or sets the first point determining the boundaries in which the imported SVG content is inscribed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SvgFileDataAdapter.BoundaryPoint1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SvgFileDataAdapter.BoundaryPoint1">SvgFileDataAdapter.BoundaryPoint1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SvgFileDataAdapter.BoundaryPoint2">
      <summary>
        <para>Gets or sets the second point determining the boundaries in which the imported SVG content is inscribed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SvgFileDataAdapter.BoundaryPoint2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SvgFileDataAdapter.BoundaryPoint2">SvgFileDataAdapter.BoundaryPoint2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.SvgFileDataAdapter.FileUri">
      <summary>
        <para>Gets or sets a Uri that defines the location of a vector data file.</para>
      </summary>
      <value>A <see cref="T:System.Uri"/> object that contains a vector data file URI.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.SvgFileDataAdapter.FileUriProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.SvgFileDataAdapter.FileUri">SvgFileDataAdapter.FileUri</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.SvgFileDataAdapter.GetItemSourceObject(DevExpress.Xpf.Map.MapItem)">
      <summary>
        <para>Returns the source object for the specified <see cref="T:DevExpress.Xpf.Map.MapItem"/> object.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.Map.MapItem"/> object for which the source object is searched.</param>
      <returns>An object that is the source object for the specified map item.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Map.SvgFileDataAdapter.ShapesLoaded">
      <summary>
        <para>Occurs when <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector items</see> have been loaded.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.TileImageRequestOptions">
      <summary>
        <para>Options of the tile images requests.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.TileImageRequestOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.TileImageRequestOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.TileImageRequestOptions.MaxAttemptsCount">
      <summary>
        <para>Gets or sets the number of request attempts of a one tile image.</para>
      </summary>
      <value>The number of request attempts of a one tile image.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.TileImageRequestOptions.MaxAttemptsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.TileImageRequestOptions.MaxAttemptsCount">TileImageRequestOptions.MaxAttemptsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.TileImageRequestOptions.ParallelRequestCount">
      <summary>
        <para>Gets or sets the number of parallel requests of different tile images.</para>
      </summary>
      <value>The number of parallel requests of different tile images.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.TileImageRequestOptions.ParallelRequestCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.TileImageRequestOptions.ParallelRequestCount">TileImageRequestOptions.ParallelRequestCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.TileImageRequestOptions.Timeout">
      <summary>
        <para>Gets or sets the timeout between two requests of a one tile image if the first request failed.</para>
      </summary>
      <value>The timeout in seconds.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.TileImageRequestOptions.TimeoutProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.TileImageRequestOptions.Timeout">TileImageRequestOptions.Timeout</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.TimeMeasureUnit">
      <summary>
        <para>Lists time measurement units.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TimeMeasureUnit.Minute">
      <summary>
        <para>Time is measured in minutes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TimeMeasureUnit.Second">
      <summary>
        <para>Time is measured in seconds.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Map.ToolTipInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ToolTipInfo.Clip">
      <summary>
        <para>Returns the clip region of the tooltip.</para>
      </summary>
      <value>The clipping geometry.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ToolTipInfo.ContentTemplate">
      <summary>
        <para>Gets the template that defines the presentation of the tooltip’s content, represented by the <see cref="P:DevExpress.Xpf.Map.ToolTipInfo.ToolTipText">ToolTipInfo.ToolTipText</see> 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 tooltip’s content.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ToolTipInfo.CoordPoint">
      <summary>
        <para>Returns the point in the map coordinates where the tooltip is shown.</para>
      </summary>
      <value>The point in the map coordinates where the tooltip is shown.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ToolTipInfo.GeoPoint">
      <summary>
        <para>Returns the geographical point where the tooltip is shown.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object.</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="P:DevExpress.Xpf.Map.ToolTipInfo.Layer">
      <summary>
        <para>Returns a layer for which item the tooltip is shown.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.LayerBase"/> class descendant object.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.ToolTipInfo.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Map.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.TrafficIncidentCalculationResult">
      <summary>
        <para>Contains results of a request to a web service for traffic incident information.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.TrafficIncidentCalculationResult.#ctor(DevExpress.Xpf.Map.RequestResultCode,System.String,System.Collections.Generic.List{DevExpress.Xpf.Map.BingTrafficIncidentResult})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.TrafficIncidentCalculationResult"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.TrafficIncidentCalculationResult.IncidentResults">
      <summary>
        <para>Returns a list of traffic incidents with additional information (the location, incident type, and much more).</para>
      </summary>
      <value>A list of traffic incidents.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.TransformOrigin">
      <summary>
        <para>Lists predefined transformation origins.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.Bottom">
      <summary>
        <para>The bounding box bottom edge’s center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.BottomLeft">
      <summary>
        <para>The bounding box’s bottom left corner.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.BottomRight">
      <summary>
        <para>The bounding box’s bottom right corner.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.Center">
      <summary>
        <para>The bounding box’s center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.Left">
      <summary>
        <para>The bounding box left edge’s center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.Right">
      <summary>
        <para>The bounding box right edge’s center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.Top">
      <summary>
        <para>The bounding box top edge’s center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.TopLeft">
      <summary>
        <para>The bounding box’s top left corner.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.TransformOrigin.TopRight">
      <summary>
        <para>The bounding box’s top right corner.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter">
      <summary>
        <para>Converter that transforms data from the Transverse Mercator projected  coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint,System.Double,System.Double)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="falseEasting">The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="falseNorthing">The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="projectionCenter">The central meridian and the latitude of the projection’s origin used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
      <param name="scaleFactor">The scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.</param>
      <param name="primeMeridian">The prime meridian of the Geo coordinate system.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint,System.Double)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</param>
      <param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
      <param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
      <param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of the projection’s origin values.</param>
      <param name="scaleFactor">A <see cref="T:System.Double"/> object specifying the scale factor.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.Xpf.Map.Ellipsoid,System.Double,System.Double,DevExpress.Xpf.Map.GeoPoint)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="ellipsoid">An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</param>
      <param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
      <param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
      <param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of projection’s origin values.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.TransverseMercatorCartesianToGeoConverter.ScaleFactor">
      <summary>
        <para>Gets or sets the scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.UriBasedVectorTileDataProvider">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/401715/controls-and-libraries/map-control/vector-data/providing-data/vector-tile-providers">Provides</see> map data from a set of PBF or MVT files.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.UriBasedVectorTileDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.UriBasedVectorTileDataProvider"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.UriBasedVectorTileDataProvider.GetTileUri(System.Int64,System.Int64,System.Int64)">
      <summary>
        <para>Returns a URI of a tile with specific coordinates.</para>
      </summary>
      <param name="x">An x-coordinate of a tile in the grid.</param>
      <param name="y">A y-coordinate of a tile in the grid.</param>
      <param name="level">A zoom level.</param>
      <returns>The tile’s URI.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.UriBasedVectorTileDataProvider.TileUriTemplate">
      <summary>
        <para>Gets or sets a URI template used to obtain tiles from a local folder path or tile server.</para>
      </summary>
      <value>A string that specifies a URI template. The default URI template is https://insert_tile_server/{level}/{x}/{y}.pbf</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.UriBasedVectorTileDataProvider.TileUriTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.UriBasedVectorTileDataProvider.TileUriTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.UTMCartesianToGeoConverter">
      <summary>
        <para>Converter that transforms data from the [Universal Transverse Mercator](</para>
        <para>) projected coordinate system to the geographic coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.UTMCartesianToGeoConverter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.#ctor(System.Int32,DevExpress.Xpf.Map.Hemisphere)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.UTMCartesianToGeoConverter"/> class with the specified parameters.</para>
      </summary>
      <param name="utmZone">A <see cref="T:System.Int32"/> object specifying the UTM zone.</param>
      <param name="hemisphere">A <see cref="T:DevExpress.Xpf.Map.Hemisphere"/> enumeration value specifying the Earth’s hemisphere.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.Ellipsoid">
      <summary>
        <para>Returns the ellipsoid used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Map.Ellipsoid"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.FalseEasting">
      <summary>
        <para>Returns the false easting used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.FalseNorthing">
      <summary>
        <para>Returns the false northing used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.Hemisphere">
      <summary>
        <para>Gets or sets the hemisphere type used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.Hemisphere"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.ProjectionCenter">
      <summary>
        <para>Returns the central meridian and the latitude of the projection’s origin, used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object whose <see cref="P:DevExpress.Xpf.Map.GeoPoint.Latitude">GeoPoint.Latitude</see> represents the latitude of the projection’s origin and <see cref="P:DevExpress.Xpf.Map.GeoPoint.Longitude">GeoPoint.Longitude</see> represents the central meridian.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.ScaleFactor">
      <summary>
        <para>Returns the scale factor used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>The scale factor.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.UTMCartesianToGeoConverter.UtmZone">
      <summary>
        <para>Gets or sets the UTM zone used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> object representing UTM zone.</value>
    </member>
    <member name="T:DevExpress.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 <see cref="T:DevExpress.Xpf.Map.VectorLayer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayer.AllowEditItems">
      <summary>
        <para>Gets or sets the value that specifies whether the vector layer allows the <see cref="P:DevExpress.Xpf.Map.MapControl.MapEditor">MapEditor</see> to modify its item  collection.</para>
      </summary>
      <value>true if the vector layer allows the MapEditor to modify its item collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayer.AllowEditItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayer.AllowEditItems">VectorLayer.AllowEditItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayer.Colorizer">
      <summary>
        <para>Gets or sets the colorizer for the vector layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapColorizer"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayer.ColorizerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayer.Colorizer">VectorLayer.Colorizer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayer.Data">
      <summary>
        <para>Specifies the data source for the vector items layer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.MapDataAdapterBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayer.DataProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayer.Data">VectorLayer.Data</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayer.ShapeTitleOptions">
      <summary>
        <para>Provides presentation and visibility options for shape titles of the current vector <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layer</see>.</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 <see cref="P:DevExpress.Xpf.Map.VectorLayer.ShapeTitleOptions">VectorLayer.ShapeTitleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="T:DevExpress.Xpf.Map.VectorLayerBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.AllowResetSelection">
      <summary>
        <para>Gets or sets a value indicating whether selection should be reset when an end-user clicks on a map area without selectable elements.</para>
      </summary>
      <value>true, to allow reset selection; false to always keep selection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.AllowResetSelectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.AllowResetSelection">VectorLayerBase.AllowResetSelection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.VectorLayerBase.AttributeDisplayValueEdit">
      <summary>
        <para>Occurs every time a display value of an attribute should be edited.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.EnableHighlighting">
      <summary>
        <para>Gets or sets a value indicating whether highlighting is enabled for a Vector Layer’s elements.</para>
      </summary>
      <value>true, to enable highlighting; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.EnableHighlightingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.EnableHighlighting">VectorLayerBase.EnableHighlighting</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.EnableSelection">
      <summary>
        <para>Gets or sets a value indicating whether selection is enabled or not.</para>
      </summary>
      <value>true, to enable selection; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.EnableSelectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.EnableSelection">VectorLayerBase.EnableSelection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.ExportToKml(System.IO.Stream)">
      <summary>
        <para>Exports vector data from this vector layer to a stream using the KML file format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object specifying a stream in which data is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.ExportToKml(System.String)">
      <summary>
        <para>Exports vector data from this vector layer to a KML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> object specifying the file path used to save data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.ExportToShp(System.String,DevExpress.Xpf.Map.ShpExportOptions)">
      <summary>
        <para>Exports the vector layer’s content to the specified file with the specified export options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> value, specifying the path to a file to which the content will be exported.</param>
      <param name="options">A <see cref="T:DevExpress.Xpf.Map.ShpExportOptions"/> object, specifying the exporting options.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.ExportToSvg(System.IO.Stream,System.Double)">
      <summary>
        <para>Exports data from this vector layer to the specified stream using the SVG file format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream to which map items should be exported.</param>
      <param name="scale">A <see cref="T:System.Double"/> value specifying the scale factor used to export map items to SVG.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.ExportToSvg(System.IO.Stream)">
      <summary>
        <para>Exports data from this vector <see href="https://docs.devexpress.com/WPF/10887/controls-and-libraries/map-control/layers">layer</see> to the specified stream using the SVG file format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream">System.IO.Stream</see> class descendant object specifying the stream to which map items are exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.ExportToSvg(System.String,System.Double)">
      <summary>
        <para>Exports data from this vector layer to the specified SVG file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> object specifying a shapefile to which map items should be exported.</param>
      <param name="scale">A <see cref="T:System.Double"/> value specifying the scale factor used to export map items to SVG.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.ExportToSvg(System.String)">
      <summary>
        <para>Exports data from this vector layer to the specified SVG file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> object specifying a shapefile to which map items are exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorLayerBase.GetViewport">
      <summary>
        <para>Returns the current viewport of the vector layer.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Map.MapViewport"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeFill">
      <summary>
        <para>Gets or sets the brush that specifies how the highlighted shape’s interior is painted.</para>
      </summary>
      <value>Specifies how the highlighted shape’s interior is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeFillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeFill"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeStroke">
      <summary>
        <para>Gets or sets the brush that specifies how the highlighted shape outline is painted.</para>
      </summary>
      <value>Specifies how the highlighted shape outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeStroke"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeStrokeStyle">
      <summary>
        <para>Gets or sets the settings of the highlighted shape outline.</para>
      </summary>
      <value>Contains settings of the highlighted shape outline.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeStrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.HighlightShapeStrokeStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.IncreaseItemZIndexInInteraction">
      <summary>
        <para>Gets or sets a value indicating whether the selected or highlighted item will be shown above other layer elements.</para>
      </summary>
      <value>A <see cref="T:System.Boolean"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.IncreaseItemZIndexInInteractionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.IncreaseItemZIndexInInteraction">VectorLayerBase.IncreaseItemZIndexInInteraction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.InitialMapSize">VectorLayerBase.InitialMapSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.MapProjection">
      <summary>
        <para>Gets or sets the projection used by a <see cref="T:DevExpress.Xpf.Map.VectorLayerBase"/> class descendant.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.ProjectionBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.MapProjectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.MapProjection">VectorLayerBase.MapProjection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.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 <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedItem">VectorLayerBase.SelectedItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedItems">
      <summary>
        <para>Gets or sets the collection of selected items of the <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedItems">VectorLayerBase.SelectedItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeFill">
      <summary>
        <para>Gets or sets the brush that specifies how the selected shape’s interior is painted.</para>
      </summary>
      <value>Specifies how the selected shape’s interior is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeFillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeFill"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeStroke">
      <summary>
        <para>Gets or sets the brush that specifies how the selected shape outline is painted.</para>
      </summary>
      <value>Specifies how the selected shape outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeStroke"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeStrokeStyle">
      <summary>
        <para>Gets or sets the settings of the selected shape outline.</para>
      </summary>
      <value>Contains the settings of the selected shape outline.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeStrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.SelectedShapeStrokeStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.ShapeFill">
      <summary>
        <para>Gets or sets the brush that specifies how the shape’s interior is painted.</para>
      </summary>
      <value>Specifies how the shape’s interior is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.ShapeFillProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.ShapeFill"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.ShapeStroke">
      <summary>
        <para>Gets or sets the brush that specifies how the shape outline is painted.</para>
      </summary>
      <value>Specifies how the shape outline is painted.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.ShapeStrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.ShapeStroke"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.ShapeStrokeStyle">
      <summary>
        <para>Gets or sets the settings of the shape outline.</para>
      </summary>
      <value>Contains settings of the shape outline.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.ShapeStrokeStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.ShapeStrokeStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.ToolTipContentTemplate">VectorLayerBase.ToolTipContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorLayerBase.ToolTipEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether a tooltip is enabled for <see href="https://docs.devexpress.com/WPF/11972/controls-and-libraries/map-control/visual-elements/vector-items">vector layer elements</see>.</para>
      </summary>
      <value>Null - the ToolTipEnabled property value is obtained from the parent map’s <see cref="P:DevExpress.Xpf.Map.MapControl.ToolTipEnabled">MapControl.ToolTipEnabled</see> property;  True - a tooltip is enabled for vector elements on a map; False - a tooltip is disabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorLayerBase.ToolTipEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.ToolTipEnabled">VectorLayerBase.ToolTipEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Map.VectorLayerBase.ToolTipPattern">VectorLayerBase.ToolTipPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.VectorTileDataProviderBase">
      <summary>
        <para>The base class for <see href="https://docs.devexpress.com/WPF/401715/controls-and-libraries/map-control/vector-data/providing-data/vector-tile-providers">vector tile data providers</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorTileDataProviderBase.FontFolder">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorTileDataProviderBase.FontFolderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorTileDataProviderBase.FontFolder"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.VectorTileDataProviderBase.GetStream(System.Int64,System.Int64,System.Int64)">
      <summary>
        <para>Returns a stream that contains a vector tile with specific coordinates at a specified zoom level.</para>
      </summary>
      <param name="x">An x-coordinate of a tile in the grid.</param>
      <param name="y">A y-coordinate of a tile in the grid.</param>
      <param name="level">A zoom level.</param>
      <returns>A stream that contains a tile.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorTileDataProviderBase.StyleFileUri">
      <summary>
        <para>Gets or sets</para>
      </summary>
      <value>A <see cref="T:System.Uri"/> object that identifies a style file.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.VectorTileDataProviderBase.StyleFileUriProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.VectorTileDataProviderBase.StyleFileUri"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.VectorTileDataProviderBase.TileSource">
      <summary>
        <para>For internal use. Returns the provider’s tile source.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ViewportChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Map.LayerBase.ViewportChanged">LayerBase.ViewportChanged</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.ViewportChangedEventArgs.Angle">
      <summary>
        <para>Returns the Map Control’s rotation angle in degrees.</para>
      </summary>
      <value>An angle in degrees.</value>
    </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">LayerBase.ViewportChanged</see> 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.VisibilityMode">
      <summary>
        <para>Lists the values that specify visibility modes for various map elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.VisibilityMode.Auto">
      <summary>
        <para>Element visibility is determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.VisibilityMode.Hidden">
      <summary>
        <para>Element is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Map.VisibilityMode.Visible">
      <summary>
        <para>Element is visible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.VisvalingamShapeSimplifier">
      <summary>
        <para>Specifies the Visvalingam shape simplification algorithm.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.VisvalingamShapeSimplifier.#ctor">
      <summary>
        <para>Initializes a new instance of the VisvalingamShapeSimplifier class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.WebInformationDataProvider">
      <summary>
        <para>The base class for providers requesting GIS from map services.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WebInformationDataProvider.Cancel">
      <summary>
        <para>Cancels the last request to the web service.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.WebInformationDataProvider.IsBusy">
      <summary>
        <para>Returns a value indicating the <see cref="T:DevExpress.Xpf.Map.WebInformationDataProvider"/> is currently busy performing a previous request.</para>
      </summary>
      <value>true, if a data provider is busy; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Map.WebInformationDataProvider.WebRequest">
      <summary>
        <para>Occurs when the Map control sends a request to a web service.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.WmsBoundingBox">
      <summary>
        <para>A bounding rectangle containing the geographical region specified by two geographical points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsBoundingBox.#ctor(System.String,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.WmsBoundingBox"/> class with the specified parameters.</para>
      </summary>
      <param name="crsCode">A <see cref="T:System.String"/> value specifying the CRS code of the WMS layer image contained in the bounding box. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.WmsBoundingBox.CRSCode">WmsBoundingBox.CRSCode</see> property.</param>
      <param name="leftTop">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate of the left-top corner of the bounding box. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.WmsBoundingBox.LeftTop">WmsBoundingBox.LeftTop</see> property.</param>
      <param name="rightBottom">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate of the right-bottom corner of the bounding box. This value is assigned to the <see cref="P:DevExpress.Xpf.Map.WmsBoundingBox.RightBottom">WmsBoundingBox.RightBottom</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsBoundingBox.CRSCode">
      <summary>
        <para>Returns the CRS code of a WMS layer image contained in a <see cref="T:DevExpress.Xpf.Map.WmsBoundingBox"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsBoundingBox.LeftTop">
      <summary>
        <para>Returns the geographical coordinate of the left-top corner of a <see cref="T:DevExpress.Xpf.Map.WmsBoundingBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsBoundingBox.RightBottom">
      <summary>
        <para>Returns the geographical coordinate of the right-bottom corner of a <see cref="T:DevExpress.Xpf.Map.WmsBoundingBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.WmsCustomParameterCollection">
      <summary>
        <para>Contains a collection of <see href="https://docs.devexpress.com/WPF/115781/controls-and-libraries/map-control/map-image-data/web-map-service-provider">web map service</see> custom parameters.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsCustomParameterCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.WmsCustomParameterCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsCustomParameterCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a parameter key and value to the <see cref="T:DevExpress.Xpf.Map.WmsCustomParameterCollection"/>.</para>
      </summary>
      <param name="key">A custom parameter key.</param>
      <param name="value">A custom parameter value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsCustomParameterCollection.Clear">
      <summary>
        <para>Removes all custom parameters from the <see cref="T:DevExpress.Xpf.Map.WmsCustomParameterCollection"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsCustomParameterCollection.Count">
      <summary>
        <para>Returns the number of custom parameters stored in the <see cref="T:DevExpress.Xpf.Map.WmsCustomParameterCollection"/>.</para>
      </summary>
      <value>The number of custom parameters stored in the <see cref="T:DevExpress.Xpf.Map.WmsCustomParameterCollection"/>.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsCustomParameterCollection.Item(System.String)">
      <summary>
        <para>Gets or sets a custom parameter value by its key.</para>
      </summary>
      <param name="key">A custom parameter key.</param>
      <value>A custom parameter value.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsCustomParameterCollection.Remove(System.String)">
      <summary>
        <para>Removes the parameter with the specified key from the <see cref="T:DevExpress.Xpf.Map.WmsCustomParameterCollection"/>.</para>
      </summary>
      <param name="key">The key of the parameter that is removed.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.WmsDataProvider">
      <summary>
        <para>Provides map images from the <see href="https://docs.devexpress.com/WPF/115781/controls-and-libraries/map-control/map-image-data/web-map-service-provider">Web Map Service Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsDataProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.WmsDataProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsDataProvider.ActiveLayerName">
      <summary>
        <para>Gets or sets the active layer name retrieved from a Web Map Service.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the active layer name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.WmsDataProvider.ActiveLayerNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.ActiveLayerName">WmsDataProvider.ActiveLayerName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsDataProvider.CustomParameters">
      <summary>
        <para>Returns a collection of custom parameters for a <see href="https://docs.devexpress.com/WPF/115781/controls-and-libraries/map-control/map-image-data/web-map-service-provider">web map service</see> request.</para>
      </summary>
      <value>A WmsCustomParameterCollection object that contains key-value pairs.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.WmsDataProvider.CustomParametersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.CustomParameters"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsDataProvider.MaxRequestedImageHeight">
      <summary>
        <para>Gets or sets the maximum image height that the provider can request from a server.</para>
      </summary>
      <value>The maximum image height that the provider can request from a server.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.WmsDataProvider.MaxRequestedImageHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.MaxRequestedImageHeight">WmsDataProvider.MaxRequestedImageHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsDataProvider.MaxRequestedImageWidth">
      <summary>
        <para>Gets or sets the maximum image width that the provider can request from a server.</para>
      </summary>
      <value>The maximum image width that the provider can request from a server.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.WmsDataProvider.MaxRequestedImageWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.MaxRequestedImageWidth">WmsDataProvider.MaxRequestedImageWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsDataProvider.PointConverter">
      <summary>
        <para>Gets or sets the point converter for a WMS layer obtained from a web service.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Map.WmsPointConverterBase"/> object specifying the point converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.WmsDataProvider.PointConverterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.PointConverter">WmsDataProvider.PointConverter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsDataProvider.RequestCapabilities">
      <summary>
        <para>Requests the capabilities supported by a Web Map Service.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Map.WmsDataProvider.ResponseCapabilities">
      <summary>
        <para>Occurs when a Map control retrieves capabilities which the map service provides.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsDataProvider.ServerUri">
      <summary>
        <para>Gets or sets the server URI, which supports a <see href="https://docs.devexpress.com/WindowsForms/115728/controls-and-libraries/map-control/map-image-data/web-map-service-provider">Web Map Service</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.WmsDataProvider.ServerUriProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.ServerUri">WmsDataProvider.ServerUri</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsDataProvider.SetImageRequestDelay(System.Int32)">
      <summary>
        <para>Specifies a delay between synchronous requests to the server when multiple layers have the same <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.ServerUri">ServerUri</see> value.</para>
      </summary>
      <param name="delay">A delay in milliseconds.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.WmsImageSource">
      <summary>
        <para>Provides the capability to specify a source for a <see href="https://docs.devexpress.com/WPF/115781/controls-and-libraries/map-control/map-image-data/web-map-service-provider">WMS</see> image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsImageSource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.WmsImageSource"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsImageSource.ProcessRequest(System.Uri,DevExpress.Xpf.Map.MapUnit,System.Double)">
      <summary>
        <para>Processes the request to a map service to obtain an image using its URI and location for the required zoom level.</para>
      </summary>
      <param name="uri">A <see cref="T:System.Uri"/> value specifying the image URI.</param>
      <param name="location">A <see cref="T:DevExpress.Xpf.Map.MapUnit"/> object specifying the location.</param>
      <param name="zoomLevel">A <see cref="T:System.Double"/> value specifying the zoom level.</param>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsImageSource.SetImageRequestDelay(System.Int32)">
      <summary>
        <para>Specifies a delay between synchronous requests to the server when multiple layers have the same <see cref="P:DevExpress.Xpf.Map.WmsDataProvider.ServerUri">ServerUri</see> value.</para>
      </summary>
      <param name="delay">A delay in milliseconds.</param>
    </member>
    <member name="T:DevExpress.Xpf.Map.WmsLayer">
      <summary>
        <para>Provides information about a single layer obtained from a <see href="https://docs.devexpress.com/WPF/115781/controls-and-libraries/map-control/map-image-data/web-map-service-provider">Web Map Service Provider</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsLayer.BoundingBoxes">
      <summary>
        <para>Returns the WMS layer bounding boxes.</para>
      </summary>
      <value>An array of the <see cref="T:DevExpress.Xpf.Map.WmsBoundingBox"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsLayer.Children">
      <summary>
        <para>Returns a collection of layers embedded into a <see href="https://docs.devexpress.com/WPF/115781/controls-and-libraries/map-control/map-image-data/web-map-service-provider">WMS</see> layer.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Map.WmsLayer"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsLayer.LeftTop">
      <summary>
        <para>Returns the left-top coordinate of the geographical region provided by <see cref="T:DevExpress.Xpf.Map.WmsLayer"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsLayer.Name">
      <summary>
        <para>Returns the name of a WMS layer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsLayer.RightBottom">
      <summary>
        <para>Returns the right-bottom coordinate of the geographical region provided by <see cref="T:DevExpress.Xpf.Map.WmsLayer"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsLayer.Title">
      <summary>
        <para>Returns short information about the layer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsLayer.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Xpf.Map.WmsLayer"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.Xpf.Map.WmsLayer"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Map.WmsLayerCollection">
      <summary>
        <para>Provides a collection of <see href="https://docs.devexpress.com/WPF/115781/controls-and-libraries/map-control/map-image-data/web-map-service-provider">WMS</see> layers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsLayerCollection.Item(System.Int32)">
      <summary>
        <para>Returns the layer from the <see cref="T:DevExpress.Xpf.Map.WmsLayerCollection"/> by index.</para>
      </summary>
      <param name="index">An <see cref="T:System.Int32"/> value specifying the index of a layer in the collection.</param>
      <value>A <see cref="T:DevExpress.Xpf.Map.WmsLayer"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.WmsPointConverterBase">
      <summary>
        <para>The base class for all Web Map Service point converters.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.WmsPointConverterBase.Convert(DevExpress.Map.CoordPoint)">
      <summary>
        <para>Converts the specified point to another coordinate system.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the point in the initial coordinate system.</param>
      <returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the point in the new coordinate system.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Map.WmsPointConverterBase.CRSCode">
      <summary>
        <para>Gets or sets the CRS code for a layer to convert.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.WmsPointConverterBase.CRSCodeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.WmsPointConverterBase.CRSCode">WmsPointConverterBase.CRSCode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Map.ZoomToRegionBehavior">
      <summary>
        <para>The Zoom to Region behavior settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ZoomToRegionBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.ZoomToRegionBehavior"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Map.ZoomTrackbarOptions">
      <summary>
        <para>Contains options that define the position and layout of the <see href="https://docs.devexpress.com/WPF/10952/controls-and-libraries/map-control/visual-elements/navigation-elements/zoom-trackbar">Zoom Trackbar</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Map.ZoomTrackbarOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Map.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 <see cref="P:DevExpress.Xpf.Map.ZoomTrackbarOptions.Orientation">ZoomTrackbarOptions.Orientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Map.ZoomTrackbarOptions.ZoomingStep">
      <summary>
        <para>Gets or sets the zooming step used by the trackbar.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the zooming step.</value>
    </member>
    <member name="F:DevExpress.Xpf.Map.ZoomTrackbarOptions.ZoomingStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Map.ZoomTrackbarOptions.ZoomingStep">ZoomTrackbarOptions.ZoomingStep</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
  </members>
</doc>