com.google.android.gms.identity.intents.AddressConstants.Extras |
Keys for Intent extras.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | EXTRA_ADDRESS |
The key for retrieving a
UserAddress returned to your
Activity's onActivityResult method after calling requestUserAddress(GoogleApiClient, UserAddressRequest, int) .
|
|||||||||
String | EXTRA_ERROR_CODE |
The key for retrieving an error code returned to your Activity's onActivityResult method
after calling requestUserAddress(GoogleApiClient, UserAddressRequest, int) .
|
The key for retrieving a
UserAddress
returned to your
Activity's onActivityResult method after calling requestUserAddress(GoogleApiClient, UserAddressRequest, int)
.
The key for retrieving an error code returned to your Activity's onActivityResult method
after calling requestUserAddress(GoogleApiClient, UserAddressRequest, int)
. See AddressConstants.ErrorCodes
for possible
values.