public static class

Barcode.Address

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.vision.barcode.Barcode.Address

Class Overview

An address.

Summary

Constants
int HOME
int UNKNOWN Address type.
int WORK
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String[] addressLines Formatted address, multiple lines when appropriate.
public int type
Public Constructors
Barcode.Address()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final int HOME

Constant Value: 2 (0x00000002)

public static final int UNKNOWN

Address type.

Constant Value: 0 (0x00000000)

public static final int WORK

Constant Value: 1 (0x00000001)

Fields

public String[] addressLines

Formatted address, multiple lines when appropriate. This field always contains at least one line.

public int type

Public Constructors

public Barcode.Address ()