WIMM Labs


com.wimm.framework.provider
Class WorldClock.Location

java.lang.Object
  extended by com.wimm.framework.provider.WorldClock.Location
Enclosing class:
WorldClock

public static class WorldClock.Location
extends Object

This class represents a named location on a map.

Since:
WIMM SDK 1.0.0
See Also:
WorldClock

Field Summary
 float latitude
          The location latitude.
 float longitude
          The location longitude.
 String name
          The location name.
 String timeZone
          The location time zone.
 String uid
          The location unique identifier.
 
Constructor Summary
WorldClock.Location()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The location name.


timeZone

public String timeZone
The location time zone.


latitude

public float latitude
The location latitude.


longitude

public float longitude
The location longitude.


uid

public String uid
The location unique identifier.

Constructor Detail

WorldClock.Location

public WorldClock.Location()

WIMM Labs