Enum MarkerAltitudeMode
How a marker's authored altitude is resolved against sampled ground. See ResolveAltitudeMercator(MarkerAltitudeMode, double, LatLon, IElevationSampler) for the resolution logic.
public enum MarkerAltitudeMode
Fields
Absolute = 2Meters above the flat reference plane; ground is never sampled.
ClampToGround = 1Authored altitude is ignored; the marker sits exactly on sampled ground.
RelativeToGround = 0Default. Meters above the sampled ground at the marker's own coordinate.