public final class SuggestGeocodeOptions
extends Object
Options for geocoding a suggestion.
-
Nested Class Summary
Nested Classes
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
getCityCode
@Nullable
public @Nullable String getCityCode()
-
getPostalCode
@Nullable
public @Nullable String getPostalCode()
-
getStreetCode
@Nullable
public @Nullable String getStreetCode()
-
getStreetNumber
@Nullable
public @Nullable String getStreetNumber()
-
getCountryCode
@Nullable
public @Nullable String getCountryCode()