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