Google.Maps.Unity.Intersections.RoadLatticeEdge

A structure representing an outbound connection to a RoadLatticeNode. The source of the edge is not explicitly represented, only the destination.

Summary

Public types

Flags{
  None = 0,
  Intersection = 1
}
enum
The possible flags for an edge.

Public attributes

Segment
readonly Segment
The source Segment map feature from which this lattice edge was generated.
Target
readonly RoadLatticeNode
The target node to which this edge joins.

Properties

EdgeFlags
The flags for this edge.

Public types

Flags

 Flags

The possible flags for an edge.

Properties
Intersection

An edge entering an intersection.

None

An ordinary edge.

Public attributes

Segment

readonly Segment Segment

The source Segment map feature from which this lattice edge was generated.

Target

readonly RoadLatticeNode Target

The target node to which this edge joins.

Properties

EdgeFlags

Flags EdgeFlags

The flags for this edge.