Struct KmlPoint
public readonly struct KmlPoint
- Inherited Members
Constructors
KmlPoint(LatLon, double)
public KmlPoint(LatLon position, double altitudeMeters)
Parameters
Properties
AltitudeMeters
public double AltitudeMeters { get; }
Property Value
Position
public LatLon Position { get; }