C# 클래스 csCommon.MapPlugins.MapTools.RouteTool.DirectionsUtils

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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 = "" ) : GoogleDirections

메소드 상세

DecodeLatLong() 공개 정적인 메소드

public static DecodeLatLong ( string encoded ) : IEnumerable
encoded string
리턴 IEnumerable

DecodePoint() 공개 정적인 메소드

decodes the cuurent chunk into a single integer value
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
리턴 int

GetDirections() 공개 정적인 메소드

public static GetDirections ( string addressA, string addressB, string mode, string wayPoints = "" ) : GoogleDirections
addressA string
addressB string
mode string
wayPoints string
리턴 GoogleDirections