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.Event.MapLoadProgressArgs

Arguments for MapEvents.Progress.

Summary

Inheritance

Inherits from: EventArgs

Public attributes

Progress
readonly float
The progress of requested areas that have finished loading, between 0 and 1.

Public functions

GetBounds(Projection projection)
Bounds[]
Gets an array of the bounds of the areas that were loaded successfully since the last MapEvents.Progress event was fired.

Public attributes

Progress

readonly float Progress

The progress of requested areas that have finished loading, between 0 and 1.

This value can go down in subsequent events if more areas are requested.

Public functions

GetBounds

Bounds[] GetBounds(
  Projection projection
)

Gets an array of the bounds of the areas that were loaded successfully since the last MapEvents.Progress event was fired.

Details
Parameters
projection
The coordinate system of the MapsService (Coord.Coords`).