Class: GeocodePoint

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

Constant Summary collapse

LAT =
1
LNG =
2
FIELDS =
{
  LAT => {:type => ::Thrift::Types::DOUBLE, :name => 'lat'},
  LNG => {:type => ::Thrift::Types::DOUBLE, :name => 'lng'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



106
107
# File 'lib/thrift/geocoder_types.rb', line 106

def validate
end