Class: S2CellIdInfo
- Inherits:
-
Object
- Object
- S2CellIdInfo
- 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_fields ⇒ Object
734 |
# File 'lib/thrift/geocoder_types.rb', line 734 def struct_fields; FIELDS; end |
#validate ⇒ Object
736 737 |
# File 'lib/thrift/geocoder_types.rb', line 736 def validate end |