public static final class

Where.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.extensions.Where.Rel

Class Overview

Relation type. Describes the meaning of this location.

Summary

Constants
String EVENT_ALTERNATE Secondary location.
String EVENT_PARKING Nearby parking lot.
Fields
public static final String EVENT Place where the enclosing event occurs.
Public Constructors
Where.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EVENT_ALTERNATE

Secondary location.

Constant Value: "http://schemas.google.com/g/2005#event.alternate"

public static final String EVENT_PARKING

Nearby parking lot.

Constant Value: "http://schemas.google.com/g/2005#event.parking"

Fields

public static final String EVENT

Place where the enclosing event occurs.

Public Constructors

public Where.Rel ()