Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText

import type { GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText } from "https://googleapis.deno.dev/v1/places:v1.ts";

Text representing a Place or query prediction. The text may be used as is or formatted.

interface GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText {
text?: string;
}

§Properties

§

A list of string ranges identifying where the input request matched in text. The ranges can be used to format specific parts of text. The substrings may not be exact matches of input if the matching was determined by criteria other than string matching (for example, spell corrections or transliterations). These values are Unicode character offsets of text. The ranges are guaranteed to be ordered in increasing offset values.

§
text?: string
[src]

Text that may be used as is or formatted with matches.