class ExerciseRoute


Captures a route associated with an exercise session a user does.

Contains a sequence of location points, with timestamps, which do not have to be in order.

Location points contain a timestamp, longitude, latitude, and optionally altitude, horizontal and vertical accuracy.

Summary

Nested types

Represents a single location point recorded during an exercise.

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

List<ExerciseRoute.Location>

Public constructors

ExerciseRoute

Added in 1.1.0-alpha07
ExerciseRoute(route: List<ExerciseRoute.Location>)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties