new GoGeocodingHERE()
Extends
- GOInteractionTool
- undefined
Methods
-
asyncautoSuggestAddress(textToSearch){string}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocodingHERE.ts, line 169 -
This function return the direction from 2 coordinates
Name Type Description textToSearchstring The string with the text to search.
Returns:
Type Description string - The suggest of the address.
-
asyncgetCoordinatesFromDirection(direction){Promise.<any>}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocodingHERE.ts, line 56 -
This function return the coordinates from direction if an error exist, return {lat:0, lng:0}
Name Type Description directionstring The string with the direction to get the coordinates.
Returns:
Type Description Promise.<any> -
asyncgetCoordinatesFromDirectionProperties(direction){CancelablePromise.<any>}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocodingHERE.ts, line 212 -
This function return the coordinates from direction if an error exist, return {lat:0, lng:0}
Name Type Description directionstring The string with the direction to get the coordinates.
Returns:
Type Description CancelablePromise.<any> -
asyncgetDirectionFromCoordinates(lat, long){string}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocodingHERE.ts, line 93 -
This function return the direction from 2 coordinates
Name Type Description latnumber Latitude of the point.
longnumber Longitude of the point.
Returns:
Type Description string - The string with the direction.
-
asyncgetDirectionFromCoordinatesProperties(lat, long){string}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocodingHERE.ts, line 276 -
This function return the direction from 2 coordinates
Name Type Description latnumber Latitude of the point.
longnumber Longitude of the point.
Returns:
Type Description string - The string with the direction.
-
asyncsuggestAddress(textToSearch){string}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocodingHERE.ts, line 128 -
This function return the direction from 2 coordinates
Name Type Description textToSearchstring The string with the text to search.
Returns:
Type Description string - The suggest of the address.
-
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.
