Table of Contents

Enum MeasurementPreference

Namespace
Tudormobile.Strava.UI.Controls
Assembly
Tudormobile.Strava.UI.dll

Specifies the preferred unit of measurement for distance.

public enum MeasurementPreference

Fields

feet = 0

Represents a measurement in feet and speed in mph.

meters = 1

Represents a measurement in meters and speed in km/hr.

Remarks

This enumeration is used to indicate whether distances should be represented in feet or meters.