Table of Contents

Class StringRange

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

An offset range within a string.

public sealed class StringRange
Inheritance
StringRange
Inherited Members

Properties

EndOffset

Zero-based end offset of the range, exclusive.

[JsonPropertyName("endOffset")]
public int? EndOffset { get; set; }

Property Value

int?

StartOffset

Zero-based start offset of the range, inclusive.

[JsonPropertyName("startOffset")]
public int? StartOffset { get; set; }

Property Value

int?