AddressConstants.ResultCodes

public static interface AddressConstants.ResultCodes

Custom result codes that can be returned to your Activity's onActivityResult method after you call 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.

Constant Summary

int RESULT_ERROR Result code returned if an error occurs while processing your request.

Constants

public static final int RESULT_ERROR

Result code returned if an error occurs while processing your request.

Constant Value: 1