C# 클래스 Google.Maps.Location

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

공개 메소드들

메소드 설명
GetAsUrlParameter ( ) : string

Gets the current instance as a URL encoded value.

Location ( string value ) : System

Creates a location instance for an address specified as text.

ToString ( ) : string

Returns the string representation of the current instance.

보호된 메소드들

메소드 설명
Location ( ) : System

메소드 상세

GetAsUrlParameter() 공개 메소드

Gets the current instance as a URL encoded value.
public GetAsUrlParameter ( ) : string
리턴 string

Location() 보호된 메소드

protected Location ( ) : System
리턴 System

Location() 공개 메소드

Creates a location instance for an address specified as text.
public Location ( string value ) : System
value string
리턴 System

ToString() 공개 메소드

Returns the string representation of the current instance.
public ToString ( ) : string
리턴 string