Tag ID for Moved Distance in Mile?

It seems Moved Distance tag ID is only in km? What about miles?
image

You can do the conversion yourself within the tag expression, dividing the KM value by 1.609, something like ([md]/1.609) should give you the distance value in miles.

If you’d like to swap the calculation between miles and km depending on the user’s settings you can use conditional lines: https://developer.samsung.com/galaxy-watch-design/studio/tutorial/dev-condition.html

Thanks,
Cristian
Samsung Developers

1 Like

Is [md] range an integer or a float number?

float, I’m not sure if it is 10ths or Hundreds GWD shows tenths

Ron
Samsung Developer program

1 Like