C# 클래스 Google.Maps.Direction.DirectionRequest

파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnsureSensor void
ToUri System.Uri
WaypointsToUri string

공개 메소드들

메소드 설명
AddWaypoint ( Location waypoint ) : void

Adds a waypoint to the current request.

Google's API specifies 8 maximum for non-business (free) consumers, and up to 23 for (registered) business customers

비공개 메소드들

메소드 설명
EnsureSensor ( ) : void
ToUri ( ) : Uri
WaypointsToUri ( ) : string

메소드 상세

AddWaypoint() 공개 메소드

Adds a waypoint to the current request.
Google's API specifies 8 maximum for non-business (free) consumers, and up to 23 for (registered) business customers
public AddWaypoint ( Location waypoint ) : void
waypoint Google.Maps.Location
리턴 void