GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.addressNumber(String addressNumber) |
The house number or address results should have.
|
static GeocodeQueryComponents.Builder |
GeocodeQueryComponents.builder() |
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.country(String country) |
The alpha-2 or alpha-3 character code for the country that the results will be present in.
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.district(String district) |
The district or division of a city the results should be present in.
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.locality(String locality) |
City or locality results should be present in.
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.postalCode(String postalCode) |
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode,
or ZIP code for which the result should posses.
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.region(String region) |
The region or state results should be to be present in.
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.street(String street) |
The name of the street results should be present in.
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.Builder.subRegion(String subRegion) |
The sub-region or county for which results should be present in.
|
GeocodeQueryComponents.Builder |
GeocodeQueryComponents.toBuilder() |
|