Table of Contents

Enum VideoState

Namespace
GoogleMapsApi.Entities.AerialView.Response
Assembly
GoogleMapsApi.dll

Rendering state of an Aerial View video.

public enum VideoState

Fields

[EnumMember(Value = "ACTIVE")] Active = 2

Rendering finished; the video is viewable and Uris are populated.

[EnumMember(Value = "FAILED")] Failed = 3

Rendering failed for this video.

[EnumMember(Value = "PROCESSING")] Processing = 1

The video is currently being rendered. Poll LookupVideo until the state changes.

[EnumMember(Value = "STATE_UNSPECIFIED")] Unspecified = 0

The state is unknown. Default value.