Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

ResponseStatus

The ResponseStatus class represent a specific responseStatus information.
This class is not part of the basic SDK.
In order to use this class you must get an application id from AtlasCT.


Summary
The ResponseStatus class represent a specific responseStatus information.
The ResponseStatus constructor; Creates a new ResponseStatus instance by a separate responseStatus fields.
The result id that return from the LBS server.
The response text from the LBS server.
The message from the LBS server.
The status code that return from the LBS server.
The cause name result that return from the LBS server.
The cause type result that return from the LBS server.
An array that contains a list of the causes result that return from the LBS server.

Constructors

ResponseStatus

ResponseStatus( integer resultId
string responseText
string responseMessage
integer responseStatusCode
string responseCauseName
string responseCauseType
Array[] responseCausesList)

The ResponseStatus constructor; Creates a new ResponseStatus instance by a separate responseStatus fields.

Parameters

resultIdThe result id that return from the LBS server.
responseTextThe response text from the LBS server.
responseMessageThe message from the LBS server.
responseStatusCodeThe status code that return from the LBS server.
responseCauseNameThe cause name result that return from the LBS server.
responseCauseTypeThe cause type result that return from the LBS server.
responseCausesListAn array that contains a list of the causes result that return from the LBS server.

Properties

resultId

integer resultId

The result id that return from the LBS server. 

responseText

string responseText

The response text from the LBS server. 

responseMessage

string responseMessage

The message from the LBS server. 

responseStatusCode

integer responseStatusCode

The status code that return from the LBS server. 

responseCauseName

string responseCauseName

The cause name result that return from the LBS server. 

responseCauseType

string responseCauseType

The cause type result that return from the LBS server. 

responseCausesList

Array[] responseCausesList

An array that contains a list of the causes result that return from the LBS server. 

Address(string fullAddress)
The Address constructor; Creates a new Address instance by a full address value.
This is the base class of the provided coordinates classes.