C# 클래스 Geocoding.Google.BusinessKey

https://developers.google.com/maps/documentation/business/webservices/auth#business-specific_parameters
파일 보기 프로젝트 열기: chadly/Geocoding.net 1 사용 예제들

공개 메소드들

메소드 설명
BusinessKey ( string clientId, string signingKey, string channel = null ) : System
Equals ( BusinessKey other ) : bool
Equals ( object obj ) : bool
GenerateSignature ( string url ) : string
GetHashCode ( ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
CheckParam ( string value, string name ) : string

메소드 상세

BusinessKey() 공개 메소드

public BusinessKey ( string clientId, string signingKey, string channel = null ) : System
clientId string
signingKey string
channel string
리턴 System

Equals() 공개 메소드

public Equals ( BusinessKey other ) : bool
other BusinessKey
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GenerateSignature() 공개 메소드

public GenerateSignature ( string url ) : string
url string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string