Google.Maps.Unity.Intersections

Summary

Classes

Google.Maps.Unity.Intersections.Intersection

A representation of a road intersection that can have multiple in/outgoing roads.

Google.Maps.Unity.Intersections.IntersectionArm

Represents an outgoing/incoming road from an intersection.

Google.Maps.Unity.Intersections.IntersectionFeature

A map feature representing an intersection overlay object.

Google.Maps.Unity.Intersections.RoadLattice

A representation of a graph of nodes and connections representing the road network in an area. For example, a single map tile, or a loaded map region.

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.

Google.Maps.Unity.Intersections.RoadLatticeNode

A node in a graph representing the layout of roads in an area. Each node contains a collection of neighbor nodes.