Road Fuzzy Search
Service Introduction
Search for a road name based on keywords
Interface address
https://lbs.navinfo.com/open-api/rtic/v1/roadname
Request method
GET
Request parameters
The name of the road name is fuzzy, please refer to the following table:
| Parameter | Type | Meaning | Required | Default | Remarks | 
|---|---|---|---|---|---|
| ak | string | Developer Key | Yes | If there is no key, please apply | |
| guid | string | device id | No | ||
| kw | string | keyword | Yes | ||
| city | int | City | No | 110000 | Default 110000 supports national standard code, full name, abbreviation, pinyin, area code | 
| num | int | Maximum number of returns | No | 5 | Default 5, the value range is 1-20, and all other inputs take the default value. | 
Response data
| Return Value | Type | Meaning | Remarks | |
|---|---|---|---|---|
| status | int | Return status | Refer to the status code table | |
| msg | string | Back status description | Refer to the status code table | |
| data | array | return results | ||
| rnm | string | Route Name | ||
Service example
