| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,GeoPt> |
GeoPt.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
GeoPt |
MessageEntry.getGeoPt()
Returns the geo pt.
|
GeoPt |
GeoPt.lock() |
GeoPt |
GeoPt.setElev(Float elev)
Sets the Elevation.
|
GeoPt |
GeoPt.setLabel(String label)
Sets the Label.
|
GeoPt |
GeoPt.setLat(Float lat)
Sets the Latitude.
|
GeoPt |
GeoPt.setLon(Float lon)
Sets the Longitude.
|
GeoPt |
GeoPt.setTime(DateTime time)
Sets the Time.
|
| Modifier and Type | Method and Description |
|---|---|
MessageEntry |
MessageEntry.setGeoPt(GeoPt geoPt)
Sets the geo pt.
|
| Constructor and Description |
|---|
GeoPt(ElementKey<?,? extends GeoPt> key)
Subclass constructor, allows subclasses to supply their own element key.
|
GeoPt(ElementKey<?,? extends GeoPt> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.