CandidateType

public enum CandidateType

The address level type for each StructuredSearchCandidate.

  • Represents the country address level.

    Declaration

    Swift

    case country
  • Represents a subdivision of a country. The definition is country-specific. E.g. state (in the US), province (in Canada), prefecture (in Japan).

    Declaration

    Swift

    case subCountry
  • Represents the municipality address level.

    Declaration

    Swift

    case municipality
  • Municipality subdivision, e.g. oaza (in Japan).

    Declaration

    Swift

    case municipalitySubdivision
  • Represents the road address level.

    Declaration

    Swift

    case road
  • Represents the city block address level.

    Declaration

    Swift

    case cityBlock
  • Neighborhood, e.g, aza/chome (in Japan).

    Declaration

    Swift

    case neighborhood
  • Represents the postal code address level.

    Declaration

    Swift

    case postalCode
  • Represents the house address level.

    Declaration

    Swift

    case house