public final class AllMapsInfoRequest extends MeridianJSONRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AllMapsInfoRequest.Builder |
MeridianRequest.APIBuilder, MeridianRequest.BodyContentType, MeridianRequest.ErrorListener, MeridianRequest.Listener<T>, MeridianRequest.LocationsAPIBuilder, MeridianRequest.PageListener<T>| Modifier and Type | Method and Description |
|---|---|
protected com.android.volley.Request |
buildVolleyRequest() |
protected java.lang.String |
getRequestTag() |
protected void |
onJSONError(java.lang.Throwable tr) |
protected void |
onJSONResponse(org.json.JSONObject jsonObject) |
protected void |
onPagingCompletion() |
protected boolean |
supportsPaging() |
isLastPageacceptsAuthenticationHeader, appendAPIVersionHeaders, appendGZIPHeaders, appendLanguageHeaders, buildRequest, cancel, encodeParameters, getBodyContentType, getJSONBody, getMethod, getPageSize, getStringMapBody, getUri, isPatch, nextPage, overrideCacheHeaders, parseCacheHeaders, sendRequest, setNextPage, setRetryPolicy, setUri, unGZIPprotected com.android.volley.Request buildVolleyRequest()
buildVolleyRequest in class MeridianJSONRequestprotected boolean supportsPaging()
supportsPaging in class MeridianRequestprotected void onPagingCompletion()
onPagingCompletion in class MeridianJSONRequestprotected void onJSONResponse(org.json.JSONObject jsonObject)
onJSONResponse in class MeridianJSONRequestprotected void onJSONError(java.lang.Throwable tr)
onJSONError in class MeridianJSONRequestprotected java.lang.String getRequestTag()
getRequestTag in class MeridianRequest