Table of Contents

Enum MarkerAltitudeMode

Namespace
LansMap.Core.Markers

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 = 2

Meters above the flat reference plane; ground is never sampled.

ClampToGround = 1

Authored altitude is ignored; the marker sits exactly on sampled ground.

RelativeToGround = 0

Default. Meters above the sampled ground at the marker's own coordinate.