AI-generated Key Takeaways
-
AddressConstants
provides a set of constants for interacting with Address APIs on Android. -
It includes nested interfaces for error codes (
ErrorCodes
), intent extras (Extras
), result codes (ResultCodes
), and themes (Themes
). -
These constants are used when requesting and handling user address information through the
requestUserAddress
method. -
Developers can use these constants to customize the user interface and interpret the results of address requests.
Constants used for Address APIs.
Nested Class Summary
interface | AddressConstants.ErrorCodes | Error codes that could be returned in the data Intent returned to your Activity via its onActivityResult method. | |
interface | AddressConstants.Extras | Keys for Intent extras. | |
interface | AddressConstants.ResultCodes | Custom result codes that can be returned to your
Activity's onActivityResult method after you call
requestUserAddress(GoogleApiClient, UserAddressRequest, int) . |
|
interface | AddressConstants.Themes | System themes that can be used to customize the
UI elements shown when you call
requestUserAddress(GoogleApiClient, UserAddressRequest, int) . |