Table of Contents

Class Viewport

Namespace
GoogleMapsApi.Entities.AddressValidation.Response
Assembly
GoogleMapsApi.dll

Latitude/longitude bounding box.

public sealed class Viewport
Inheritance
Viewport
Inherited Members

Properties

High

Northeast corner of the box.

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

Property Value

LatLng

Low

Southwest corner of the box.

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

Property Value

LatLng