To view the attribute key/value pairs for feature class 1 links for an area near Fulda, Germany, send the following GET request.
https://s.fleet.ls.hereapi.com/1/tile.json
?apiKey={YOUR_API_KEY}
&layer=LINK_ATTRIBUTE_FC1
&level=9
&tilex=537
&tiley=399
The response to the above request includes the following high level elements:
- row for each link in the tile with the key/value pairs for 29 associated attributes
- http status code and other response header information
{
"Rows": [
{
"LINK_ID": "52493206",
"ISO_COUNTRY_CODE": "DEU",
"VEHICLE_TYPES": "1007",
"URBAN": "N",
"TRANSPORT_VERIFIED": "Y",
"FUNCTIONAL_CLASS": "1",
"CONTROLLED_ACCESS": "Y",
"LIMITED_ACCESS_ROAD": "Y",
"TRAVEL_DIRECTION": "F",
"BOAT_FERRY": "N",
"RAIL_FERRY": "N",
"MULTI_DIGITIZED": "Y",
"DIVIDER": "N",
"DIVIDER_LEGAL": "N",
"FRONTAGE": "N",
"PAVED": "Y",
"RAMP": "N",
"PRIVATE": "N",
"POI_ACCESS": "N",
"INTERSECTION_CATEGORY": null,
"SPEED_CATEGORY": "1",
"LANE_CATEGORY": "2",
"COVERAGE_INDICATOR": "N0",
"TO_REF_NUM_LANES": null,
"FROM_REF_NUM_LANES": "2",
"PHYSICAL_NUM_LANES": null,
"LOW_MOBILITY": "3",
"PUBLIC_ACCESS": "Y",
"GRADE_CATEGORY": null,
"ROUTE_TYPES": "3"
},
additional rows removed for readability
]
}