com.ibm.websphere.personalization
Class PznGeolocationInterface.GeoLocation

java.lang.Object
  extended by com.ibm.websphere.personalization.PznGeolocationInterface.GeoLocation
Enclosing interface:
PznGeolocationInterface

public static class PznGeolocationInterface.GeoLocation
extends java.lang.Object

This class stores a geographical location, including both coordinates and address.


Constructor Summary
PznGeolocationInterface.GeoLocation(PznGeolocationInterface.GeoCoords coords, PznGeolocationInterface.GeoAddress address)
           
 
Method Summary
 PznGeolocationInterface.GeoAddress getAddress()
           
 PznGeolocationInterface.GeoCoords getCoords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PznGeolocationInterface.GeoLocation

public PznGeolocationInterface.GeoLocation(PznGeolocationInterface.GeoCoords coords,
                                           PznGeolocationInterface.GeoAddress address)
Method Detail

getCoords

public PznGeolocationInterface.GeoCoords getCoords()

getAddress

public PznGeolocationInterface.GeoAddress getAddress()