C# 클래스 Google.Maps.DistanceMatrix.DistanceMatrixRequest

Provides a request for the Google Distance Matrix web service.
파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnsureSensor void
EnsureWaypointsDestination Location>.SortedList
EnsureWaypointsOrigin Location>.SortedList
ToUri Uri
WaypointsToUri string

공개 메소드들

메소드 설명
AddDestination ( Location destination ) : void

AddOrigin ( Location destination ) : void

비공개 메소드들

메소드 설명
EnsureSensor ( bool throwIfNotSet ) : void
EnsureWaypointsDestination ( ) : Location>.SortedList
EnsureWaypointsOrigin ( ) : Location>.SortedList
ToUri ( ) : Uri

Create URI for quering

WaypointsToUri ( Location>.SortedList waypointsList ) : string

메소드 상세

AddDestination() 공개 메소드

public AddDestination ( Location destination ) : void
destination Google.Maps.Location
리턴 void

AddOrigin() 공개 메소드

public AddOrigin ( Location destination ) : void
destination Google.Maps.Location
리턴 void