Class: S2CellIdInfo

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

Constant Summary collapse

ID =
1
LEVEL =
2
WKTGEOMETRY =
3
FIELDS =
{
  ID => {:type => ::Thrift::Types::I64, :name => 'id', :optional => true},
  LEVEL => {:type => ::Thrift::Types::I32, :name => 'level', :optional => true},
  WKTGEOMETRY => {:type => ::Thrift::Types::STRING, :name => 'wktGeometry', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



736
737
# File 'lib/thrift/geocoder_types.rb', line 736

def validate
end