Table of Contents

Class RouteStream

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Represents a stream of geographic route points as a collection of latitude and longitude coordinates.

public class RouteStream : StreamBase
Inheritance
RouteStream
Inherited Members

Remarks

Use this class to store or manipulate a sequence of route points, typically for mapping or navigation scenarios. Inherits from StreamBase, which may provide additional stream-related functionality.

Properties

Data

Gets or sets the collection of geographic coordinates represented as latitude and longitude pairs.

public List<LatLng> Data { get; set; }

Property Value

List<LatLng>