Table of Contents

Class LatLng

Namespace
GoogleMapsApi.Entities.AirQuality.Request
Assembly
GoogleMapsApi.dll

A WGS84 latitude/longitude coordinate sent in the request body (mirrors google.type.LatLng).

public sealed class LatLng
Inheritance
LatLng
Inherited Members

Properties

Latitude

Latitude in degrees, in the range [-90, 90].

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

Property Value

double

Longitude

Longitude in degrees, in the range [-180, 180].

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

Property Value

double