EssentialsLocation Class

Version 1.1.28
.NET Framework 4.8
This class has been marked as obsolete: Use the Point class instead.
Namespace Skybrud.Essentials.Locations
Assembly Skybrud.Essentials.dll
Visibility Public
Interfaces ILocation, IPoint, IGeometry
Inheritance Object

Class representing a location identified by latitude and longitude.

[Obsolete("Use the Point class instead.")]
public class EssentialsLocation : ILocation, IPoint, IGeometry { }

Properties

Type Name Summary
Double Latitude

Gets the latitude of the location. The latitude specifies the north-south position of a point on the Earth's surface.

Double Longitude

Gets the longitude of the location. The longitude specifies the east-west position of a point on the Earth's surface.