We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd9272 commit c23e78bCopy full SHA for c23e78b
src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/IPolylineDecoder.cs
@@ -16,10 +16,10 @@ public interface IPolylineDecoder<TOut> {
16
#region Methods
17
18
/// <summary>
19
- /// The Decode
+ /// Method decoding polyline string to object
20
/// </summary>
21
- /// <param name="source">The <see cref="string"/></param>
22
- /// <returns>The <see cref="IEnumerable{TOut}"/></returns>
+ /// <param name="source">The <see cref="string"/>Polyline string to decode</param>
+ /// <returns>The <see cref="IEnumerable{TOut}"/>Decoded polyline object</returns>
23
IEnumerable<TOut> Decode(string source);
24
25
#endregion
0 commit comments