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 = 2Rendering finished; the video is viewable and
Urisare populated.[EnumMember(Value = "FAILED")] Failed = 3Rendering failed for this video.
[EnumMember(Value = "PROCESSING")] Processing = 1The video is currently being rendered. Poll
LookupVideountil the state changes.[EnumMember(Value = "STATE_UNSPECIFIED")] Unspecified = 0The state is unknown. Default value.