Skip to main content
A newer version of this page is available. .

GeocodeRequestResult(RequestResultCode, String, LocationInformation[]) Constructor

Initializes a new instance of the GeocodeRequestResult class with the specified parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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