Back to Devexpress

LocationInformationReceivedEventArgs.Result Property

wpf-devexpress-dot-xpf-dot-map-dot-locationinformationreceivedeventargs.md

latest1.2 KB
Original Source

LocationInformationReceivedEventArgs.Result Property

Returns the result of a request to obtain information about a specific geographical coordinate.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public GeocodeRequestResult Result { get; }
vb
Public ReadOnly Property Result As GeocodeRequestResult

Property Value

TypeDescription
GeocodeRequestResult

A GeocodeRequestResult object.

|

See Also

LocationInformationReceivedEventArgs Class

LocationInformationReceivedEventArgs Members

DevExpress.Xpf.Map Namespace