Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.websphere.personalization
Class PznGeolocationInterface.GeoLocationjava.lang.Objectcom.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()
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD