Table of Contents

Class Viewport

Namespace
GoogleMapsApi.Entities.PlacesNew.Common
Assembly
GoogleMapsApi.dll

A latitude/longitude viewport, represented as two diagonally opposite LatLng points (Low = south-west, High = north-east). Used both as a rectangular location bias/restriction in requests and as a place's viewport in responses.

public sealed class Viewport
Inheritance
Viewport
Inherited Members

Properties

High

High (north-east) corner of the viewport.

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

Property Value

LatLng

Low

Low (south-west) corner of the viewport.

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

Property Value

LatLng