|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.Placemark
@Deprecated public class Placemark
A placemark is a location (on the screen) annotated with a description.
For the JSON object serialization, the field names are used. Eg.
{ id: "violetLacuno",
x: 338,
y: 185,
color: -16752694,
type: 0,
img: 0,
size: 1,
description: "some place",
longitude: 0.0,
latitude: 0.0
}
Fields annotated with PrimaryKey are used, if not the whole object is sent. HideIfNull indicates that the field is not sent at all, if the value is not set.
| Field Summary | |
|---|---|
static int |
CELL
Deprecated. |
java.lang.String |
color
Deprecated. |
java.lang.String |
description
Deprecated. |
static int |
GBANGOO
Deprecated. |
java.lang.String |
id
Deprecated. |
int |
img
Deprecated. |
static int |
IP_ADDRESS
Deprecated. |
float |
latitude
Deprecated. |
float |
longitude
Deprecated. |
static int |
NEWS
Deprecated. |
static int |
PHYSICAL_ADDRESS
Deprecated. |
static int |
PLAYER
Deprecated. |
static int |
POINT_OF_INTEREST
Deprecated. |
static int |
QUEST
Deprecated. |
int |
size
Deprecated. |
static int |
TOWN
Deprecated. |
int |
type
Deprecated. |
int |
x
Deprecated. |
int |
y
Deprecated. |
| Constructor Summary | |
|---|---|
Placemark()
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CELL
@HideIfNull public java.lang.String color
@HideIfNull public java.lang.String description
public static final int GBANGOO
@PrimaryKey public java.lang.String id
@HideIfNull public int img
public static final int IP_ADDRESS
@HideIfNull public float latitude
@HideIfNull public float longitude
public static final int NEWS
public static final int PHYSICAL_ADDRESS
public static final int PLAYER
public static final int POINT_OF_INTEREST
public static final int QUEST
@HideIfNull public int size
public static final int TOWN
@HideIfNull public int type
public int x
public int y
| Constructor Detail |
|---|
public Placemark()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||