Class SuggestStreet

java.lang.Object
com.cercalia.sdk.model.suggest.SuggestStreet

public final class SuggestStreet extends Object
Street information in a suggestion result.
  • Method Details

    • builder

      public static SuggestStreet.Builder builder()
      Returns:
      A new builder instance.
    • getCode

      @Nullable public @Nullable String getCode()
      Returns:
      Internal Cercalia ID for the street.
    • getName

      @Nullable public @Nullable String getName()
      Returns:
      Name of the street.
    • getDescription

      @Nullable public @Nullable String getDescription()
      Returns:
      Description or additional information.
    • getType

      @Nullable public @Nullable String getType()
      Returns:
      Type of the street.
    • getArticle

      @Nullable public @Nullable String getArticle()
      Returns:
      Article associated with the street name.