Class MeridianJSONRequest

java.lang.Object
com.arubanetworks.meridian.requests.MeridianRequest
com.arubanetworks.meridian.requests.MeridianJSONRequest
Direct Known Subclasses:
AllMapsInfoRequest, BeaconsRequest, ClientLocationDataRequest, DirectionsRequest, DirectionsStartSearchRequest, LocalSearchRequest, MapInfoRequest, PlacemarkRequest, PlacemarksRequest, SearchRequest, SimulatedLocationRequest, TagDetailsRequest, TagsRequest

public abstract class MeridianJSONRequest extends MeridianRequest
  • Constructor Details

  • Method Details

    • onJSONResponse

      protected abstract void onJSONResponse(JSONObject jsonObject)
    • onJSONError

      protected abstract void onJSONError(Throwable tr)
    • onPagingCompletion

      protected void onPagingCompletion()
    • isLastPage

      public boolean isLastPage()
    • buildVolleyRequest

      protected com.android.volley.Request buildVolleyRequest()
      Specified by:
      buildVolleyRequest in class MeridianRequest