Table of Contents

Class GpsCoordinates

Namespace
ToSic.Sxc.Cms.Data
Assembly
ToSic.Sxc.dll

Represents GPS coordinates.

[PublicApi]
public class GpsCoordinates
Inheritance
GpsCoordinates

Remarks

Released in v17.03, still BETA.

Properties

Latitude

The latitude (North is +, South is -) of the GPS coordinates.

public double Latitude { get; set; }

Property Value

double

Longitude

The longitude (East is +, West is -) of the GPS coordinates.

public double Longitude { get; set; }

Property Value

double