C# 클래스 Google.Maps.Constants

파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net

공개 메소드들

메소드 설명
IsExpectedNamedColor ( string value ) : bool
IsExpectedScaleValue ( int value, bool throwIfOutOfRange ) : bool

비공개 메소드들

메소드 설명
Constants ( ) : System
Contains ( int array, int value ) : bool
Contains ( string array, string value, bool ignoreCase ) : bool
ListValues ( int array ) : string

메소드 상세

IsExpectedNamedColor() 공개 정적인 메소드

public static IsExpectedNamedColor ( string value ) : bool
value string
리턴 bool

IsExpectedScaleValue() 공개 정적인 메소드

public static IsExpectedScaleValue ( int value, bool throwIfOutOfRange ) : bool
value int
throwIfOutOfRange bool
리턴 bool