Class AutocompletePlacesResponse.Types.Suggestion.Types.StringRange
Identifies a substring within a given text.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class AutocompletePlacesResponse.Types.Suggestion.Types.StringRange : IMessage<AutocompletePlacesResponse.Types.Suggestion.Types.StringRange>, IEquatable<AutocompletePlacesResponse.Types.Suggestion.Types.StringRange>, IDeepCloneable<AutocompletePlacesResponse.Types.Suggestion.Types.StringRange>, IBufferMessage, IMessage
Constructors
StringRange()
Declaration
public StringRange()
StringRange(StringRange)
Declaration
public StringRange(AutocompletePlacesResponse.Types.Suggestion.Types.StringRange other)
Parameters
Type | Name | Description |
---|---|---|
AutocompletePlacesResponse.Types.Suggestion.Types.StringRange | other |
Properties
EndOffset
Zero-based offset of the last Unicode character (exclusive).
Declaration
public int EndOffset { get; set; }
Property Value
Type | Description |
---|---|
int |
StartOffset
Zero-based offset of the first Unicode character of the string (inclusive).
Declaration
public int StartOffset { get; set; }
Property Value
Type | Description |
---|---|
int |