Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains structured information about the place's description, divided into a main text and a secondary text, including an array of matched substrings from the autocomplete input, identified by an offset and a length, expressed in unicode characters.

Hierarchy

  • StructuredFormatting

Index

Properties

main_text: string

This is the main text part of the unformatted description of the place suggested by the Places service. Usually the name of the place.

main_text_matched_substrings: PredictionSubstring[]

A set of substrings in the main text that match elements in the user's input, suitable for use in highlighting those substrings. Each substring is identified by an offset and a length, expressed in unicode characters.

secondary_text: string

This is the secondary text part of the unformatted description of the place suggested by the Places service. Usually the location of the place.

Generated using TypeDoc