Table of Contents

Class LatLng

Namespace
GoogleMapsApi.Entities.AddressValidation.Response
Assembly
GoogleMapsApi.dll

Latitude/longitude pair in WGS84.

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