GooglePlacesSwift Framework Reference

  • The autocompleteMatch attribute is used for highlighting match fragments within the attributedFullText property of an AutocompletePlaceSuggestion.

  • This attribute is associated with the AutocompletePlaceSuggestion struct and helps in visually representing the matching portions of a place suggestion.

  • The declaration of this attribute is static let autocompleteMatch: NSAttributedString.Key, indicating it's a key within the NSAttributedString.Key namespace.

Key

extension NSAttributedString.Key