Class LegLocation
- Namespace
- GoogleMapsApi.Entities.Routes.Response
- Assembly
- GoogleMapsApi.dll
Geographic location of a leg endpoint.
public sealed class LegLocation
- Inheritance
-
LegLocation
- Inherited Members
Properties
LatLng
Latitude / longitude in WGS84.
[JsonPropertyName("latLng")]
public LatLng? LatLng { get; set; }