Class SuggestPoi

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

public final class SuggestPoi extends Object
POI-specific data in a suggestion.
  • Method Details

    • builder

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

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

      @Nullable public @Nullable String getName()
      Returns:
      Name of the POI.
    • getCategoryCode

      @Nullable public @Nullable String getCategoryCode()
      Returns:
      Internal Cercalia ID for the POI category.