Hubiquitus Android  0.6.1
Android client for hubiquitus protocol
org.hubiquitus.hapi.hStructures.HLocation Class Reference

Inherits JSONObject.

List of all members.

Public Member Functions

 HLocation (JSONObject jsonObj) throws JSONException
HGeo getPos ()
void setPos (HGeo pos)
String getZip ()
void setZip (String zip)
String getNum ()
void setNum (String num)
String getWayType ()
void setWayType (String wayType)
String getWay ()
void setWay (String way)
String getAddr ()
void setAddr (String addr)
String getFloor ()
void setFloor (String floor)
String getBuilding ()
void setBuilding (String building)
String getCity ()
void setCity (String city)
String getCountryCode ()
void setCountryCode (String countryCode)

Package Attributes

final Logger logger = LoggerFactory.getLogger(HLocation.class)

Detailed Description

Version:
0.6 This structure describe the location

Member Function Documentation

Returns:
the address complement of the location. NULL if undefined
Returns:
the building’s identifier of the location. NULL if undefined
Returns:
city of the location. NULL if undefined
Returns:
countryCode of the location. NULL if undefined
Returns:
the floor number of the location. NULL if undefined
Returns:
the way number of the location. NULL if undefined
Returns:
hGeo which specifies the exacte longitude and latitude of the location. Null if undefined.
Returns:
the name of the street/way of the location. NULL if undefined
Returns:
the type of the way of the location. NULL if undefined
Returns:
the zip code of the location. NULL if undefined

The documentation for this class was generated from the following file:
 All Classes Functions Variables