SearchRequestResult.AlternateSearchRegions Property
Returns alternate regions to search for a result.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v14.2.dll
Declaration
public List<LocationInformation> AlternateSearchRegions { get; }
Public ReadOnly Property AlternateSearchRegions As List(Of LocationInformation)
Property Value
| Type | Description |
|---|---|
| List<LocationInformation> | A list of LocationInformation objects. |
Examples
See Also