Table of Contents

Class FormattableText

Namespace
GoogleMapsApi.Entities.PlacesNew.Response
Assembly
GoogleMapsApi.dll

Text plus the substrings that matched the autocomplete input.

public sealed class FormattableText
Inheritance
FormattableText
Inherited Members

Properties

Matches

Ranges within Text that matched the user's input.

[JsonPropertyName("matches")]
public List<StringRange>? Matches { get; set; }

Property Value

List<StringRange>

Text

The text to display.

[JsonPropertyName("text")]
public string? Text { get; set; }

Property Value

string