C# Класс Cimbalino.Phone.Toolkit.Services.MapsDirectionsService

Represents an implementation of the IMapsDirectionsService.
Наследование: IMapsDirectionsService
Показать файл Открыть проект

Открытые методы

Метод Описание
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