Table of Contents

Class LatLng

Namespace
GoogleMapsApi.Entities.Solar.Response
Assembly
GoogleMapsApi.dll

A WGS84 latitude/longitude coordinate (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