Reputation: 88
We've been looking into a few scenario's whereby the Rest API returns a different speed limit result to that of Map Creator for a given long / lat and bearing.
My best guess would be that due to Map Creator allowing editing of speed limits, you don't immediately push those changes to your core database for use by other API's.
Would you be able to shed some light on the following:
An example would be:
Latitude,Longitude,Heading -34.7873726,138.5807025,199
Rest API gives me a 90km/hr speed limit
{
"RouteLinks": [
{
"functionalClass": 1,
"confidence": 1.0,
"linkId": -1211546049,
"attributes": {
"SPEED_LIMITS_FCN": [
{
"FROM_REF_SPEED_LIMIT": "0",
"TO_REF_SPEED_LIMIT": "90"
}
]
},
"mSecToReachLinkFromStart": 40,
"linkLength": 0.0,
"shape": "-34.78737 138.5807 -34.78737 138.5807"
}
],
"TracePoints": [
{
"confidenceValue": 1.0,
"elevation": 0.0,
"headingDegreeNorthClockwise": 199.0,
"headingMatched": -163.0,
"lat": -34.7873726,
"latMatched": -34.78737,
"linkIdMatched": -1211546049,
"lon": 138.5807025,
"lonMatched": 138.5807,
"matchDistance": 0.86,
"matchOffsetOnLink": 0.43468916306434047,
"minError": 1.0,
"routeLinkSeqNrMatched": 0,
"speedMps": 0.0,
"timestamp": 0
}
],
"Warnings": [],
"MapVersion": "LATEST"
}
Map Creator shows 110km/hr
https://mapcreator.here.com/navlink:1211546049/?l=-34.7874,138.5807,18,normal
Upvotes: 0
Views: 176
Reputation:
Upvotes: 0