new GoRouting()
Interactions/ExternalsConnections/interact/Geocoding/GoRouting.ts, line 24
Extends
- GOInteractionTool
- undefined
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 idMapstring The identificator of the map
routingIDstring The identificator of the route
transportModestring Mode of transport
pointsArray.<geodesicCoordinates> Start and end point.
stopsArray.<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 idMapstring The identificator of the map
routingIDstring The identificator of the route
transportModestring Mode of transport
pointsArray.<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 featuremodule:types~FeatureLike The feature to style
Returns:
Type Description string Return the new style of the feature.
