Google.Maps.Event.RegionEvents

Encapsulates a collection of Feature.Region construction pipeline events.

Summary

Public attributes

DidCreate = new DidCreateRegionEvent()
Fired immediately after creating a region UnityEngine.GameObject.
WillCreate = new WillCreateRegionEvent()
Fired when the SDK is about to create a region UnityEngine.GameObject.

Public attributes

DidCreate

DidCreateRegionEvent DidCreate = new DidCreateRegionEvent()

Fired immediately after creating a region UnityEngine.GameObject.

WillCreate

WillCreateRegionEvent WillCreate = new WillCreateRegionEvent()

Fired when the SDK is about to create a region UnityEngine.GameObject.

To prevent object creation, set WillCreateRegionArgs.Cancel to true.