Uses of Class
com.openlapi.AddressInfo

Packages that use AddressInfo
com.openlapi   
 

Uses of AddressInfo in com.openlapi
 

Fields in com.openlapi declared as AddressInfo
protected  AddressInfo Location.addressInfo
          The AddressInfo associated to the Location object.
 

Methods in com.openlapi that return AddressInfo
 AddressInfo Location.getAddressInfo()
          Returns the AddressInfo associated with this Location object.
 AddressInfo Landmark.getAddressInfo()
          Gets the AddressInfo of the landmark.
 

Methods in com.openlapi with parameters of type AddressInfo
 void Landmark.setAddressInfo(AddressInfo addressInfo)
          Sets the AddressInfo of the landmark.
 

Constructors in com.openlapi with parameters of type AddressInfo
Landmark(java.lang.String name, java.lang.String description, QualifiedCoordinates coordinates, AddressInfo addressInfo)
          Constructs a new Landmark object with the values specified.