Place.BooleanPlaceAttributeValue

public static final enum Place.BooleanPlaceAttributeValue extends Enum<Place.BooleanPlaceAttributeValue>
implements Parcelable

Value of the place attribute field.

Inherited Constant Summary

Field Summary

public static final Creator<Place.BooleanPlaceAttributeValue> CREATOR

Inherited Method Summary

Enum Values

public static final Place.BooleanPlaceAttributeValue FALSE

The place attribute is not available.

public static final Place.BooleanPlaceAttributeValue TRUE

The place attribute is available.

public static final Place.BooleanPlaceAttributeValue UNKNOWN

The place attribute has not been requested yet, or is not known.

Fields

public static final Creator<Place.BooleanPlaceAttributeValue> CREATOR