Places¶
A place is a concrete geographical feature, location or area on the Earth.
XML Schema:
Resource Definition¶
Note
This resource can be searched, allowing to you to access a filtered set of data. See our Searching The G API documentation for details on how to query specific fields and the operators available.
Fields
Name |
Type |
Description |
|---|---|---|
|
String |
|
|
Field |
|
|
String |
|
|
Reference Object |
|
|
Reference Object |
|
|
Decimal |
A geographic coordinate that specifies the north-south position of a point on the Earth’s surface (valid values range from -90.0 to 90.0) |
|
Decimal |
A geographic coordinate that specifies the east-west position of a point on the Earth’s surface (valid values range from -180.0 to 180.0) |
|
Integer |
|
|
Integer |
In meters |
|
String |
The name of this resource in plain ascii characters |
|
Field |
Additional names for the place. This includes the name in other languages. |
|
Field |
A set of geographic coordinates that represents the minimum bounding box that covers the extent of a place. The box will be defined by [xmin, ymin, xmax, ymax]. |
|
Nested Object |
The type of place |
|
String |
|
|
Field |
|
|
String |
The name of this feature |
|
String |
|
|
String |
|
|
Nested Object |
|
|
String |
|
|
Field |
|
|
String |
|
|
String |
|
|
Nested Object |
|
|
String |
|
|
Field |
|
|
String |
|
|
String |
|
|
String |
|
|
Reference Object |
|
|
Field |
|
|
Field |
|
|
String |
|
|
Field |
|
|
String |
|
|
Reference Object |
|
|
Reference Object |
|
|
Reference Object |
|
|
Integer |
How many dossiers reference this place |
|
Datetime |
The time when the resource was created, in the standard Dates & Times. |
|
Datetime |
The time when the resource was last modified, in the standard Dates & Times. |
Get a Place
- GET /places/(string: place_id)¶
List Places
- GET /places¶