Class: GoRouting

GoRouting

Interaction that allows to get the routing from HERE

new GoRouting()

Interactions/ExternalsConnections/interact/Geocoding/GoRouting.ts, line 24

Extends

Methods

asyncdoMultiRoutingHERE(idMap, routingID, transportMode, points, stops){string}

Interactions/ExternalsConnections/interact/Geocoding/GoRouting.ts, line 93

This function return the rout from 2 coordinates

Name Type Description
idMap string

The identificator of the map

routingID string

The identificator of the route

transportMode string

Mode of transport

points Array.<geodesicCoordinates>

Start and end point.

stops Array.<geodesicCoordinates>

The stops in the way

Returns:
Type Description
string
  • The string with the direction.

asyncdoRoutingHERE(idMap, routingID, transportMode, points){string}

Interactions/ExternalsConnections/interact/Geocoding/GoRouting.ts, line 35

This function return the rout from 2 coordinates

Name Type Description
idMap string

The identificator of the map

routingID string

The identificator of the route

transportMode string

Mode of transport

points Array.<geodesicCoordinates>

Start and end point.

Returns:
Type Description
string
  • The string with the direction.

inherited typeLayerHidraulic(feature){string}

Interactions/utils/GoInteractionTool.ts, line 20

This function allow to create a style for the hidraulic layer.

Name Type Description
feature module:types~FeatureLike

The feature to style

Returns:
Type Description
string Return the new style of the feature.