GooglePolylineAlgoritm.Decode method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Google
Assembly Skybrud.Essentials.Maps.dll

Decode(string)

Static
public static T Decode(string encodedPoints)

Parameters

encodedPoints String

Returns

T

Decode(string)

Static

Decodes a string of coordinates encoded with Google's polyline algorithm.

public static IEnumerable<T> Decode(string encodedPoints)

Parameters

encodedPoints String

The encoded string.

Returns

A collection of IPoint.