IGeoLocatable Interface

Defines the behaviors and properties of a point on earth.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public interface IGeoLocatable

Properties

Elevation Gets the height of the location relative to the earth's surface.
Latitude Gets the latitude of this location.
Longitude Gets the longitude of this location.

Methods

Bearing Gets the directional bearing from this IGeoLocatable to another IGeoLocatable
Distance Gets the distance from this IGeoLocatable to another IGeoLocatable

See Also