Package | Description |
---|---|
com.here.android.mpa.search |
The search package provides classes for performing places and geocoder searches.
|
Modifier and Type | Method and Description |
---|---|
Address |
Location.getAddress()
Gets the
Address for the Location . |
Address |
Address.setCity(java.lang.String city)
Sets a city name for the
Address . |
Address |
Address.setCountryCode(java.lang.String countryCode)
Sets an ISO 3166-1 (3-letter) country code for the
Address . |
Address |
Address.setCountryName(java.lang.String countryName)
Sets a country name for the
Address . |
Address |
Address.setCounty(java.lang.String county)
Sets a county name for the
Address . |
Address |
Address.setDistrict(java.lang.String district)
Sets a district name for the
Address . |
Address |
Address.setFloorNumber(java.lang.String floorNumber)
Sets a floor number (in a multi-story building) for the
Address . |
Address |
Address.setHouseNumber(java.lang.String houseNumber)
Sets a house number for the
Address . |
Address |
Address.setPostalCode(java.lang.String postalCode)
Sets a postal code for the
Address . |
Address |
Address.setState(java.lang.String state)
Sets a state name for the
Address . |
Address |
Address.setStateCode(java.lang.String state)
Sets a state code (abbreviation) for the
Address . |
Address |
Address.setStreet(java.lang.String street)
Sets a street name for the
Address . |
Address |
Address.setSuiteNumberOrName(java.lang.String suiteNumberOrName)
Sets a suite number or suite name for the
Address . |
Address |
Address.setText(java.lang.String text)
Sets text for the
Address . |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
ReverseGeocodeRequest.execute(ResultListener<Address> listener)
Executes an asynchronous request.
|
Constructor and Description |
---|
Address(Address other)
Copy constructor.
|