class GeocodeRequest
Constants
- ALLOWEDSOURCES
- AUTOCOMPLETE
- AUTOCOMPLETEBIAS
- BOUNDS
- CC
- DEBUG
- FIELDS
- FULL_DEPRECATED
- INCLUDEPOLYGON_DEPRECATED
- LANG
- LL
- MAXINTERPRETATIONS
- QUERY
- RADIUS
- RESPONSEINCLUDES
- SLUG
- STRICT
- WOEHINT
- WOERESTRICT
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/geocoder_types.rb, line 541 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/geocoder_types.rb, line 543 def validate unless @autocompleteBias.nil? || ::AutocompleteBias::VALID_VALUES.include?(@autocompleteBias) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field autocompleteBias!') end end