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
Text
The text to display.
[JsonPropertyName("text")]
public string? Text { get; set; }