public final class VCardGeo extends Object
Represents a global positioning of vCard contact
Constructor and Description |
---|
VCardGeo()
Initializes a new instance of the
VCardGeo class |
Modifier and Type | Method and Description |
---|---|
float |
getLatitude()
Gets or sets a latitude
|
float |
getLongitude()
Gets or sets a longitude
|
void |
setLatitude(float value)
Gets or sets a latitude
|
void |
setLongitude(float value)
Gets or sets a longitude
|
public VCardGeo()
Initializes a new instance of the VCardGeo
class
public final float getLatitude()
Gets or sets a latitude
public final void setLatitude(float value)
Gets or sets a latitude
public final float getLongitude()
Gets or sets a longitude
public final void setLongitude(float value)
Gets or sets a longitude