Searched refs:Pointvalue (Results 1 – 3 of 3) sorted by relevance
412 case v.Pointvalue != nil:414 return appengine.GeoPoint{Lat: v.Pointvalue.GetX(), Lng: v.Pointvalue.GetY()}, nil
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}
546 …Pointvalue *PropertyValue_PointValue `protobuf:"group,5,opt,name=PointValue" json:"point… member586 return m.Pointvalue