NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

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.