ILocatable Interface
Note: This API is now obsolete.
Defines the behaviors and properties of a point on earth.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
[ObsoleteAttribute("Use IGeoLocatable interface instead", true)]
public interface ILocatable
Height |
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.
|
Bearing |
Gets the directional bearing from this ILocatable
to another ILocatable |
Distance |
Gets the distance from this ILocatable
to another ILocatable |