Examples

The tables below show an overview of the available examples.

Info

These examples do not illustrate how to handle the authentication.

Note

When opening the links, press F12 in your browser. You can view the relevant REST requests as used in the related use case demos.

Route Calculation

Link to example Resource Parameters
Routing /2/calculateroute.json
Routing /2/calculateroute.json &tollVehicleType=car &driver_cost=30 &vehicle_cost=5
EV Routing with Charging /2/calculateroute.json &customConsumptionDetails &batteryParameters

Toll Cost Calculation

Link to example Resource Parameters
Route with Toll Cost 2/calculateroute.json &tollVehicleType=car &driver_cost=50 &vehicle_cost=0
Toll Cost-Optimized Route /2/calculateroute.json &tollVehicleType=car &driver_cost=30 &vehicle_cost=5

Optimize Order of Waypoints, Optional Pickup Points

Link to example Resource Parameters
Find best Waypoint Sequence (traveling salesman problem) /2/calculateroute.json &waypoint3=...;sort
Pick up Additional Items Along the Route /2/calculateroute.json &waypoint3=...;takeTo:5;value:100
Calculate Isoline along a Route /2/calculaterouteisoline.json
POIs within an Isoline along a Route /2/calculaterouteisoline.json

Map Match GPS Trace for Trip Analysis and Driver Alerts

Link to example Resource Parameters
Match GPS Trace /2/calculateroute.json &routeMatch=1
Match GPS Trace, show match confidence /2/calculateroute.json &routeMatch=1
Match GPS Trace, show speeding alerts /2/calculateroute.json + /1/tile.json &routeMatch=1
Match GPS Trace, show link attributes /2/calculateroute.json &routeMatch=1
Speed limit at coordinate /2/calculateroute.json &routeMatch=1
Detect bad behavior on the trip /2/calculateroute.json + /1/tiles.json &routeMatch=1
Improve reverse geocoding quality /2/calculateroute.json + /1/tiles.json &routeMatch=1
Detect bad behavior on the trip /2/calculateroute.json + /1/tiles.json &routeMatch=1
Match daily commute + provide route to other systems /2/calculateroute.json &routeMatch=1
Java code to load a speed limits along matched route /1/index.json + /1/tiles.json
Command line: curl --request POST -H "Content-Type: application/binary" --data-binary "@MyGpsTrace.gpx" "https://fleet.api.here.com/2/calculateroute.json?routeMatch=1&mode=fastest;car&app_id=MY_ADPPID&app_code=MY_APPCODE" /2/calculateroute.json &routeMatch=1

Route Calculation with Custom Road Changes

Link to example Resource Parameters
Add/block links and routing /2/overlays/upload.json + /2/search/bbox.json + /2/calculateroute.json
Road editor + routing /2/overlays/upload.json, /2/search/bbox.json + /2/calculateroute.json

Map Content for Map Display

Link to example Resource Parameters
Slope along route /2/calculateroute.json + /1/tiles.json
Height along route /2/calculateroute.json + /1/tiles.json
Road type + urban flag along route /2/calculateroute.json + /1/tiles.json
Traffic signs along route /2/calculateroute.json + /1/tiles.json

Map Content for Speed Limits

Link to example Resource Parameters
Speed limits along route /2/calculateroute.json + /1/tiles.json
Speed limits in map view /1/tiles.json
Speed limit at coordinate /1/tiles.json

Map Content for Driver Alerts

Link to example Resource Parameters
Traffic Signs along route /2/calculateroute.json + /1/tiles.json
Truck POIs along route /2/calculateroute.json + /1/tiles.json
2D junction views along route /2/calculateroute.json + /1/tiles.json
Link IDs and TMC codes along route /2/calculateroute.json
Driver rating speeding and cornering along route /2/calculateroute.json + /1/tiles.json
Driver alerts speeding /1/tiles.json

Map Content for Trip Analysis

Link to example Resource Parameters
Traffic patterns in map view /1/tiles.json
Live traffic speed record in map view /1/tiles.json
Postal code boundaries in map view /1/tiles.json
Administrative boundaries in map view /1/tiles.json
Census boundaries in map view /1/tiles.json
DTM height points in map view /1/tiles.json
Road roughness in map view /1/tiles.json
Variable speed signs in map view /1/tiles.json
Environmental zones in map view /1/tiles.json
Distance markers search + in map view /1/index.json + /1/tiles.json
Search map objects and custom objects /2/search/proximity.json, /2/search/bbox.json, /2/search/corridor.json, /2/search/quadkey.json, /2/search/all.json
Link to example Resource
Road link attributes /1/tiles.json
Road link attributes /1/index.json + /1/tiles.json

Real Time Truck Parking Availability

Link to example Resource
Truck Parking Places /1/search/proximity.json PDE layer Truck_Parking_POI, proximity=39.442,-87.5052
Truck Parking Availability along route's isoline /2/search/routeisoline.json PDE layer Truck_Parking_POI_Status, Marshall,IL->Cloverdale,IN

Custom Locations - Bring Your Own Data

Link to example Resource
Display/Search your Locations /2/search/proximity.json
Dashboard to manage your own Data PRD CIT
Layer upload: curl -X POST "http://fleet.api.here.com/2/layers/upload.json?layer_id=L123&app_id=XXX&app_code=XXX" -H "Content-Type: multipart/form-data;boundary=----ABCDE" -F "file=@C:\myData\layer123.wkt.zip" /2/layers/upload.json

Geofence on Custom Fences and on Map Content for Tracking and Driver Rating

Link to example Resource
Draw/upload fence and check asset in fence /2/search/proximity.json + /2/search/proximity.json
Check asset distance to fence /2/search/proximity.json
Upload isoline fence and simulate tracking /2/calculateroute.json + /2/layers/upload.json + /2/search/proximity.json
Upload route buffer fence and simulate tracking /2/calculateroute.json + /2/layers/upload.json + /2/search/proximity.json
Is the user moving by car/train/ship/plane? /2/search/proximity.json

More Examples ...

Advanced Routing Features are introduced in the Fleet Telematics API Technical Introduction.

results matching ""

    No results matching ""