SearchSuggestType

Suggestion type

  • Represents address type.

    Can have multiple subtypes. For example, [.country] for Country result like Germany or [.address] for a concrete address. Sometimes server may respond with multiple address subtypes for the result. For example, Seoul would have [.region, .place].

  • POI

    Suggestion represents point-of-interest.

  • Suggestion represents further category search. For example, you may get “bar” category suggestion for “bar” query to look for a POI with “bar” in the categories field.

  • Suggestion represents the further query search. It might be used for query corrections.

  • Access to subtypes of address type. Do not available for .POI type.

  • Initializer for custom Decoder

  • Encode structure with your own Encoder