How to share settings
The HERE WeGo Mobile app or HERE WeGo Web allows you to apply shared settings.
Vehicle parameters
You can specify path truck parameters and set vehicle dimensions. The available parameters are:
- vw: total weight (in kg)
- vdh: vehicle height (in cm)
- vdl: vehicle length (in cm)
- vdw: width (in cm)
Example
The following share link sets vehicle dimensions to height of 350cm, length of 820cm, width of 195cm, and a total weight of 4890kg.
https://share.here.com/s/truckparams?m=tr&vdh=350&vdl=820&vdw=195&vw=4890Hazardous materials
You can specify query truck parameters and set hazardous materials.
The key name for this parameter is:
- hmr: hazardous material restriction
The HERE WeGo mobile app accepts the names of the HazardousMaterial enum from HERE SDK for Android API Reference Navigate. Values must be comma separated without whitespaces. The last value shouldn't have a leading comma.
Example
The following share link sets following hazardous materials:
HazardousMaterial.harmfulToWater and HazardousMaterial.flammable.
https://share.here.com/s/truckparams?m=tr&hmr=harmfulToWater,flammableTunnel category
You can specify query truck parameters and set the tunnel category. The key name for parameter is:
- tcr: tunnel category restriction
WeGo mobile app accepts A, B, C, D, E tunnel categories. Values aren't case sensitive. a, b, ..., e would work as well.
Example
The following share link sets tunnel category to c.
https://share.here.com/s/truckparams?m=tr&tcr=cTruck, trailer and axle configurations
You can specify query truck parameters, truck type, trailer count, axle count, weight per axle, and set axle group weights.
The key names for parameters are:
- trt: truck type (tractor and truck)
- trlc: trailer count (integer)
- axc: total axles count (integer)
- wpax: weight per axle (kg)
- axgwsn: single axle group weight (kg)
- axgwtan: tandem axle group weight (kg)
- axgwtri: triple axle group weight (kg)
- axgwqd: quad axle group weight (kg)
- axgwqt: quint axle group weight (kg)
Example of basic truck configuration
Basic truck configuration: TruckType.straight or TruckType.tractor (semi-trailers).
https://share.here.com/s/truckparams?m=tr&trt=tractorExample of trailer and axle count configuration
Trailer count, axle count, and weight per axle configuration: trailer count (range 0 to 6) and axle count (range 2 to 13).
https://share.here.com/s/truckparams?m=tr&trt=straight&trlc=2&axc=4&wpax=128Example of trailer count and axle group weight configuration
Trailer count, axle count and axle group weights configuration. When both the "weight per axle" and "axle group weights" are specified, the system prioritizes and uses the "weight per axle" value, and disregards the "axle group weight."
https://share.here.com/s/truckparams?m=tr&trt=straight&trlc=2&axc=4&axgwsn=1890&axgwtan=2790&axgwtri=3690&axgwqd=4790&axgwqt=5890