Class DetailedPolylineMap
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents a detailed polyline map with full route encoding.
public class DetailedPolylineMap : PolylineMap
- Inheritance
-
DetailedPolylineMap
- Inherited Members
Remarks
Extends PolylineMap with a detailed polyline encoding of the complete route.
Properties
Polyline
Gets or sets the encoded polyline string representing the detailed route.
public string Polyline { get; set; }
Property Value
Remarks
The polyline is encoded using Google's polyline encoding algorithm. This provides a high-resolution representation of the geographic path.