Google. Maps. Event. MapLoadedArgs
Encapsulates arguments for MapEvents.Loaded.
Summary
Inheritance
Inherits from: EventArgs
Public attributes |
|
---|---|
Errors
|
readonly int
The number of network errors since the last
MapLoaded event. |
Public attributes
Errors
readonly int Errors
The number of network errors since the last MapLoaded
event.
If this value is zero, then all GameObjects from calls to MapsService.LoadMap before this event are ready. If this value is non-zero, then there might be parts of the map that didn't load successfully. To retry, call LoadMap
again.