opensocial.Address.Field (v0.7)
SUMMARY DETAIL
Static Class opensocial.Address.Field
All of the fields that an address has. These are the supported keys for the
Address.getField() method.
Field Summary
-
<static> object
COUNTRY
- The country.
-
<static> object
EXTENDED_ADDRESS
- The extended street address.
-
<static> object
LATITUDE
- The latitude.
-
<static> object
LOCALITY
- The locality.
-
<static> object
LONGITUDE
- The longitude.
-
<static> object
PO_BOX
- The po box of the address if there is one.
-
<static> object
POSTAL_CODE
- The postal code.
-
<static> object
REGION
- The region.
-
<static> object
STREET_ADDRESS
- The street address.
-
<static> object
TYPE
- The address type or label.
-
<static> object
UNSTRUCTURED_ADDRESS
- If the container does not have structured addresses in its data store,
this field will return the unstructured address that the user entered.
Field Detail
COUNTRY
<static> object COUNTRY
The country. Specified as a String.
EXTENDED_ADDRESS
<static> object EXTENDED_ADDRESS
The extended street address. Specified as a String.
LATITUDE
<static> object LATITUDE
The latitude. Specified as a Number.
LOCALITY
<static> object LOCALITY
The locality. Specified as a String.
LONGITUDE
<static> object LONGITUDE
The longitude. Specified as a Number.
PO_BOX
<static> object PO_BOX
The po box of the address if there is one. Specified as a String.
POSTAL_CODE
<static> object POSTAL_CODE
The postal code. Specified as a String.
REGION
<static> object REGION
The region. Specified as a String.
STREET_ADDRESS
<static> object STREET_ADDRESS
The street address. Specified as a String.
TYPE
<static> object TYPE
The address type or label. Examples: work, my favorite store, my house, etc
Specified as a String.
UNSTRUCTURED_ADDRESS
<static> object UNSTRUCTURED_ADDRESS
If the container does not have structured addresses in its data store,
this field will return the unstructured address that the user entered. Use
opensocial.getEnvironment().supportsField to see which fields are
supported. Specified as a String.