C# 클래스 UsingBingMaps.Helpers.RouteCalculator

Helper class for simplifying the process of calculating a route asynchronously, using Bing maps web services.
파일 보기 프로젝트 열기: ProjPossibility/CSUN-MobileMapMagnifier 1 사용 예제들

공개 메소드들

메소드 설명
CalculateAsync ( ) : void
RouteCalculator ( CredentialsProvider credentialsProvider, Location to, Location from, Dispatcher uiDispatcher, Action routeFound ) : System
RouteCalculator ( CredentialsProvider credentialsProvider, string to, string from, Dispatcher uiDispatcher, Action routeFound ) : System

비공개 메소드들

메소드 설명
CalculateRoute ( GeocodeResult locations = null ) : void

Calculates a route, based on geocode resuls.

GeocodeAddress ( string address, RoutingState state ) : void
GeocodeResultToWaypoint ( GeocodeResult result ) : Waypoint
client_GeocodeCompleted ( object sender, GeocodeCompletedEventArgs e ) : void
client_RouteCompleted ( object sender, CalculateRouteCompletedEventArgs e ) : void

메소드 상세

CalculateAsync() 공개 메소드

public CalculateAsync ( ) : void
리턴 void

RouteCalculator() 공개 메소드

public RouteCalculator ( CredentialsProvider credentialsProvider, Location to, Location from, Dispatcher uiDispatcher, Action routeFound ) : System
credentialsProvider CredentialsProvider
to Location
from Location
uiDispatcher System.Windows.Threading.Dispatcher
routeFound Action
리턴 System

RouteCalculator() 공개 메소드

public RouteCalculator ( CredentialsProvider credentialsProvider, string to, string from, Dispatcher uiDispatcher, Action routeFound ) : System
credentialsProvider CredentialsProvider
to string
from string
uiDispatcher System.Windows.Threading.Dispatcher
routeFound Action
리턴 System