Class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText
Text representing a Place or query prediction. The text may be used as is or formatted.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Matches
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.
Declaration
[JsonProperty("matches")]
public virtual IList<GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange> Matches { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange> |
Text
Text that may be used as is or formatted with matches
.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |