ru.dgis.sdk.positioning.radar.RadarHttpResponse | Android SDK | Urbi Documentation
Android SDK

RadarHttpResponse

Model of the response to an HTTP request to the Radar API.

RadarHttpResponse(code: Int, body: String)

Model of the response to an HTTP request to the Radar API.

Parameters
code
body
Returns
Properties

HTTP response code (for example, 200, 404, 500).

Response body in the string form (usually JSON).