GooglePlacesSwift Framework Reference

  • AutocompleteMatchAttribute is an enumeration used for handling autocomplete match attributes.

  • It defines a Value typealias, which is a String, representing the attribute's value.

  • It also provides a static property name of type String.

AutocompleteMatchAttribute

enum AutocompleteMatchAttribute
extension AttributeScopes.GooglePlacesAttributes.AutocompleteMatchAttribute : AttributedStringKey, DecodableAttributedStringKey, EncodableAttributedStringKey, MarkdownDecodableAttributedStringKey
  • Declaration

    Swift

    typealias Value = String
  • Declaration

    Swift

    static let name: String