Click or drag to resize

Telogis.GeoBase.GeoStream.JSONResponse

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
JSONResponse Class

A wrapper class that contains information returned from the GeoStream server.

Functions
NameDescription
failed ()

Determines whether the response was returned successfully with the requested data. If not, the error can be examined with GeoStream.JSONResponse.getError

Returns

Boolean - True if the response was generated successfully; false if an error occurred.

getError ()

Finds the error that occurred on the server when generating the response.

Returns

GeoStream.ServerExceptionInfo - The information about the exception that occurred on the server, or null if none occurred.

getResult ()

Finds the result object generated by the server.

Returns

Object - The object sent by the server as a response to a certain request, or null if an error occurred.