Class Location
java.lang.Object
com.arubanetworks.meridian.locationsharing.Location
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Location
fromJSON
(JSONObject json) getDebug()
getTime()
getX()
getY()
void
void
setDistance
(String distance) void
void
setSharing
(Boolean sharing) void
void
setTimestamp
(Date timestamp) void
void
toString()
-
Constructor Details
-
Location
public Location()
-
-
Method Details
-
fromJSON
- Throws:
JSONException
-
getTimestamp
-
setTimestamp
-
getMapKey
-
setMapKey
-
getX
-
setX
-
getY
-
setY
-
getDebug
-
setDebug
-
getDistance
-
setDistance
-
getTime
-
setTime
-
getSharing
-
setSharing
-
toString
-