This is an old revision of the document!
Object TGeoplacerequest provides an easy and fast way to retrieve the data of some geographical place or unit.
Name | Type | Description |
---|---|---|
ID_geoplaces | integer | ID of the geoplace |
ID_ancestors | integer | ID of the ancestors |
ID_parents | integer | ID of the parents |
ID_preferred_parents | integer | ID of the preferred parents |
ID_to_Ignore | integer | ID of the geoplace to_Ignore |
keywords | string | keywords to find geoplaces |
Skip | integer | number of results items to skip |
First | integer | number of results items to get |
OrderBy | integer | Order type |
longitude | float | Geoplace position longitude |
latitude | float | Geoplace position latitude |
geodistance | float | distance to find geoplace |
<rsp stat="ok"> <geoplace id="243161"> <translations> <translation language="enu"> <label>Cannes</label> </translation> </translations> </geoplace> </rsp>
geoplacerequest.ID_ancestors[0]='243161' ancestors are only taken from the preferred parent geoplacerequest.ID_parents[0]='243161' preferred and non preferred parents geoplacerequest.ID_preferred_parents[0]='243161' only preferred parents