Constructor and Description |
---|
ResidenceJig() |
Modifier and Type | Method and Description |
---|---|
float |
lat()
The latitude of this residence in degrees.
|
float |
lon()
The longitude of this residence in degrees.
|
void |
serialize(com.google.gson.stream.JsonWriter out)
Serializes the fields of this object in JSON form, and clears them.
|
void |
setLat(float f)
Sets the latitude.
|
void |
setLon(float f)
Sets the longitude.
|
public ResidenceJig()
public float lat()
Residence
public void setLat(float f)
public float lon()
Residence
public void setLon(float f)
public void serialize(com.google.gson.stream.JsonWriter out) throws IOException
SerialJig
serialize
in interface SerialJig
IOException