Method | Description | |
---|---|---|
DecodeLatLong ( string encoded ) : IEnumerable |
||
DecodePoint ( string encoded, int startindex, int &finishindex ) : int |
decodes the cuurent chunk into a single integer value
|
|
GetDirections ( string addressA, string addressB, string mode, string wayPoints = "" ) : |
public static DecodeLatLong ( string encoded ) : IEnumerable |
||
encoded | string | |
return | IEnumerable |
public static DecodePoint ( string encoded, int startindex, int &finishindex ) : int | ||
encoded | string | the complete encodered string |
startindex | int | the current position in that string |
finishindex | int | output - the position we end up in that string |
return | int |
public static GetDirections ( string addressA, string addressB, string mode, string wayPoints = "" ) : |
||
addressA | string | |
addressB | string | |
mode | string | |
wayPoints | string | |
return |