C# Class Google.Maps.Constants

Mostrar archivo Open project: ericnewton76/gmaps-api-net

Public Methods

Method Description
IsExpectedNamedColor ( string value ) : bool
IsExpectedScaleValue ( int value, bool throwIfOutOfRange ) : bool

Private Methods

Method Description
Constants ( ) : System
Contains ( int array, int value ) : bool
Contains ( string array, string value, bool ignoreCase ) : bool
ListValues ( int array ) : string

Method Details

IsExpectedNamedColor() public static method

public static IsExpectedNamedColor ( string value ) : bool
value string
return bool

IsExpectedScaleValue() public static method

public static IsExpectedScaleValue ( int value, bool throwIfOutOfRange ) : bool
value int
throwIfOutOfRange bool
return bool