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 float getLatitude()
Gets or sets a latitude
public void setLatitude(float value)
Gets or sets a latitude
value
- a float.public float getLongitude()
Gets or sets a longitude
public void setLongitude(float value)
Gets or sets a longitude
value
- a float.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.