Struct GeoPoint
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
[Serializable]
public struct GeoPoint : IEquatable<GeoPoint>
- Implements
- Inherited Members
- Extension Methods
Constructors
- GeoPoint(double, double)
Creates a point from two coordinates.
Methods
- Equals(GeoPoint)
Compares this point with another point using exact coordinate equality.