GpxOptions.ZAttribute

GpxOptions.ZAttribute property

Determines which GPX attribute will be exported as ‘Z’ coordinate of waypoints, route points and track points. If null - no attribute will be exported as ‘Z’ coordinate. Defaults to “ele”. Possible values are names of all GPX XML attribute that can be represented as double (e.g. “speed”, “magvar”, “geoidheight” etc.)

public string ZAttribute { get; set; }

See Also