C# 클래스 Cimbalino.Phone.Toolkit.Services.MapsDirectionsService

Represents an implementation of the IMapsDirectionsService.
상속: IMapsDirectionsService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
Show ( Microsoft.Phone.Tasks.LabeledMapLocation endingLocation ) : void

Shows the Maps application with driving directions displayed for the specified ending location.

Show ( Microsoft.Phone.Tasks.LabeledMapLocation startingLocation, Microsoft.Phone.Tasks.LabeledMapLocation endingLocation ) : void

Shows the Maps application with driving directions displayed for the specified starting and ending locations.

메소드 상세

Show() 공개 메소드

Shows the Maps application with driving directions displayed for the specified ending location.
Start and End cannot both be invalid.
public Show ( Microsoft.Phone.Tasks.LabeledMapLocation endingLocation ) : void
endingLocation Microsoft.Phone.Tasks.LabeledMapLocation The ending location for which driving directions are displayed.
리턴 void

Show() 공개 메소드

Shows the Maps application with driving directions displayed for the specified starting and ending locations.
Start and End cannot both be invalid.
public Show ( Microsoft.Phone.Tasks.LabeledMapLocation startingLocation, Microsoft.Phone.Tasks.LabeledMapLocation endingLocation ) : void
startingLocation Microsoft.Phone.Tasks.LabeledMapLocation The starting location for which driving directions are displayed.
endingLocation Microsoft.Phone.Tasks.LabeledMapLocation The ending location for which driving directions are displayed.
리턴 void