Skip to main content

BingSearchOptions.DistanceUnitProperty Field

OBSOLETE

Due to changing Bing SOAP API to REST API, several options are not supported now. Please refer to the https://msdn.microsoft.com/en-us/library/cc980922.aspx topic to learn more.

Identifies the BingSearchOptions.DistanceUnit dependency property.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

[Browsable(false)]
[Obsolete("Due to changing Bing SOAP API to REST API, several options are not supported now. Please refer to the https://msdn.microsoft.com/en-us/library/cc980922.aspx topic to learn more.")]
[PreferableMember("BingSearchOptions", "DistanceUnitProperty", "DependencyProperty")]
public static readonly DependencyProperty DistanceUnitProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also