Searched refs:PropertyValue_PointValue (Results 1 – 2 of 2) sorted by relevance
546 …Pointvalue *PropertyValue_PointValue `protobuf:"group,5,opt,name=PointValue" json:"point…584 func (m *PropertyValue) GetPointvalue() *PropertyValue_PointValue {605 type PropertyValue_PointValue struct { struct611 func (m *PropertyValue_PointValue) Reset() { *m = PropertyValue_PointValue{} } argument612 func (m *PropertyValue_PointValue) String() string { return proto.CompactTextString(m) } argument613 func (*PropertyValue_PointValue) ProtoMessage() {} argument615 func (m *PropertyValue_PointValue) GetX() float64 { argument622 func (m *PropertyValue_PointValue) GetY() float64 { argument
74 pv.Pointvalue = &pb.PropertyValue_PointValue{X: &t.Lat, Y: &t.Lng}280 x.Value.Pointvalue = &pb.PropertyValue_PointValue{X: &v.Lat, Y: &v.Lng}