C# 클래스 Google.Maps.Waypoint

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

공개 메소드들

메소드 설명
ToString ( ) : string

Get the Waypoint value through only the ToString method to keep its result consistent regardless of input type

Waypoint ( ) : System
Waypoint ( decimal lat, decimal lng ) : System
Waypoint ( string address ) : System

메소드 상세

ToString() 공개 메소드

Get the Waypoint value through only the ToString method to keep its result consistent regardless of input type
public ToString ( ) : string
리턴 string

Waypoint() 공개 메소드

public Waypoint ( ) : System
리턴 System

Waypoint() 공개 메소드

public Waypoint ( decimal lat, decimal lng ) : System
lat decimal
lng decimal
리턴 System

Waypoint() 공개 메소드

public Waypoint ( string address ) : System
address string
리턴 System