Table of Contents

Class SummaryPolylineMap

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

Represents a summary polyline map with simplified route encoding.

public class SummaryPolylineMap : PolylineMap
Inheritance
SummaryPolylineMap
Inherited Members

Remarks

Extends PolylineMap with a simplified polyline encoding suitable for overview display.

Properties

SummaryPolyline

Gets or sets the encoded summary polyline string representing a simplified route.

public string SummaryPolyline { get; set; }

Property Value

string

Remarks

The summary polyline is a lower-resolution version of the route, useful for displaying an overview without the full detail of the complete polyline.