IPoint Interface

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

Interface representing a point identified by latitude and longitude.

public interface IPoint : IGeometry { }

Properties

Type Name Summary
Double Latitude

Gets 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 the longitude of the location. The longitude specifies the east-west position (X-axis) of a point on the Earth's surface.