Class: BulkReverseGeocodeRequest

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/geocoder_types.rb

Constant Summary collapse

LATLNGS =
1
PARAMS =
2
FIELDS =
{
  LATLNGS => {:type => ::Thrift::Types::LIST, :name => 'latlngs', :element => {:type => ::Thrift::Types::STRUCT, :class => ::GeocodePoint}, :optional => true},
  PARAMS => {:type => ::Thrift::Types::STRUCT, :name => 'params', :class => ::CommonGeocodeRequestParams, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



599
# File 'lib/thrift/geocoder_types.rb', line 599

def struct_fields; FIELDS; end

#validateObject



601
602
# File 'lib/thrift/geocoder_types.rb', line 601

def validate
end