UserAddressRequest
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
UserAddressRequest is an object used to request a user's address through the Google API.
It allows specifying allowed countries to filter returned addresses.
A Builder class is available to facilitate the creation of UserAddressRequest objects.
public final class UserAddressRequest extends AbstractSafeParcelable
implements Parcelable
Object that encapsulates a request to
requestUserAddress(GoogleApiClient, UserAddressRequest, int). If your app only
allows addresses in certain countries, then you can use this object to specify these
countries and the API will only return an address if it is an applicable country. If you do
not specify any countries, then it will be assumed that there are no restrictions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],[]]