Point Class

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Maps.Geometry
Assembly Skybrud.Essentials.dll
Visibility Public
Interfaces IPoint, IGeometry
Inheritance Object

Class representing a point identified by latitude and longitude.

public class Point : IPoint, IGeometry { }

Properties

Type Name Summary
Double Latitude

Gets or sets the latitude of the location. The latitude specifies the north-south position (Y-axis) of a point on the Earth's surface.

Double Longitude

Gets or sets the longitude of the location. The longitude specifies the east-west position (X-axis) of a point on the Earth's surface.