Table of Contents

Class Viewport

Namespace
GoogleMapsApi.Entities.Routes.Response
Assembly
GoogleMapsApi.dll

Latitude/longitude viewport that bounds a route or feature.

public sealed class Viewport
Inheritance
Viewport
Inherited Members

Properties

High

High (northeast) corner.

[JsonPropertyName("high")]
public LatLng? High { get; set; }

Property Value

LatLng

Low

Low (southwest) corner.

[JsonPropertyName("low")]
public LatLng? Low { get; set; }

Property Value

LatLng