VCardGeo
Contents
[
Hide
]Inheritance: java.lang.Object
public final class VCardGeo
Represents a global positioning of vCard contact
Constructors
Constructor | Description |
---|---|
VCardGeo() | Initializes a new instance of the VCardGeo class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getLatitude() | Gets or sets a latitude |
getLongitude() | Gets or sets a longitude |
hashCode() | |
notify() | |
notifyAll() | |
setLatitude(float value) | Gets or sets a latitude |
setLongitude(float value) | Gets or sets a longitude |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VCardGeo()
public VCardGeo()
Initializes a new instance of the VCardGeo class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLatitude()
public final float getLatitude()
Gets or sets a latitude
Returns: float
getLongitude()
public final float getLongitude()
Gets or sets a longitude
Returns: float
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLatitude(float value)
public final void setLatitude(float value)
Gets or sets a latitude
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setLongitude(float value)
public final void setLongitude(float value)
Gets or sets a longitude
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |