Public Member Functions | |
| override bool | Equals (System.Object obj) |
| bool | Equals (QualityType otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (QualityType obj1, QualityType obj2) |
| static bool | operator!= (QualityType obj1, QualityType obj2) |
Static Public Attributes | |
| static readonly QualityType | EXACT = new QualityType(_EXACT) |
| static readonly QualityType | GOOD = new QualityType(_GOOD) |
| static readonly QualityType | APPROX = new QualityType(_APPROX) |
|
|
Equals(type)
|
|
|
Equals(object)
|
|
|
Returns a hash code for this QualityType.
|
|
||||||||||||
|
Inequality operator
|
|
||||||||||||
|
Equality operator
|
|
|
Attempts to return approximate results. |
|
|
Attempts to return only exact matches (succeeds if only one match found). Generally this mode would be used for batch geocoding. |
|
|
Attempts to return good results. |
1.4.1