AddressConstants.Extras

public static interfaceAddressConstants.Extras

Keys for Intent extras.

Constant Summary

String EXTRA_ADDRESS The key for retrieving aUserAddress 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).

Constants

public static finalString EXTRA_ADDRESS

The key for retrieving aUserAddress returned to your Activity's onActivityResult method after calling requestUserAddress(GoogleApiClient, UserAddressRequest, int).

Constant Value: "com.google.android.gms.identity.intents.EXTRA_ADDRESS"

public static finalString EXTRA_ERROR_CODE

The key for retrieving an error code returned to your Activity's onActivityResult method after calling requestUserAddress(GoogleApiClient, UserAddressRequest, int).See AddressConstants.ErrorCodesfor possible values.

Constant Value: "com.google.android.gms.identity.intents.EXTRA_ERROR_CODE"