| Package | Description |
|---|---|
| com.scvngr.levelup.core.model | |
| com.scvngr.levelup.core.model.factory.json | |
| com.scvngr.levelup.core.net.request.factory |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Location> |
Location.CREATOR
Implements the
Parcelable interface. |
| Modifier and Type | Method and Description |
|---|---|
protected Parcelable.Creator<Location> |
LocationList.getCreator() |
| Constructor and Description |
|---|
LocationList(Collection<Location> source) |
| Modifier and Type | Method and Description |
|---|---|
protected Location |
LocationJsonFactory.createFrom(JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRequest |
LocationCreditRequestFactory.buildLocationCreditRequest(Location location)
Build a request to request credit at a given location.
|