Custom result codes that can be returned to your Activity's onActivityResult method after
you call
Address.requestUserAddress(GoogleApiClient, UserAddressRequest, int). Note that
the standard result codes of Activity.RESULT_OK and Activity.RESULT_CANCELLED can also be
returned in addition to these custom ones.
| int | RESULT_ERROR | Result code returned if an error occurs while processing your request. |
Result code returned if an error occurs while processing your request.