Search location of landscapes, buildings or faculties by keywords.
Headers
| Name |
Required |
Description |
| X-NCU-API-TOKEN |
yes |
your API token |
## Query parameters
| Name |
Required |
Description |
| q |
yes |
keywords |
| size |
no |
1 <= size <= 5, defaults to 3. |
| Field Name |
Type |
Value Description |
| chineseName |
String |
place's Chinese name |
| englishName |
String |
place's English name |
| type |
Enum |
[Place Type] |
| location |
LatLng |
latlng object
| lat |
Latitude |
| lng |
Longitude |
|
[
{
"chineseName" : "志希館",
"englishName" : "Zhi-Xi Building",
"type" : "ADMINISTRATION",
"location" : {
"lat" : 24.970126,
"lng" : 121.193683
}
}
]