|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoType | |
---|---|
ezvcard |
Uses of GeoType in ezvcard |
---|
Methods in ezvcard that return GeoType | |
---|---|
GeoType |
VCard.getGeo()
Gets the geographical position of where the person lives/works. |
GeoType |
VCard.setGeo(double latitude,
double longitude)
Sets the geographical position of where the person lives/works. |
Methods in ezvcard that return types with arguments of type GeoType | |
---|---|
List<GeoType> |
VCard.getGeos()
Gets all geographical position properties. |
Methods in ezvcard with parameters of type GeoType | |
---|---|
void |
VCard.addGeo(GeoType geo)
Adds a geographical position to the vCard. |
void |
VCard.setGeo(GeoType geo)
Sets the geographical position of where the person lives/works. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |