Table of Contents

Class PolylineMap

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

Represents a polyline map with basic identification information.

public class PolylineMap
Inheritance
PolylineMap
Derived
Inherited Members

Remarks

A polyline is an encoded representation of a geographic path or route.

Properties

Id

Gets or sets the unique identifier of the map.

public string Id { get; set; }

Property Value

string

ResourceState

Gets or sets the resource state indicating the level of detail available for this map.

public ResourceStates ResourceState { get; set; }

Property Value

ResourceStates