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`).