ILocation Interface
Version 1.1.28
.NET Framework 4.8
This class has been marked as obsolete: Use the IPoint interface instead.
Namespace | Skybrud.Essentials.Locations |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Interfaces | IPoint, IGeometry |
Interface representing a location based on a latitude and longitude.
[Obsolete("Use the IPoint interface instead.")]
public interface ILocation : IPoint, IGeometry { }