Location:

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:

ParameterTypeMeaningRequiredDefaultRemarks

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 ValueTypeMeaningRemarks

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

ParameterValueTypeMeaningRequiredRemarks

ak

Your Ak

string

developer key

Yes

Click to apply

guid

string

device id

No

kw

string

Keywords

Yes

city

int

City

No

Default 110000
Support national standard code, full name, abbreviation, pinyin , area code
play a role when broadcasting according to poi parameters

num

int

Maximum number of returns

No

Default 5, sort by congestion distance
Value range 1-20, other inputs take default values

TOP