Table of Contents

Class LatLng

Namespace
GoogleMapsApi.Entities.Routes.Request
Assembly
GoogleMapsApi.dll

Latitude/longitude pair in WGS84 (Google's google.type.LatLng).

public sealed class LatLng
Inheritance
LatLng
Inherited Members

Properties

Latitude

Latitude in decimal degrees.

[JsonPropertyName("latitude")]
public double Latitude { get; set; }

Property Value

double

Longitude

Longitude in decimal degrees.

[JsonPropertyName("longitude")]
public double Longitude { get; set; }

Property Value

double