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
Low
Southwest corner of the box.
[JsonPropertyName("low")]
public LatLng? Low { get; set; }