Versions in this module Expand all Collapse all v0 v0.1.0 Jul 29, 2024 Changes in this version + const Default_Tile_Feature_Id + const Default_Tile_Layer_Extent + const Default_Tile_Layer_Version + var Tile_GeomType_name = map[int32]string + var Tile_GeomType_value = map[string]int32 + type Tile struct + Layers []*Tile_Layer + XXX_unrecognized []byte + func (*Tile) Descriptor() ([]byte, []int) + func (*Tile) ExtensionRangeArray() []proto.ExtensionRange + func (*Tile) ProtoMessage() + func (m *Tile) GetLayers() []*Tile_Layer + func (m *Tile) Reset() + func (m *Tile) String() string + type Tile_Feature struct + Geometry []uint32 + Id *uint64 + Tags []uint32 + Type *Tile_GeomType + XXX_unrecognized []byte + func (*Tile_Feature) Descriptor() ([]byte, []int) + func (*Tile_Feature) ProtoMessage() + func (m *Tile_Feature) GetGeometry() []uint32 + func (m *Tile_Feature) GetId() uint64 + func (m *Tile_Feature) GetTags() []uint32 + func (m *Tile_Feature) GetType() Tile_GeomType + func (m *Tile_Feature) Reset() + func (m *Tile_Feature) String() string + type Tile_GeomType int32 + const Default_Tile_Feature_Type + const Tile_LINESTRING + const Tile_POINT + const Tile_POLYGON + const Tile_UNKNOWN + func (Tile_GeomType) EnumDescriptor() ([]byte, []int) + func (x *Tile_GeomType) UnmarshalJSON(data []byte) error + func (x Tile_GeomType) Enum() *Tile_GeomType + func (x Tile_GeomType) String() string + type Tile_Layer struct + Extent *uint32 + Features []*Tile_Feature + Keys []string + Name *string + Values []*Tile_Value + Version *uint32 + XXX_unrecognized []byte + func (*Tile_Layer) Descriptor() ([]byte, []int) + func (*Tile_Layer) ExtensionRangeArray() []proto.ExtensionRange + func (*Tile_Layer) ProtoMessage() + func (m *Tile_Layer) GetExtent() uint32 + func (m *Tile_Layer) GetFeatures() []*Tile_Feature + func (m *Tile_Layer) GetKeys() []string + func (m *Tile_Layer) GetName() string + func (m *Tile_Layer) GetValues() []*Tile_Value + func (m *Tile_Layer) GetVersion() uint32 + func (m *Tile_Layer) Reset() + func (m *Tile_Layer) String() string + type Tile_Value struct + BoolValue *bool + DoubleValue *float64 + FloatValue *float32 + IntValue *int64 + SintValue *int64 + StringValue *string + UintValue *uint64 + XXX_unrecognized []byte + func (*Tile_Value) Descriptor() ([]byte, []int) + func (*Tile_Value) ExtensionRangeArray() []proto.ExtensionRange + func (*Tile_Value) ProtoMessage() + func (m *Tile_Value) GetBoolValue() bool + func (m *Tile_Value) GetDoubleValue() float64 + func (m *Tile_Value) GetFloatValue() float32 + func (m *Tile_Value) GetIntValue() int64 + func (m *Tile_Value) GetSintValue() int64 + func (m *Tile_Value) GetStringValue() string + func (m *Tile_Value) GetUintValue() uint64 + func (m *Tile_Value) Reset() + func (m *Tile_Value) String() string