Preparing search index...
The search index is not available
terra-draw-route-snap-mode
terra-draw-route-snap-mode
RoutingInterface
Interface RoutingInterface
interface
RoutingInterface
{
getClosestNetworkCoordinate
:
(
(
coordinate
:
Position
)
=>
null
|
Position
)
;
getRoute
:
(
(
startCoord
:
Position
,
endCoord
:
Position
)
=>
null
|
Feature
<
LineString
,
GeoJsonProperties
>
)
;
}
Implemented by
Routing
Index
Properties
get
Closest
Network
Coordinate
get
Route
Properties
get
Closest
Network
Coordinate
get
Closest
Network
Coordinate
:
(
(
coordinate
:
Position
)
=>
null
|
Position
)
get
Route
get
Route
:
(
(
startCoord
:
Position
,
endCoord
:
Position
)
=>
null
|
Feature
<
LineString
,
GeoJsonProperties
>
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
Closest
Network
Coordinate
get
Route
terra-draw-route-snap-mode
Loading...