GeocodeRequestResult(RequestResultCode, String, LocationInformation[]) Constructor
Initializes a new instance of the GeocodeRequestResult class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public GeocodeRequestResult(
RequestResultCode resultCode,
string faultReason,
LocationInformation[] locations
)
Parameters
Name | Type | Description |
---|---|---|
resultCode | RequestResultCode | A RequestResultCode object specifying the result code. This value is assigned to the RequestResultBase.ResultCode property. |
faultReason | String | A String specifying the cause of the fault. This value is assigned to the RequestResultBase.FaultReason property. |
locations | LocationInformation[] | An array of LocationInformation objects specifying all locations. This value is assigned to the GeocodeRequestResult.Locations property. |
See Also