com.aspose.email
Class VCardGeo

java.lang.Object
  extended by com.aspose.email.VCardGeo

public final class VCardGeo
extends Object

Represents a global positioning of vCard contact


Constructor Summary
VCardGeo()
           Initializes a new instance of the VCardGeo class
 
Method Summary
 float getLatitude()
           Gets or sets a latitude
 float getLongitude()
           Gets or sets a longitude
 void setLatitude(float value)
           
 void setLongitude(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardGeo

public VCardGeo()

Initializes a new instance of the VCardGeo class

Method Detail

getLatitude

public float getLatitude()

Gets or sets a latitude


setLatitude

public void setLatitude(float value)

getLongitude

public float getLongitude()

Gets or sets a longitude


setLongitude

public void setLongitude(float value)


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.