new GoGeocoding()
Interactions/ExternalsConnections/interact/Geocoding/GoGeocoding.ts, line 42
Extends
- GOInteractionTool
- undefined
Methods
-
asyncgetCoordinatesFromDirection(direction){Promise.<any>}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocoding.ts, line 50 -
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> -
asyncgetDirectionFromCoordinates(lat, long){string}
Interactions/ExternalsConnections/interact/Geocoding/GoGeocoding.ts, line 78 -
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.
-
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.
