public class EmptyMarkerDataCallback extends java.lang.Object implements retrofit.Callback<MarkerData>
| Constructor and Description |
|---|
EmptyMarkerDataCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Throwable t) |
void |
onResponse(retrofit.Response<MarkerData> response,
retrofit.Retrofit retrofit) |
public void onResponse(retrofit.Response<MarkerData> response, retrofit.Retrofit retrofit)
onResponse in interface retrofit.Callback<MarkerData>public void onFailure(java.lang.Throwable t)
onFailure in interface retrofit.Callback<MarkerData>