VCardGeo

Inheritance: java.lang.Object

public final class VCardGeo

Represents a global positioning of vCard contact

Constructors

ConstructorDescription
VCardGeo()Initializes a new instance of the VCardGeo class

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuefloat

setLongitude(float value)

public final void setLongitude(float value)

Gets or sets a longitude

Parameters:

ParameterTypeDescription
valuefloat

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int