Preparing search index...
The search index is not available
Waze Map Editor JavaScript SDK
Waze Map Editor JavaScript SDK
index
SDK
RoadGraph
Class RoadGraph
Index
Constructors
constructor
Methods
are
Vertices
Connected
get
Connected
Vertices
get
Vertex
NodeID
is
Turn
Legal
toJSON
Constructors
constructor
new
RoadGraph
(
__namedParameters
:
{
dataModel
:
DataModel
}
)
:
RoadGraph
Parameters
__namedParameters
:
{
dataModel
:
DataModel
}
Returns
RoadGraph
Methods
are
Vertices
Connected
areVerticesConnected
(
fromVertex
:
Vertex
,
toVertex
:
Vertex
)
:
null
|
boolean
Parameters
fromVertex
:
Vertex
toVertex
:
Vertex
Returns
null
|
boolean
get
Connected
Vertices
getConnectedVertices
(
vertex
:
Vertex
)
:
Vertex
[]
Parameters
vertex
:
Vertex
Returns
Vertex
[]
get
Vertex
NodeID
getVertexNodeID
(
vertex
:
Vertex
)
:
null
|
number
Parameters
vertex
:
Vertex
Returns
null
|
number
is
Turn
Legal
isTurnLegal
(
fromVertex
:
Vertex
,
toVertex
:
Vertex
)
:
null
|
boolean
Parameters
fromVertex
:
Vertex
toVertex
:
Vertex
Returns
null
|
boolean
toJSON
toJSON
()
:
{
[
nodeId
:
number
]:
string
[]
}
Returns
{
[
nodeId
:
number
]:
string
[]
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
are
Vertices
Connected
get
Connected
Vertices
get
Vertex
NodeID
is
Turn
Legal
toJSON
Waze Map Editor JavaScript SDK
Loading...