Class Place
java.lang.Object
com.timeanddate.services.dataTypes.places.Place
- Author:
- Cato Auestad <cato@timeanddate.com>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_id
public int _id -
_urlid
-
_geography
-
-
Constructor Details
-
Place
public Place()
-
-
Method Details
-
getId
public int getId()Numerical id of the referenced place. -
getUrlid
Textual id of the referenced place. -
getGeography
Geographical information about the location. -
fromNode
-